html, body {
  font-family: lato, Helvetica, Arial, sans-serif;
  font-size: 16px;
  min-height: 100%; }

section {
  text-align: center;
  padding: 1em 1em 5em 1em;
  position: relative; }
  section h1 {
    font-size: 2.5em; }

nav {
  text-align: center;
  padding: 1em;
  background: #207ce5;
  color: #fff; }
  nav ul {
    margin: 0;
    padding: 0;
    list-style-type: none; }
    nav ul a:hover {
      color: #004E7D; }
    nav ul li {
      padding: 0.25em 0; }
      nav ul li:hover {
        color: #004E7D; }
  nav .nav-logo {
    height: 5em;
    margin: 2em; }
  nav #nav-logo-dark {
    display: none; }

h1, h2, h3 {
  font-family: jaf-facitweb, Helvetica, Arial, sans-serif;
  color: inherit; }

h1 {
  margin-bottom: 1.5em;
  margin-top: 0;
  text-align: center; }

h3 {
  margin-bottom: 0; }

a {
  color: inherit;
  text-decoration: none; }

.row {
  max-width: 50em; }

.blue {
  background: #207ce5;
  color: #fff; }
  .blue .next {
    border-color: #207ce5 transparent transparent transparent; }

.white {
  background: #fff;
  color: #004e7d; }
  .white .next {
    border-color: #fff transparent transparent transparent; }
  .white .nav-down {
    color: #8ac3ea; }

.orange {
  background: #e85834;
  color: #fff; }
  .orange .next {
    border-color: #e85834 transparent transparent transparent; }
  .orange label {
    color: inherit;
    font-size: inherit; }

.light-blue {
  background: #8ac3ea;
  color: #004e7d; }

.dark-blue {
  background: #004e7d;
  color: #fff; }
  .dark-blue a {
    color: #8ac3ea; }
    .dark-blue a:hover {
      color: white; }

.scroll-to {
  cursor: pointer; }

.next {
  position: absolute;
  bottom: -1.7em;
  left: 50%;
  margin-left: -3em;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1.8em 3em 0 3em;
  z-index: 100; }

.nav-down {
  position: absolute;
  bottom: -0.3em;
  left: 50%;
  font-size: 2em;
  margin-left: -0.5em;
  -ms-transform: scale(1, 0.7);
  -webkit-transform: scale(1, 0.7);
  transform: scale(1, 0.7); }

.nav-white {
  background: #fff;
  color: #004e7d; }
  .nav-white #nav-logo-dark {
    display: inline-block; }
  .nav-white #nav-logo-light {
    display: none; }
  .nav-white ul a:hover {
    color: #207CE5; }
  .nav-white ul li:hover {
    color: #207CE5; }

.ss-icon {
  vertical-align: middle; }

.help-icon {
  max-width: 7em;
  max-height: 7em;
  margin-top: 2.5em; }

#welcome h1 {
  margin-bottom: 0;
  font-weight: normal;
  letter-spacing: -0.0225em; }
#welcome b .ss-icon {
  position: relative;
  top: 0.1em;
  font-size: 0.9em;
  margin-left: 0.5em; }

#about-us {
  padding-top: 5em; }
  #about-us img {
    height: 7em; }
  #about-us #book {
    height: 6em;
    margin: 0.5em 0; }
  #about-us .small-12:first-of-type {
    margin-bottom: 3em; }

#reach-out {
  padding: 4em 3em 4em 3em; }
  #reach-out .hanging-label {
    display: inline-block;
    white-space: normal; }
  #reach-out label {
    display: inline-block;
    white-space: nowrap;
    font-weight: bold;
    margin-top: 1em; }
  #reach-out input[type="email"] {
    display: block;
    width: 100%;
    padding: 0 1em;
    line-height: 3em;
    margin: 0;
    border-width: 0;
    color: #004e7d; }
    #reach-out input[type="email"]::-webkit-input-placeholder {
      color: #004e7d; }
    #reach-out input[type="email"]:-moz-placeholder {
      color: #004e7d; }
    #reach-out input[type="email"]::-moz-placeholder {
      color: #004e7d; }
    #reach-out input[type="email"]:-ms-input-placeholder {
      color: #004e7d; }
    #reach-out input[type="email"]:focus::-webkit-input-placeholder {
      color: transparent; }
    #reach-out input[type="email"]:focus:-moz-placeholder {
      color: transparent; }
    #reach-out input[type="email"]:focus::-moz-placeholder {
      color: transparent; }
    #reach-out input[type="email"]:focus:-ms-input-placeholder {
      color: transparent; }
  #reach-out input[type="checkbox"] {
    margin-top: 0.35em;
    vertical-align: top;
    position: relative;
    top: 0.05em;
    margin-right: 0em; }
  #reach-out #mc-message {
    color: #fff !important;
    font-weight: bold; }
  #reach-out form {
    padding: 0;
    margin: 2em 0 2em 0; }
    #reach-out form #mailchimp {
      background-color: #fff;
      display: inline-block; }
      #reach-out form #mailchimp .iconInputRight {
        position: relative; }
        #reach-out form #mailchimp .iconInputRight input {
          padding-right: 35px; }
        #reach-out form #mailchimp .iconInputRight .ss-icon {
          position: absolute;
          top: 24%;
          right: 5%;
          color: #004e7d; }
        #reach-out form #mailchimp .iconInputRight button {
          display: block;
          position: absolute;
          padding: 1em;
          top: 5%;
          right: 2%;
          z-index: 100;
          opacity: 0; }
      #reach-out form #mailchimp span.postfix {
        background-color: inherit;
        border: solid 0 #cccccc; }
      #reach-out form #mailchimp input {
        line-height: inherit; }
    #reach-out form .small-2 {
      color: #004e7d;
      line-height: 3em;
      text-align: right; }
      #reach-out form .small-2 button {
        background: transparent;
        padding: 0;
        margin: 0;
        color: #004e7d;
        margin-right: 1em; }
    #reach-out form .columns {
      padding: 0; }

#meet-the-team {
  padding-top: 5em;
  color: #006ea4; }
  #meet-the-team h1 {
    margin-bottom: 0.75em; }
  #meet-the-team .portrait-wrapper {
    padding-top: 1em;
    position: relative;
    height: 15em; }
    #meet-the-team .portrait-wrapper b {
      font-size: 1.1em;
      display: block; }
    #meet-the-team .portrait-wrapper span {
      font-size: 0.9em;
      line-height: 1em;
      display: inline-block;
      vertical-align: top; }
  #meet-the-team .description {
    position: absolute;
    line-height: 1em;
    top: 85%;
    left: 50%;
    margin-left: -8.5em;
    z-index: 300;
    width: 17em;
    padding: 0em;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s; }
    #meet-the-team .description .top-arrow {
      position: absolute;
      top: -1em;
      left: 50%;
      margin-left: -1em;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 1em 1em 1em;
      border-color: transparent transparent #207ce5 transparent; }
      #meet-the-team .description .top-arrow.arrow-white {
        margin-top: 3px;
        border-color: transparent transparent #fff transparent; }
    #meet-the-team .description .next-portrait {
      display: inline-block;
      position: absolute;
      left: 100%;
      top: 50%;
      margin-top: -1.5em;
      margin-left: -1.5em;
      font-size: 2em;
      color: #207ce5;
      text-align: left;
      line-height: 3em;
      width: 2.75em;
      height: 3em;
      padding-left: 1.25em; }
      #meet-the-team .description .next-portrait .ss-icon {
        position: relative;
        top: -1px;
        font-size: 0.625em;
        z-index: 100; }
      #meet-the-team .description .next-portrait .arrow-outline {
        position: absolute;
        left: 0%;
        top: 0.875em;
        margin-left: 0.875em;
        width: 1.25em;
        height: 1.25em;
        background-color: #fff;
        border: 2px solid #207ce5;
        border-radius: 50%;
        z-index: 1; }
      #meet-the-team .description .next-portrait .arrow {
        display: none;
        position: absolute;
        width: 0;
        height: 0;
        left: 50%;
        top: 0.55em;
        margin-left: 0;
        border-style: solid;
        border-width: 1em 0 1em 1em;
        border-color: transparent transparent transparent #fff;
        z-index: 1; }
    #meet-the-team .description .previous-portrait {
      display: inline-block;
      position: absolute;
      right: 100%;
      top: 50%;
      margin-top: -1.5em;
      margin-right: -1.5em;
      font-size: 2em;
      color: #207ce5;
      text-align: right;
      line-height: 3em;
      width: 2.75em;
      height: 3em;
      padding-right: 1.25em; }
      #meet-the-team .description .previous-portrait .ss-icon {
        position: relative;
        top: -1px;
        font-size: 0.625em;
        z-index: 100; }
      #meet-the-team .description .previous-portrait .arrow-outline {
        position: absolute;
        right: 0%;
        top: 0.875em;
        margin-right: 0.875em;
        width: 1.25em;
        height: 1.25em;
        background-color: #fff;
        border: 2px solid #207ce5;
        border-radius: 50%;
        z-index: 1; }
      #meet-the-team .description .previous-portrait .arrow {
        display: none;
        position: absolute;
        right: 50%;
        top: 0.55em;
        margin-right: 0;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 1em 1em 1em 0;
        border-color: transparent #fff transparent transparent;
        z-index: 1; }
    #meet-the-team .description .description-box {
      padding: 1.625em;
      background-color: #fff;
      border: 2px solid #207ce5;
      text-align: left; }
      #meet-the-team .description .description-box b {
        display: inline-block;
        padding-bottom: 0.25em; }
      #meet-the-team .description .description-box .ss-social-circle {
        padding-right: 0.25em;
        font-size: 1.75em;
        color: #207ce5; }
      #meet-the-team .description .description-box p {
        font-size: 0.9em;
        line-height: 1.25em;
        margin-top: 1em;
        margin-bottom: 2em; }
  #meet-the-team .portrait {
    width: 85%;
    max-width: 10em;
    border-radius: 50%; }
  #meet-the-team .columns {
    padding: 1em 1em 0 1em;
    text-align: center; }
  #meet-the-team b, #meet-the-team h1 {
    color: #004e7d; }

#investor {
  margin: 1em 0;
  padding: 0.5em;
  position: relative;
  background-color: #207ce5; }
  #investor .columns {
    padding: 1em;
    vertical-align: middle; }
    #investor .columns:last-of-type {
      padding-left: 0.5em; }
  #investor .portrait {
    display: inline-block;
    width: 100%;
    height: auto;
    vertical-align: middle; }
  #investor p {
    color: #fff;
    text-align: left;
    padding: 0;
    margin: 0;
    font-size: 0.9em; }
  #investor p:first-of-type {
    font-size: 1.25em;
    margin-top: -0.3em; }
    #investor p:first-of-type b {
      color: #fff; }

#investor-tail {
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 2em 2em 0;
  border-color: transparent #207ce5 transparent transparent;
  line-height: 0;
  right: 0;
  bottom: -2em; }

#life-at-help {
  padding-top: 5em; }
  #life-at-help h1 {
    margin-bottom: 0.5em; }
  #life-at-help h3 {
    font-size: 1em; }
  #life-at-help a {
    margin-top: 1em;
    display: inline-block;
    padding: 0.5em 1em 0.5em 1em;
    background-color: #004e7d;
    color: #fff;
    text-align: left;
    font-weight: bold; }
    #life-at-help a .ss-icon {
      float: right;
      margin-left: 1em;
      margin-top: 0.15em; }
  #life-at-help .large-5 {
    text-align: center; }

#get-in-touch {
  padding: 0; }
  #get-in-touch h1 {
    margin-bottom: 0; }
  #get-in-touch ul {
    padding: 0;
    margin: 1em 0 0 0;
    list-style-type: none; }
    #get-in-touch ul li {
      font-weight: bold;
      padding: 0.15em; }
    #get-in-touch ul:last-of-type {
      margin-bottom: 1.25em; }
  #get-in-touch .ss-icon {
    color: #fff;
    font-size: 1.75em;
    margin-right: 0.5em; }
  #get-in-touch .medium-7 {
    padding: 2em 0; }
  #get-in-touch .medium-5 {
    background-color: #fff;
    min-height: 15em; }

#map-canvas {
  background: url("/skin/images/map-301.png") no-repeat 0 0 scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

#privacy-policy, #open-source {
  margin-top: 5em;
  margin-bottom: 6.5em; }
  #privacy-policy h1, #open-source h1 {
    font-size: 4em;
    margin-bottom: 1em;
    text-align: left; }
  #privacy-policy footer, #open-source footer {
    border-top: 1px solid #ccc;
    padding-top: 2em;
    font-size: 1.25em;
    margin-top: 3em; }
    #privacy-policy footer a, #open-source footer a {
      margin-right: 2em; }
  #privacy-policy h3, #open-source h3 {
    margin-top: 2em; }
  #privacy-policy p, #open-source p {
    line-height: 1.65em; }
    #privacy-policy p a, #open-source p a {
      color: #000;
      padding: 0.1em 0;
      border-bottom: 1px solid #ccc; }
      #privacy-policy p a:hover, #open-source p a:hover {
        border-bottom: 0px solid #000; }

#open-source ul {
  list-style-type: none; }
  #open-source ul li h3 {
    display: inline-block;
    margin-right: 1em; }
  #open-source ul li a {
    margin-right: 1em; }
    #open-source ul li a.btn {
      color: #fff;
      margin-bottom: 1em; }
    #open-source ul li a.btn-default {
      color: #000; }
  #open-source ul li p {
    font-size: 0.9em; }

#privacy-policy-logo, #open-source-logo {
  float: right;
  height: 1em; }

@media only screen and (min-width: 40.063em) {
  nav {
    z-index: 900;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 0 3em 0 2em;
    line-height: 5em;
    text-align: left; }
    nav .row {
      max-width: 60em; }
    nav .medium-9 {
      text-align: right; }
    nav ul {
      display: inline-block; }
    nav li {
      display: inline-block;
      margin-left: 2em; }
    nav .nav-logo {
      margin: 0;
      height: 3em; }

  section {
    text-align: left;
    padding: 3em 3em 5em 3em; }

  #welcome {
    padding: 8em 8em 9em 8em; }
    #welcome p {
      margin-top: 0.25em;
      margin-right: 10em; }
    #welcome b {
      font-size: 1.1em; }
    #welcome h1 {
      font-size: 3.5em;
      text-align: left; }

  #about-us .medium-6 {
    text-align: left;
    margin-bottom: 0 !important; }
    #about-us .medium-6:first-of-type {
      padding-right: 3em; }
    #about-us .medium-6:last-of-type {
      padding-left: 3em; } }
@media only screen and (min-width: 40.063em) and (min-width: 40.063em) {
  #about-us h3 {
    font-size: 1.3em; } }

@media only screen and (min-width: 40.063em) {
  #reach-out label {
    display: inline-block;
    margin-top: 1em;
    white-space: nowrap; }
  #reach-out input[type="checkbox"] {
    margin-top: 0.25em;
    margin-right: 0.5em;
    vertical-align: top; }

  #meet-the-team .next-portrait, #meet-the-team .previous-portrait {
    display: none !important; }
  #meet-the-team .portrait {
    z-index: 200;
    position: relative;
    right: 0; }
  #meet-the-team .portrait-wrapper {
    padding: 0.5em;
    cursor: pointer; }
    #meet-the-team .portrait-wrapper:hover > b, #meet-the-team .portrait-wrapper:hover > p {
      opacity: 0; }
    #meet-the-team .portrait-wrapper:hover .description {
      visibility: visible;
      opacity: 1; }
    #meet-the-team .portrait-wrapper .description {
      margin-top: -2em;
      cursor: auto; }
  #meet-the-team #investor .row {
    position: relative; }
  #meet-the-team #investor .medium-2 {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -8%; }

  #life-at-help p {
    margin-top: 0;
    font-size: 0.95em; }
  #life-at-help .medium-4 {
    padding: 1.5em 4em 0 0.5em; }
  #life-at-help .row:first-of-type {
    margin-bottom: 2em;
    text-align: center; }
  #life-at-help .row:last-of-type {
    margin-top: 3em;
    position: relative; }
  #life-at-help .large-5 {
    text-align: right;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -2.5em; }

  #get-in-touch h1 {
    text-align: left; }
  #get-in-touch .medium-5 {
    float: right;
    height: auto;
    position: absolute;
    top: 0;
    left: 58.3%;
    right: 0%;
    width: auto;
    bottom: 0; }
  #get-in-touch .medium-7 {
    float: left; } }
@media only screen and (min-width: 64.063em) {
  #reach-out label {
    margin-top: 0; } }

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