html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup,
var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header,
hgroup, menu, nav, section, summary, time, mark, audio, video, main {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

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

html {
  font-size: 100%; }

body {
  font-size: 1rem;
  line-height: 1;
  font-family: 'noyh_r_regular'; }

nav ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  color: #5966f7; }

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

textarea {
  resize: vertical; }

img {
  max-width: 100%;
  display: block; }

main {
  display: block; }

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

.header {
  padding: 35px 20px;
  position: relative;
  border-bottom: 2px solid #4991dc;
  background: #fff; }
  .header .logo {
    display: inline-block;
    vertical-align: middle; }

.hamburger {
  color: #2fb135;
  cursor: pointer; }

.mobile-navigation {
  display: none; }
  .mobile-navigation a {
    background: #2fb135;
    font-family: 'noyh_heavyregular';
    font-size: 1.125rem;
    text-transform: uppercase;
    border-bottom: 2px solid #fff;
    display: block;
    color: #fff;
    text-decoration: none;
    text-align: center;
    padding: 10px 0; }
  .mobile-navigation .active {
    background: #4991dc;
    color: #fff; }

.login a {
  display: inline-block;
  font-size: 0.8125rem;
  font-family: 'noyh_heavyregular';
  text-transform: uppercase;
  padding-right: 11.49425%;
  color: #828a8f;
  text-decoration: none; }
  .login a:hover {
    color: #4991dc; }
.login .login-url {
  text-transform: none;
  border: 2px solid #828a8f;
  padding: 5px;
  border-radius: 5px; }
  .login .login-url:hover {
    border-color: #4991dc;
    background: #4991dc;
    color: #fff; }

.navigation {
  font-size: 0; }
  .navigation li {
    display: inline-block;
    vertical-align: top;
    padding-right: 4.04858%;
    position: relative; }
    .navigation li:last-child {
      padding-right: 0; }
    .navigation li a {
      text-transform: uppercase;
      font-size: 0.9375rem;
      font-family: 'noyh_heavyregular';
      color: #828a8f;
      text-decoration: none; }
      .navigation li a:hover {
        color: #4991dc; }
    .navigation li .more {
      background: url(../images/menu_arrow_normal.svg) right center no-repeat;
      padding-right: 15px; }
      .navigation li .more:hover {
        background: url(../images/menu_arrow_hover.svg) right center no-repeat; }
    .navigation li .active {
      color: #4991dc; }

.desktop-navigation {
  width: 226px;
  padding: 25px 0;
  position: absolute;
  left: -100%;
  z-index: 9999;
  top: 66px;
  background: #fff;
  box-shadow: 0 0 1px #000;
  border-radius: 20px; }
  .desktop-navigation:after, .desktop-navigation:before {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none; }
  .desktop-navigation:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #ffffff;
    border-width: 10px;
    margin-left: -10px; }
  .desktop-navigation:before {
    border-color: rgba(197, 197, 197, 0);
    border-bottom-color: #aaa;
    border-width: 11px;
    margin-left: -11px; }
  .desktop-navigation ul {
    width: 174px;
    margin: 0 auto; }
  .desktop-navigation li {
    display: block;
    padding: 0 0 5px 0; }
    .desktop-navigation li:nth-child(3) {
      margin-bottom: 20px;
      padding-bottom: 20px;
      border-bottom: 1px solid #badcff; }
    .desktop-navigation li:last-child {
      padding-bottom: 0; }
    .desktop-navigation li a {
      font-size: 1.125rem !important;
      font-family: 'noyhregular';
      text-transform: none; }
      .desktop-navigation li a:hover {
        color: #4991dc; }

.subheader {
  display: none; }

.intro {
  padding: 35px 20px;
  background: #4991dc;
  text-align: center; }
  .intro h1, .intro h2 {
    color: #fff;
    font-family: 'noyh_heavyregular'; }
  .intro h1 {
    font-size: 2rem;
    line-height: 2rem; }
  .intro h2 {
    font-size: 1.8rem;
    line-height: 1.8rem; }
  .intro p {
    color: #fff;
    font-family: 'noyh_bookregular';
    font-size: 1.3125rem;
    line-height: 1.375rem;
    padding: 20px 0 0 0; }
  .intro .row div:first-child {
    margin-bottom: 35px; }
  .intro .image img {
    display: inline-block; }
  .intro .buttons {
    margin-top: 35px; }
    .intro .buttons a {
      display: block;
      margin-bottom: 15px;
      margin-right: 0; }
      .intro .buttons a:last-child {
        margin-bottom: 0; }

.intro.second {
  position: relative; }

.logos {
  background: #fff;
  font-size: 0;
  padding: 35px 20px;
  text-align: center;
  background: url(../images/shadow.jpg) left bottom repeat-x; }
  .logos a {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
    margin-bottom: 15px;
    text-decoration: none; }
    .logos a:last-child {
      margin-right: 0; }
  .logos img {
    width: 125px; }

.warning {
  background: #000;
  padding: 35px 20px;
  text-align: center; }
  .warning p {
    font-size: 1.625rem;
    line-height: 1.6875rem;
    color: #fff;
    font-family: 'noyhregular'; }
  .warning p {
    margin-bottom: 35px; }
    .warning p img {
      margin: 0 auto 35px; }

.warning.blue {
  background: #badcff; }
  .warning.blue p {
    font-size: 1.3125rem;
    color: #4991dc; }
  .warning.blue .buttons a {
    border: 2px solid #4991dc;
    color: #4991dc; }
    .warning.blue .buttons a:hover {
      border: 2px solid #191d22;
      color: #191d22; }

.warning.green {
  background: #d9f0d9; }
  .warning.green p {
    color: #2eb135; }

.meet {
  background: #fff;
  padding: 35px 20px;
  position: relative;
  text-align: center; }
  .meet h1 {
    font-size: 2rem;
    line-height: 2rem; }
  .meet h2 {
    font-size: 1.8rem;
    line-height: 1.8rem; }
  .meet h1,
  .meet h2 {
    padding-bottom: 15px;
    font-family: 'noyh_heavyregular';
    color: #000; }
  .meet p {
    font-size: 1.3125rem;
    line-height: 1.375rem;
    color: #909090;
    font-family: 'noyh_bookregular'; }
  .meet .image {
    margin-bottom: 35px; }
    .meet .image img {
      display: inline-block; }
  .meet .buttons {
    padding-top: 35px; }

.meet.second .image {
  margin-bottom: 0;
  margin-top: 35px; }

.meet.has-bgrd {
  background: url(../images/shadow.jpg) left top repeat-x; }

.services {
  padding: 35px 20px;
  text-align: center;
  background: #000; }

.module {
  text-align: center;
  margin-bottom: 35px; }
  .module:last-child {
    margin-bottom: 0; }
  .module .image {
    width: 94px;
    height: 60px;
    line-height: 60px;
    margin: 0 auto 10px;
    border-radius: 50%;
    text-align: center; }
    .module .image img {
      display: inline-block;
      vertical-align: middle; }
  .module h3 {
    font-size: 1.31375rem;
    color: #fff;
    font-family: 'noyh_bookregular';
    padding-bottom: 15px; }
  .module p {
    font-size: 1.12563rem;
    line-height: 1.18875rem;
    font-family: 'noyh_bookregular';
    color: #fff; }

.video {
  background: #f2f2f2;
  padding: 35px 20px;
  text-align: center; }
  .video .player {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden; }
    .video .player video,
    .video .player iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .video .meta p {
    font-size: 1.625rem;
    line-height: 1.5625rem;
    color: #000;
    padding: 35px 0;
    font-family: 'noyhregular'; }

.testimonials {
  background: #badcff;
  padding: 35px 20px;
  text-align: center; }
  .testimonials .avatar {
    text-align: center; }
    .testimonials .avatar img {
      display: inline-block;
      width: 85px;
      height: 85px;
      border-radius: 50%; }
  .testimonials .quote {
    background-image: url(../images/quotes-top.png), url(../images/quotes-bottom.png);
    background-position: left top, right bottom;
    background-repeat: no-repeat; }
    .testimonials .quote h2 {
      color: #308dde;
      font-size: 1.75rem;
      line-height: 1.9375rem;
      padding-bottom: 15px;
      padding-top: 55px;
      font-family: 'noyh_heavy_italicregular'; }
    .testimonials .quote ins {
      font-size: 1.3125rem;
      line-height: 1.375rem;
      color: #4991dc;
      font-family: 'noyh_italicregular';
      display: block;
      text-decoration: none;
      padding-bottom: 20px; }
      .testimonials .quote ins a {
        color: #4991dc;
        text-decoration: none; }

.tips {
  background: #4991dc;
  padding: 35px 20px;
  text-align: center; }
  .tips p {
    font-size: 1.625rem;
    color: #fff;
    padding-bottom: 20px;
    font-family: 'noyhregular'; }
    .tips p span {
      color: #fff;
      font-family: 'noyhregular';
      font-size: 1.125rem;
      line-height: 1.3125rem;
      padding-top: 10px;
      display: block; }

.tips.green {
  background: #2eb135; }

.story {
  padding: 35px 20px;
  background: #4991dc;
  text-align: center;
  position: relative; }
  .story h1 {
    font-family: 'noyh_heavyregular';
    font-size: 2rem;
    line-height: 2rem;
    color: #fff; }
  .story p {
    font-size: 1.3125rem;
    line-height: 1.375rem;
    color: #fff;
    font-family: 'noyh_bookregular';
    padding-top: 15px; }
  .story .marker {
    width: 24px;
    height: 11px;
    display: block;
    position: absolute;
    bottom: -11px;
    left: 50%;
    z-index: 0;
    margin-left: -12px;
    background: url(../images/blue-marker.png) left top no-repeat; }

.story.terms {
  text-align: left; }
  .story.terms .row {
    position: relative; }
  .story.terms p {
    padding-left: 0;
    padding-right: 0; }
  .story.terms .buttons {
    padding-top: 35px; }
    .story.terms .buttons a {
      display: block;
      width: 100%;
      margin-bottom: 10px;
      color: #909090; }
      .story.terms .buttons a:last-child {
        margin-bottom: 0; }
      .story.terms .buttons a:hover {
        color: #000; }
    .story.terms .buttons .active {
      color: #000;
      border: 2px solid #fff; }

.lang {
  width: 100%;
  background: #fff;
  border-radius: 10px;
  margin-top: 35px; }
  .lang .link {
    width: 100%;
    padding: 15px 10px;
    height: 100%;
    display: none; }
  .lang a {
    color: #909090;
    font-family: 'noyh_r_regular';
    font-size: 0;
    display: block;
    padding: 10px; }
    .lang a:hover {
      color: #000; }
    .lang a img, .lang a span {
      display: inline-block;
      vertical-align: middle; }
    .lang a span {
      font-size: 1.25rem; }
    .lang a img {
      margin-right: 5px; }
  .lang .active {
    color: #000; }
  .lang ul {
    list-style: none; }
    .lang ul li:first-child a {
      border-radius: 8px 8px 0 0; }
    .lang ul li:last-child a {
      border-radius: 0 0 8px 8px; }
  .lang .drop {
    background: #fff;
    border-radius: 10px; }
    .lang .drop .arrow {
      width: 17px;
      height: 12px;
      display: block;
      background: url(../images/lang-dropdown.png) left top no-repeat;
      position: absolute;
      bottom: -12px;
      display: none;
      left: 50%;
      margin-left: -8.5px; }

.about-section {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  padding: 35px 20px;
  font-size: 0;
  text-align: left; }
  .about-section .row {
    overflow: hidden; }
  .about-section .buttons {
    padding-top: 20px; }
  .about-section .arrow {
    width: 14px;
    height: 19px;
    display: inline-block;
    background: url(../images/bottom-arrow.png) left top no-repeat;
    margin-bottom: 20px; }
  .about-section h1, .about-section h2 {
    font-size: 1.8rem;
    line-height: 1.8rem;
    color: #fff;
    font-family: 'noyh_heavyregular'; }
  .about-section p {
    font-size: 1.125rem;
    line-height: 1.25rem;
    color: #fff;
    font-family: 'noyhregular';
    padding-top: 20px; }

.about-section.in-center {
  text-align: center; }

.values {
  padding: 35px 20px;
  text-align: center;
  background: #4991dc; }
  .values h2 {
    font-size: 1.8rem;
    line-height: 1.8rem;
    font-family: 'noyh_boldregular';
    color: #fff;
    padding-bottom: 10px; }
  .values p {
    font-size: 0.75rem;
    line-height: 0.75rem;
    padding-top: 10px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'noyh_boldregular'; }

.value {
  margin-bottom: 20px;
  position: relative;
  cursor: pointer; }
  .value:last-child {
    margin-right: 0; }
  .value img {
    margin: 0 auto;
    width: 132px; }
  .value .marker {
    width: 24px;
    height: 11px;
    display: none;
    background: url(../images/blue-marker.png) left top no-repeat;
    position: absolute;
    left: 50%;
    margin-left: -12px;
    bottom: -81px; }

.tabs {
  padding: 35px 20px;
  text-align: center; }
  .tabs .notes {
    padding-bottom: 35px; }
    .tabs .notes:last-child {
      padding-bottom: 0; }
  .tabs p {
    font-size: 1.125rem;
    line-height: 1.1875rem;
    color: #000;
    font-family: 'noyh_boldregular';
    text-align: center; }
  .tabs .top {
    display: block;
    width: 100%;
    padding-top: 35px;
    text-align: center;
    font-size: 0; }
    .tabs .top img {
      display: inline-block; }

.row-mobile {
  text-align: center;
  font-size: 0; }
  .row-mobile .value {
    display: inline-block;
    vertical-align: top;
    width: 50%; }
    .row-mobile .value img {
      width: 80px; }
  .row-mobile:last-child .value {
    margin-right: 0;
    margin-bottom: 0; }

.partners {
  padding: 35px 20px;
  text-align: center;
  font-size: 0;
  border-bottom: 1px solid #d6d6d6; }
  .partners h2 {
    font-size: 1.8rem;
    line-height: 1.8rem;
    color: #000;
    font-family: 'noyhregular'; }
  .partners span {
    font-size: 1.125rem;
    line-height: 1.43813rem;
    color: #000;
    display: block;
    padding-top: 5px; }
  .partners .slider {
    margin-top: 35px; }
    .partners .slider img {
      width: 150px; }
  .partners .partner {
    display: inline-block;
    vertical-align: middle;
    color: #828a8f;
    font-size: 1.125rem;
    line-height: 1.62313rem;
    margin-right: 1.82927%;
    margin-bottom: 15px;
    font-family: 'noyhregular'; }

.team {
  padding: 35px 20px;
  text-align: center;
  font-size: 0;
  border-bottom: 1px solid #d6d6d6; }
  .team h2 {
    font-size: 1.8rem;
    line-height: 1.8rem;
    color: #000;
    font-family: 'noyh_boldregular';
    padding-bottom: 20px; }
  .team p {
    font-size: 1.3125rem;
    line-height: 1.375rem;
    color: #909090;
    font-family: 'noyhregular';
    padding-bottom: 65px; }
  .team .member {
    margin-bottom: 50px; }
    .team .member img {
      display: inline-block;
      border-radius: 50%;
      margin-bottom: 5px; }
    .team .member h3 {
      font-size: 1.625rem;
      line-height: 1.625rem;
      color: #000;
      padding-bottom: 5px;
      font-family: 'noyh_heavyregular'; }
    .team .member span {
      font-size: 1.125rem;
      line-height: 1.1875rem;
      color: #000;
      padding-bottom: 10px;
      display: block;
      font-family: 'noyh_bookregular'; }
    .team .member p {
      font-size: 1.125rem;
      line-height: 1.1875rem;
      color: #909090;
      font-family: 'noyhregular';
      padding-bottom: 0; }

.posts {
  padding: 35px 20px;
  border-bottom: 1px solid #b6b6b6;
  text-align: center; }
  .posts .entry {
    font-size: 0;
    text-align: left; }
  .posts .buttons {
    margin-top: 35px; }
  .posts .post {
    margin-bottom: 3px;
    padding: 45px 35px;
    background: #f2f2f2; }
    .posts .post:last-child {
      margin-bottom: 0; }
  .posts h2 {
    font-size: 1.66063rem;
    line-height: 2.67313rem;
    color: #000;
    text-decoration: underline;
    text-transform: uppercase;
    padding-bottom: 70px;
    font-family: 'noyh_boldregular';
    text-align: center; }
  .posts .meta {
    padding-bottom: 15px;
    font-size: 0; }
    .posts .meta span {
      display: inline-block;
      vertical-align: top;
      padding-right: 5px; }
    .posts .meta .category {
      font-size: 1.1875rem;
      color: #4991dc;
      text-transform: uppercase;
      font-family: 'noyh_heavyregular'; }
    .posts .meta .date {
      font-size: 1.1875rem;
      color: #000;
      text-transform: uppercase;
      font-family: 'noyh_heavyregular'; }
    .posts .meta .year {
      font-size: 1.1875rem;
      color: #000;
      font-family: 'noyh_heavyregular'; }
  .posts h3 {
    font-size: 24px;
    line-height: 24px;
    color: #308dde;
    font-family: 'noyh_heavyregular';
    padding-bottom: 15px; }
    .posts h3 a {
      color: #308dde; }
  .posts h4 {
    font-size: 22px;
    line-height: 22px;
    color: #308dde;
    font-family: 'noyh_heavyregular';
    padding-bottom: 15px; }
    .posts h4 a {
      color: #308dde; }
  .posts h5 {
    font-size: 20px;
    line-height: 20px;
    color: #308dde;
    font-family: 'noyh_heavyregular';
    padding-bottom: 15px; }
    .posts h5 a {
      color: #308dde; }
  .posts h6 {
    font-size: 18px;
    line-height: 18px;
    color: #308dde;
    font-family: 'noyh_heavyregular';
    padding-bottom: 15px; }
    .posts h6 a {
      color: #308dde; }
  .posts p {
    font-size: 1.125rem;
    line-height: 1.1875rem;
    color: #000;
    padding-bottom: 20px;
    font-family: 'noyhregular'; }
    .posts p:last-child {
      padding-bottom: 0; }
  .posts .see-more {
    width: 19px;
    height: 14px;
    display: block;
    background: url(../images/see-more.png) left top no-repeat; }
  .posts .show-more {
    font-size: 1.5975rem;
    color: #000;
    font-family: 'noyh_boldregular';
    padding-top: 10px;
    display: block;
    text-decoration: none; }
    .posts .show-more:after {
      content: '';
      background: url(../images/nav-arrow-on.png) right center no-repeat;
      display: inline-block;
      width: 8px;
      height: 6px;
      position: relative;
      top: -3px;
      margin-left: 5px; }
  .posts .listings {
    display: none;
    margin-top: 15px; }
    .posts .listings a {
      font-size: 1.375rem;
      color: #666;
      font-family: 'noyh_bookregular';
      display: block;
      text-decoration: none;
      padding-bottom: 5px; }
      .posts .listings a:last-child {
        padding-bottom: 0; }

.events {
  border-bottom: 0; }
  .events h3 {
    font-size: 1.5rem;
    line-height: 1.5rem;
    font-family: 'noyh_boldregular'; }

.posts.careers .post {
  background: none;
  text-align: center;
  min-height: 0;
  position: relative; }
  .posts.careers .post:after {
    content: '';
    width: 98px;
    height: 1px;
    background: #ccc;
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -49px; }
.posts.careers .entry {
  padding-bottom: 35px; }
  .posts.careers .entry:last-child {
    padding-bottom: 0; }

.posts.full .post {
  width: 100%;
  margin: 0;
  display: block; }
  .posts.full .post:hover {
    background: #f2f2f2; }
    .posts.full .post:hover * {
      color: inherit; }
    .posts.full .post:hover .category, .posts.full .post:hover h3, .posts.full .post:hover h4, .posts.full .post:hover h5, .posts.full .post:hover h6 {
      color: #4991dc; }

.message {
  padding: 35px 20px;
  text-align: center;
  background: #badcff; }
  .message p {
    font-size: 1.3125rem;
    line-height: 1.96125rem;
    color: #308dde;
    text-decoration: underline;
    text-transform: uppercase;
    font-family: 'noyh_boldregular'; }
  .message h2 {
    font-size: 1.8rem;
    line-height: 1.8rem;
    color: #308dde;
    font-family: 'noyh_boldregular';
    padding-top: 25px; }
  .message span {
    font-size: 1.125rem;
    line-height: 1.25rem;
    color: #308dde;
    font-family: 'noyhregular';
    display: block;
    padding-top: 20px; }
  .message .buttons {
    margin-top: 35px; }

.main-post {
  font-size: 0; }
  .main-post .image {
    height: 561px;
    padding: 35px 20px;
    position: relative;
    text-align: center;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover; }
    .main-post .image .post-image {
      display: inline-block;
      width: 200px; }
    .main-post .image blockquote {
      font-size: 1.5475rem;
      line-height: 1.53938rem;
      color: #fff;
      font-family: 'noyh_heavy_italicregular';
      padding-top: 10px; }
    .main-post .image span {
      font-size: 1.125rem;
      line-height: 1.1875rem;
      color: #fff;
      font-family: 'noyh_italicregular';
      display: block;
      padding-top: 10px; }
  .main-post .text {
    padding: 35px 20px 0 20px;
    font-size: 0;
    text-align: center;
    background: url(../images/shadow.jpg) left top repeat-x; }
  .main-post .column {
    padding-bottom: 45px; }
    .main-post .column .section {
      padding-bottom: 45px; }
      .main-post .column .section:last-child {
        padding-bottom: 0; }
    .main-post .column h2 {
      font-size: 1.625rem;
      color: #000;
      font-family: 'noyh_boldregular'; }
    .main-post .column p {
      font-size: 1.125rem;
      line-height: 1.1875rem;
      color: #909090;
      padding-top: 15px; }

.single-post {
  padding: 35px 20px; }
  .single-post .copy {
    margin-bottom: 35px; }
    .single-post .copy h1 {
      font-size: 1.625rem;
      line-height: 1.6875rem;
      color: #000;
      padding-bottom: 25px;
      font-family: 'noyhregular'; }
    .single-post .copy h2 {
      font-size: 1.375rem;
      line-height: 1.5rem;
      color: #000;
      padding-bottom: 5px;
      font-family: 'noyhregular'; }
    .single-post .copy h3 {
      font-size: 1.25rem;
      line-height: 1.375rem;
      color: #000;
      padding-bottom: 5px;
      font-family: 'noyhregular'; }
    .single-post .copy ul {
      padding-bottom: 25px;
      padding-left: 20px; }
    .single-post .copy li {
      font-size: 1.125rem;
      line-height: 1.1875rem;
      color: #909090;
      padding-top: 5px; }
      .single-post .copy li:first-child {
        padding-top: 0; }
    .single-post .copy p {
      font-size: 1.125rem;
      line-height: 1.1875rem;
      color: #909090;
      font-family: 'noyhregular';
      padding-bottom: 25px; }
      .single-post .copy p img {
        height: auto; }
      .single-post .copy p a {
        font-family: 'noyh_boldregular';
        color: #000;
        font-size: 1.25rem;
        padding-right: 20px;
        line-height: 0.9375rem; }
        .single-post .copy p a:last-child {
          padding-right: 0; }
    .single-post .copy iframe,
    .single-post .copy video,
    .single-post .copy embed {
      margin-top: 25px; }
  .single-post .sidebar h2 {
    font-size: 1.3125rem;
    line-height: 1.5rem;
    font-family: 'noyh_heavyregular';
    text-transform: uppercase;
    padding-top: 15px; }
  .single-post .sidebar h3,
  .single-post .sidebar p {
    font-size: 1.5rem;
    line-height: 1.5rem;
    color: #4991dc;
    font-family: 'noyh_heavyregular';
    padding-top: 40px; }
  .single-post .sidebar hr {
    border-top: 1px solid #b6b6b6;
    margin-top: 40px; }

.case-studies {
  font-size: 0; }
  .case-studies .case-study {
    width: 50%;
    height: 150px;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    position: relative;
    overflow: hidden; }
    .case-studies .case-study img {
      width: 150px;
      display: inline-block; }
    .case-studies .case-study .hover {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      display: none;
      background: #f2f2f2; }
      .case-studies .case-study .hover .buttons .black:hover {
        border: 2px solid #000;
        color: #fff; }
    .case-studies .case-study:hover .hover {
      display: block; }

.load-more {
  text-align: center;
  padding: 35px 20px; }
  .load-more a {
    font-size: 1.3125rem;
    color: #000;
    font-family: 'noyh_boldregular';
    display: inline-block; }
    .load-more a img {
      margin: 20px auto 0; }

.peoples {
  padding: 35px 0; }
  .peoples .section .box {
    width: 100%;
    position: relative; }
    .peoples .section .box img {
      width: 100%;
      z-index: 1; }
  .peoples .section .quote {
    background: #448bc5; }
  .peoples .twitter {
    text-align: center;
    padding: 20px; }
    .peoples .twitter .twitter-icon {
      width: 26px;
      height: 22px;
      display: inline-block;
      background: url(../images/twitter-icon.png) left top no-repeat;
      margin-bottom: 5px; }
    .peoples .twitter .brand {
      padding-bottom: 15px;
      font-size: 0.875rem;
      color: #000;
      font-family: 'noyhregular'; }
      .peoples .twitter .brand a {
        font-family: 'noyh_boldregular';
        color: #000; }
    .peoples .twitter .text {
      font-size: 1rem;
      font-size: 1.125rem;
      color: #308dde;
      font-family: 'noyh_boldregular'; }
      .peoples .twitter .text a {
        font-family: 'noyh_italicregular';
        font-size: 1rem;
        color: #000; }

.peoples.peoples-mobile .section {
  font-size: 0;
  width: 100%;
  height: 100%;
  display: table;
  overflow: hidden; }
  .peoples.peoples-mobile .section .column {
    display: inline-block;
    vertical-align: top;
    float: none;
    width: 50%;
    height: 100%; }
    .peoples.peoples-mobile .section .column .box {
      width: 100%;
      float: none; }
      .peoples.peoples-mobile .section .column .box img {
        width: 100%; }
    .peoples.peoples-mobile .section .column:last-child .box {
      height: 50%; }
  .peoples.peoples-mobile .section .box {
    width: 50%;
    float: left;
    height: auto; }
    .peoples.peoples-mobile .section .box img {
      width: 100%; }
  .peoples.peoples-mobile .section .box.full {
    width: 100%; }
  .peoples.peoples-mobile .section .box.twitter {
    padding: 10px; }
    .peoples.peoples-mobile .section .box.twitter .brand {
      padding-bottom: 5px; }
    .peoples.peoples-mobile .section .box.twitter .text {
      font-size: 0.8125rem;
      line-height: 0.8125rem; }
      .peoples.peoples-mobile .section .box.twitter .text a {
        word-wrap: break-word;
        font-size: 0.8125rem; }

.ppl-quotes {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  z-index: 2;
  padding: 20px 15px 15px 15px; }
  .ppl-quotes h2 {
    font-size: 0.9375rem;
    line-height: 1rem;
    color: #fff;
    font-family: 'noyh_bold_italicregular';
    padding-bottom: 10px; }
  .ppl-quotes em {
    font-size: 0.75rem;
    color: #fff;
    font-family: 'noyh_bold_italicregular'; }

.black-ppl, .light-blue {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  z-index: 2; }
  .black-ppl img, .light-blue img {
    margin: 0 auto; }

.black-ppl img {
  width: 15px !important;
  height: 21px !important; }
.black-ppl h2 {
  font-size: 1.5625rem;
  line-height: 1.875rem;
  text-transform: uppercase;
  text-decoration: underline;
  color: #fff;
  padding-top: 10px;
  font-family: 'noyh_blackregular';
  text-align: center; }

.light-blue .svg1 {
  width: 110px !important;
  height: 105px !important; }
.light-blue .svg2 {
  width: 140px !important;
  height: 100px !important;
  margin: 0; }
.light-blue .svg3 {
  width: 16px !important;
  height: 16px !important; }
.light-blue .svg4 {
  width: 110px !important;
  height: 65px !important; }
.light-blue .svg5 {
  width: 85px !important;
  height: 95px !important; }
.light-blue .svg6 {
  width: 85px !important;
  height: 60px !important; }
.light-blue h2 {
  font-size: 1.1875rem;
  line-height: 1.3125rem;
  text-transform: uppercase;
  padding-top: 10px;
  color: #000;
  text-align: center;
  font-family: 'noyh_heavyregular'; }

.big-slider {
  text-align: center; }
  .big-slider .bx-controls .bx-pager {
    top: -25px;
    position: relative;
    z-index: 10; }
  .big-slider .bx-wrapper {
    padding: 0;
    margin-bottom: 0; }
    .big-slider .bx-wrapper img {
      display: inline-block; }
    .big-slider .bx-wrapper .bx-controls-direction {
      display: none; }
      .big-slider .bx-wrapper .bx-controls-direction a {
        width: 29px;
        height: 52px;
        top: 50%;
        margin-top: -26px;
        z-index: 1000; }
    .big-slider .bx-wrapper .bx-prev {
      left: 40px;
      background: url(../images/customers-left.png) left top no-repeat; }
    .big-slider .bx-wrapper .bx-next {
      right: 40px;
      background: url(../images/customers-right.png) left top no-repeat; }
  .big-slider .table {
    margin-top: 35px; }
  .big-slider .td {
    text-align: center; }
    .big-slider .td img {
      width: 200px; }
  .big-slider .buttons {
    margin-top: 20px; }
  .big-slider .description {
    width: 100%;
    padding: 35px 20px;
    margin-top: 35px;
    background: rgba(255, 255, 255, 0.5); }
    .big-slider .description h2 {
      font-size: 1.625rem;
      line-height: 1.875rem;
      color: #000;
      font-family: 'noyh_boldregular'; }
    .big-slider .description p {
      font-size: 1.125rem;
      line-height: 1.1875rem;
      color: #000;
      font-family: 'noyhregular'; }

.can-help {
  text-align: center;
  padding: 35px 20px; }
  .can-help .section {
    padding-bottom: 35px; }
    .can-help .section:last-child {
      padding-bottom: 0; }
  .can-help .box {
    padding: 0 5%;
    margin-bottom: 35px; }
    .can-help .box:last-child {
      margin-bottom: 0; }
    .can-help .box h2 {
      font-size: 1.8rem;
      line-height: 1.8rem;
      color: #000;
      padding-top: 15px;
      font-family: 'noyh_boldregular'; }
    .can-help .box ul {
      text-align: left;
      padding-left: 20px; }
    .can-help .box p,
    .can-help .box li {
      font-size: 1.12375rem;
      line-height: 1.18625rem;
      color: #909090;
      padding-top: 15px; }
    .can-help .box img {
      display: inline-block; }

.title-slider {
  padding: 35px 20px;
  background: #4991dc;
  text-align: center;
  position: relative; }
  .title-slider .bx-wrapper {
    margin: 0 auto 0; }
  .title-slider p {
    font-size: 1.8125rem;
    color: #fff;
    font-family: 'noyhregular'; }
  .title-slider h1,
  .title-slider h2 {
    font-size: 2rem;
    line-height: 2rem;
    color: #fff;
    font-family: 'noyh_heavyregular';
    padding-top: 35px; }
  .title-slider .image {
    margin-top: 35px; }
    .title-slider .image img {
      display: inline-block; }
  .title-slider .marker {
    width: 24px;
    height: 11px;
    background: url(../images/blue-marker.png) left top no-repeat;
    display: block;
    position: absolute;
    left: 50%;
    bottom: -11px;
    margin-left: -12px; }

.links {
  background: #308dde;
  padding: 35px 20px; }
  .links .link-section {
    text-align: center;
    padding-top: 35px; }
    .links .link-section:first-child {
      padding-top: 0; }
    .links .link-section h4 {
      font-size: 1.2rem;
      line-height: 1.2rem;
      color: #fff;
      text-transform: uppercase;
      font-family: 'noyh_boldregular'; }
    .links .link-section p {
      font-size: 1.125rem;
      line-height: 1.1875rem;
      color: #fff;
      padding-top: 15px;
      font-family: 'noyhregular'; }
    .links .link-section .buttons {
      padding-top: 35px; }

.table-information {
  padding: 35px 20px;
  background: #f2f2f2; }
  .table-information small {
    font-size: 0.875rem;
    display: block;
    text-align: center;
    padding-top: 20px; }
  .table-information .table table {
    width: 100%; }
    .table-information .table table tr:first-child td {
      padding-top: 0px; }
    .table-information .table table td {
      font-size: 1.12375rem;
      color: #000;
      font-family: 'noyhregular';
      padding: 14px 0;
      border-bottom: 1px solid #000; }
      .table-information .table table td:nth-child(2) {
        text-align: right; }
  .table-information .notes {
    margin-top: 35px; }
    .table-information .notes p {
      font-size: 1.125rem;
      line-height: 1.1875rem;
      color: #4991dc;
      font-family: 'noyhregular';
      padding-top: 20px; }
      .table-information .notes p:first-child {
        padding-top: 0; }

.price {
  text-align: center;
  padding: 35px 20px; }
  .price h2 {
    font-size: 1.5rem;
    line-height: 1.5rem;
    color: #000;
    font-family: 'noyh_heavyregular'; }
  .price p {
    font-size: 1.3125rem;
    line-height: 1.375rem;
    color: #000;
    font-family: 'noyh_bookregular';
    padding-top: 20px; }
  .price .content {
    text-align: left;
    padding-top: 35px; }
  .price .copy {
    padding-top: 35px; }
    .price .copy:first-child {
      padding-top: 0; }
    .price .copy h3 {
      font-size: 1.375rem;
      color: #000;
      font-family: 'noyh_heavyregular'; }
    .price .copy ul {
      padding-top: 10px;
      padding-left: 20px; }
      .price .copy ul li {
        color: #909090;
        font-size: 1.125rem;
        line-height: 1.1875rem;
        padding-top: 5px; }
        .price .copy ul li:first-top {
          padding-top: 0; }
        .price .copy ul li span {
          color: #909090; }

.price.price-solution {
  background: #f2f2f2; }
  .price.price-solution .content {
    padding-top: 0; }

.contact-form {
  padding: 35px 20px; }

.steps .step {
  padding-bottom: 35px;
  margin-bottom: 35px;
  overflow: hidden;
  border-bottom: 1px solid #d6d6d6;
  text-align: center; }
  .steps .step:last-child {
    padding-top: 0;
    margin-bottom: 0;
    border-bottom: 0; }
  .steps .step span {
    font-size: 1.125rem;
    line-height: 1.1875rem;
    text-decoration: none;
    color: #4991dc;
    font-family: 'noyhregular';
    display: block; }
  .steps .step .number {
    font-size: 3.43063rem;
    line-height: 3.43063rem;
    margin-right: 12px;
    text-align: center;
    color: #4991dc;
    font-family: 'noyh_boldregular'; }
  .steps .step .text {
    padding-top: 8px; }

.form p {
  font-size: 1.125rem;
  line-height: 1.1875rem;
  color: #909090;
  padding-bottom: 20px;
  padding-left: 20px;
  font-family: 'noyhregular'; }

.thank-you {
  text-align: center;
  padding: 35px 20px; }
  .thank-you img {
    display: inline-block; }
  .thank-you h2 {
    font-size: 1.8rem;
    line-height: 1.8rem;
    color: #000;
    font-family: 'noyh_boldregular';
    padding-top: 35px; }
  .thank-you .buttons {
    padding-top: 35px; }

.solutions .row {
  padding: 35px 20px; }
.solutions .image {
  padding-bottom: 35px;
  text-align: center; }
  .solutions .image img {
    display: inline-block; }
.solutions .text {
  overflow: hidden; }
.solutions h2 {
  font-size: 2.5025rem;
  line-height: 2.25188rem; }
.solutions h3 {
  font-size: 1.375rem;
  line-height: 1.375rem;
  color: #4991dc; }
.solutions h4 {
  font-size: 1.2525rem;
  line-height: 1.00188rem; }
.solutions h2,
.solutions h3,
.solutions h4 {
  color: #000;
  padding-bottom: 15px;
  font-family: 'noyh_boldregular'; }
.solutions p, .solutions li {
  font-size: 1.125rem;
  line-height: 1.1875rem;
  color: #909090;
  font-family: 'noyhregular'; }
.solutions ul {
  padding-left: 20px; }
.solutions p {
  padding: 0 15px 15px 0; }
.solutions li {
  padding-bottom: 15px;
  padding-right: 30px; }

.solutions.last .row {
  border-bottom: 0; }

.solutions.grey {
  background: #f2f2f2; }
  .solutions.grey .row {
    border-bottom: 0; }

.tabs-content {
  padding: 35px 20px; }
  .tabs-content .row {
    max-width: 67.5rem;
    margin: 0 auto; }

.tab-content li a, .tab-content p a {
  text-decoration: none; }
  .tab-content li a:hover, .tab-content p a:hover {
    text-decoration: underline; }
.tab-content h3 {
  font-size: 1.25rem;
  line-height: 1.125rem;
  font-family: 'noyh_boldregular';
  padding-bottom: 20px;
  color: #231f20; }
.tab-content h2 {
  font-size: 1.5625rem;
  line-height: 1.125rem;
  color: #231f20;
  font-family: 'noyh_boldregular';
  padding-bottom: 20px; }
.tab-content p {
  font-size: 1.125rem;
  line-height: 1.125rem;
  font-family: 'noyhregular';
  padding-bottom: 25px;
  color: #909090; }
.tab-content ul {
  list-style-tyepe: disc;
  padding-left: 25px; }
.tab-content ol {
  list-style-type: decimal;
  padding-left: 25px;
  padding-bottom: 25px; }
.tab-content li {
  font-size: 1.125rem;
  line-height: 1.125rem;
  padding-bottom: 5px;
  color: #909090; }
  .tab-content li:last-child {
    padding-bottom: 0; }
.tab-content .last {
  padding-bottom: 0; }
.tab-content .section {
  overflow: hidden; }
.tab-content table {
  border: 1px solid #909090; }
  .tab-content table td {
    border: 1px solid #909090;
    padding: 10px;
    width: auto !important; }

.footer {
  background: #000;
  padding: 35px 20px;
  text-align: center; }
  .footer .logo {
    width: auto; }
  .footer img {
    margin: 0 auto; }

.privacy {
  margin-top: 20px; }
  .privacy a {
    font-size: 0.75rem;
    padding-right: 5px;
    margin-right: 5px;
    color: #fff;
    border-right: 1px solid #fff;
    text-decoration: none; }
    .privacy a:hover {
      color: #828a8f;
      text-decoration: underline; }
    .privacy a:last-child {
      padding-right: 0;
      border-right: 0;
      margin-right: 0; }
  .privacy span {
    font-size: 0.75rem;
    color: #fff; }

.social {
  font-size: 0;
  margin-top: 20px;
  text-decoration: none; }
  .social a {
    width: 37px;
    height: 36px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: left top;
    margin-right: 18px; }
    .social a:last-child {
      margin-right: 0; }
  .social .twitter {
    background-image: url(../images/twitter.png); }
    .social .twitter:hover {
      background-image: url(../images/twitter-on.png); }
  .social .linkedin {
    background-image: url(../images/linkedin.png); }
    .social .linkedin:hover {
      background-image: url(../images/linkedin-on.png); }

.buttons {
  font-size: 0; }
  .buttons a {
    padding: 10px 30px;
    border: 2px solid #fff;
    border-radius: 50px;
    color: #fff;
    display: inline-block;
    font-family: 'noyh_r_regular';
    font-size: 1.25rem;
    margin-bottom: 12px;
    text-decoration: none; }
    .buttons a:hover {
      color: #000;
      border: 2px solid #000; }
    .buttons a:last-child {
      margin-right: 0;
      margin-bottom: 0; }
  .buttons .blue-hover {
    border: 2px solid #fff;
    color: #fff; }
    .buttons .blue-hover:hover {
      border: 2px solid #4991dc;
      background: #4991dc;
      color: #fff; }
  .buttons .white {
    color: #000;
    background: #fff; }
    .buttons .white:hover {
      color: #828a8f;
      border: 2px solid #fff; }
  .buttons .blue {
    border: 2px solid #4991dc;
    background: #4991dc;
    color: #fff; }
    .buttons .blue:hover {
      border: 2px solid #4991dc;
      color: #000; }
  .buttons .green {
    border: 2px solid #2eb135;
    color: #2eb135; }
    .buttons .green:hover {
      border: 2px solid #2eb135;
      color: #000; }
  .buttons .black {
    border: 2px solid #000;
    background: #000;
    color: #fff; }
    .buttons .black:hover {
      border: 2px solid #71787c;
      color: #71787c; }
  .buttons .black-border {
    border: 2px solid #000;
    color: #000; }
    .buttons .black-border:hover {
      border: 2px solid #828a8f;
      color: #828a8f; }

.warning .buttons a:hover,
.video .buttons a:hover {
  border: 2px solid #828a8f;
  color: #828a8f; }
.warning .buttons .green:hover,
.video .buttons .green:hover {
  border: 2px solid #2eb135;
  color: #000; }

.table {
  width: 100%;
  height: 100%;
  display: table; }
  .table .tr {
    display: table-row; }
    .table .tr .td {
      display: table-cell;
      vertical-align: middle; }

.editable.blue {
  background: #4991dc; }
  .editable.blue h2,
  .editable.blue p {
    color: #fff; }

.editable.white {
  background: #fff; }
  .editable.white h1,
  .editable.white h2,
  .editable.white p {
    color: #000; }
  .editable.white .buttons a {
    border: 2px solid #000;
    color: #000; }
    .editable.white .buttons a:hover {
      border: 2px solid #71787c;
      color: #71787c; }

pre {
  font-size: 0.75rem;
  line-height: 0.75rem;
  color: #909090;
  font-family: 'noyh_bookregular';
  padding: 10px 0; }

#target-to-copy {
  cursor: pointer;
  text-decoration: underline; }

.sitemap a {
  font-family: 'noyh_bookregular' !important; }

@media only screen and (min-width: 1em) {
  .header .row {
    text-align: justify;
    font-size: 0; }
    .header .row:after {
      content: '';
      display: inline-block;
      width: 100%;
      height: 0;
      font-size: 0;
      line-height: 0; }

  .navigation,
  .login,
  .desktop-navigation {
    display: none; }

  .hamburger {
    display: inline-block;
    vertical-align: middle;
    font-size: 1rem; } }
@media only screen and (min-width: 35.5em) {
  .row-mobile {
    text-align: center;
    font-size: 0; }
    .row-mobile .value {
      display: inline-block;
      vertical-align: top; }
      .row-mobile .value img {
        width: 132px; }
    .row-mobile:last-child .value {
      margin-right: 0; }

  .values h2 {
    padding-bottom: 50px; }

  .peoples .row {
    max-width: 56.25rem;
    margin: 0 auto; }
  .peoples .section {
    overflow: hidden; }
    .peoples .section .box {
      width: 25%;
      height: 225px;
      float: left; }
      .peoples .section .box img {
        width: auto;
        height: 100%; }
    .peoples .section .box.w2 {
      width: 50%; }
    .peoples .section .box.w2h2 {
      width: 50%;
      height: 450px;
      float: right; }
    .peoples .section .box.w1h2 {
      width: 25%;
      height: 450px; }
    .peoples .section .box.cleaner {
      clear: both; }
    .peoples .section .box.right {
      float: right; }
    .peoples .section .column {
      float: left;
      width: 50%; }
  .peoples .section.half .box {
    width: 50%; }
  .peoples .section.half .box.w2 {
    width: 100%; }
  .peoples .section.half .box.w1h2 {
    width: 50%; }

  .light-blue h2 {
    padding-top: 20px; }

  .peoples.peoples-mobile .section .box.twitter .text, .peoples.peoples-mobile .section .box.twitter .brand {
    font-size: 1.375rem;
    line-height: 1.4375rem; }
    .peoples.peoples-mobile .section .box.twitter .text a, .peoples.peoples-mobile .section .box.twitter .brand a {
      font-size: 1.375rem;
      line-height: 1.4375rem; }
  .peoples.peoples-mobile .ppl-quotes h2 {
    font-size: 1.65rem;
    line-height: 1.725rem; }
  .peoples.peoples-mobile .ppl-quotes em {
    font-size: 1.35rem; }

  .peoples.peoples-mobile .black-ppl {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    z-index: 2; }
    .peoples.peoples-mobile .black-ppl img {
      width: 30px !important;
      height: 41px !important;
      margin: 0 auto; }

  .peoples.peoples-mobile .light-blue {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    z-index: 2; }
    .peoples.peoples-mobile .light-blue img {
      margin: 0 auto; }
    .peoples.peoples-mobile .light-blue .svg1 {
      width: 220px !important;
      height: 210px !important; }
    .peoples.peoples-mobile .light-blue .svg2 {
      width: 210px !important;
      height: 150px !important;
      margin: 0; }
    .peoples.peoples-mobile .light-blue .svg3 {
      width: 32px !important;
      height: 32px !important; }
    .peoples.peoples-mobile .light-blue .svg4 {
      width: 220px !important;
      height: 130px !important; }
    .peoples.peoples-mobile .light-blue .svg5 {
      width: 170px !important;
      height: 190px !important; }
    .peoples.peoples-mobile .light-blue .svg6 {
      width: 170px !important;
      height: 120px !important; }
    .peoples.peoples-mobile .light-blue h2 {
      font-size: 1.78125rem;
      line-height: 1.96875rem; } }
@media only screen and (min-width: 40em) {
  .bx-wrapper .bx-controls-direction a {
    display: block; }

  .partners h2 {
    font-size: 1.8125rem;
    line-height: 2.00063rem; }

  .story h1 {
    font-size: 2.8125rem;
    line-height: 3rem; }

  .story.terms .buttons a {
    display: inline-block;
    width: auto;
    margin-bottom: 0; }

  .lang {
    width: 185px;
    position: absolute;
    bottom: 0;
    right: 0;
    margin-top: 0; }
    .lang .drop {
      width: 185px; }

  .intro .buttons {
    width: auto; }
    .intro .buttons a {
      display: inline-block;
      margin-bottom: 0;
      margin-right: 20px; }
      .intro .buttons a:last-child {
        margin-right: 0; }
  .intro h1,
  .intro h2 {
    font-size: 3.5rem;
    line-height: 3rem; }

  .about-section h1, .about-section h2 {
    font-size: 2.8125rem;
    line-height: 2.375rem; }
  .about-section .content.left {
    float: left;
    text-align: left; }
  .about-section .content.center {
    margin: 0 auto;
    text-align: center; }
  .about-section .content.right {
    float: right;
    text-align: right; }

  .values h2 {
    font-size: 2.8125rem;
    line-height: 2.00063rem; }

  .tabs .content {
    text-align: center; }

  .team h2 {
    font-size: 2.8125rem;
    line-height: 2.4375rem; }

  .meet h1,
  .meet h2 {
    font-size: 2.8125rem;
    line-height: 2.625rem; }

  .posts h3 {
    font-size: 1.625rem;
    line-height: 1.625rem; }

  .events h3 {
    font-size: 1.625rem;
    line-height: 1.625rem; }

  .posts.careers .post:hover {
    background: #000; }
    .posts.careers .post:hover * {
      color: #fff; }
    .posts.careers .post:hover .show-more:after {
      content: '';
      background: url(../images/nav-arrow-on-white.png) right center no-repeat; }
  .posts.careers h3 {
    font-size: 3.42313rem; }

  .steps .step h2 {
    font-size: 2.8125rem; }

  .can-help .box h2 {
    font-size: 2.5rem;
    line-height: 2.25rem; }

  .title-slider h1,
  .title-slider h2 {
    font-size: 2.8125rem;
    line-height: 2.375rem; }

  .single-post .sidebar h3,
  .single-post .sidebar p {
    font-size: 1.8125rem;
    line-height: 1.8125rem; }

  .price h2 {
    font-size: 1.8125rem;
    line-height: 1.5rem; }

  .message h2 {
    font-size: 2.8125rem;
    line-height: 1.7825rem; }

  .links .link-section h4 {
    font-size: 1.8125rem;
    line-height: 1.78375rem; }

  .footer .privacy a {
    font-size: 1rem;
    padding-right: 17px;
    margin-right: 17px; }
  .footer .privacy span {
    font-size: 1rem; } }
@media only screen and (min-width: 46em) {
  .value {
    width: 12.85297%;
    margin-right: 4.86855%;
    vertical-align: top;
    display: inline-block; } }
@media only screen and (min-width: 48em) {
  .module {
    width: 28.46975%;
    margin-right: 3.55872%;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 0; }
    .module:last-child {
      margin-right: 0; }

  .about-section {
    padding: 150px 35px; }

  .tabs .top {
    display: none; }

  .value.active .marker {
    display: block; }

  .team .member {
    width: 26.74419%;
    margin-right: 3.48837%;
    display: inline-block;
    vertical-align: top; }
    .team .member:nth-child(3n) {
      margin-right: 0; }
    .team .member:nth-child(7), .team .member:nth-child(8), .team .member:nth-child(9) {
      margin-bottom: 0; }

  .contact-form .row {
    max-width: 58.25rem;
    margin: 0 auto;
    font-size: 0; }
  .contact-form .steps {
    width: 38.41202%;
    margin-right: 1.60944%; }
    .contact-form .steps .step {
      text-align: left; }
      .contact-form .steps .step span {
        float: left;
        display: inline; }
      .contact-form .steps .step .text {
        width: 315px; }
  .contact-form .form {
    width: 51.82403%; }
  .contact-form .steps,
  .contact-form .form {
    display: inline-block;
    vertical-align: top; }

  .links .row {
    max-width: 38.4375rem;
    margin: 0 auto;
    font-size: 0;
    text-align: justify; }
    .links .row:after {
      content: '';
      display: inline-block;
      width: 100%;
      height: 0;
      font-size: 0;
      line-height: 0; }
  .links .link-section {
    width: 40.65041%;
    display: inline-block;
    vertical-align: top;
    padding-top: 0; }

  .thank-you {
    padding: 85px 0; }
    .thank-you h2 {
      font-size: 1.8125rem;
      line-height: 1.8125rem;
      padding-top: 45px; }
    .thank-you .buttons {
      padding-top: 35px; }

  .solutions .row {
    padding: 70px 20px;
    border-bottom: 1px solid #cac8c8;
    overflow: hidden; }
  .solutions .image {
    width: 50%;
    float: right;
    padding-bottom: 0;
    text-align: center; }
  .solutions .content {
    max-width: 40%; }
  .solutions .text {
    max-width: 40%;
    float: left; }
    .solutions .text .section {
      float: right;
      width: 50%; }
  .solutions .section-solution {
    float: left;
    width: 50%; }

  .solutions.imageonleft .image {
    float: left;
    text-align: left; }

  .peoples.peoples-mobile .section .box.twitter {
    padding: 20px; }
    .peoples.peoples-mobile .section .box.twitter .brand {
      padding-bottom: 15px;
      font-size: 2rem; }
    .peoples.peoples-mobile .section .box.twitter .text {
      font-size: 2rem;
      line-height: 2rem; }
      .peoples.peoples-mobile .section .box.twitter .text a {
        font-size: 2rem; }

  .ppl-quotes {
    text-align: left; }

  html.single {
    min-height: 100%;
    position: relative; }
    html.single body {
      margin-bottom: 106px; }
      html.single body .footer {
        width: 100%;
        position: absolute;
        left: 0;
        bottom: 0; }

  .buttons a {
    margin-right: 20px;
    margin-bottom: 0; } }
@media only screen and (min-width: 64em) {
  .header {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9990; }

  .subheader {
    width: 100%;
    position: fixed;
    left: 0;
    top: 80px;
    background-color: #fff;
    z-index: 1; }

  .main {
    padding-top: 80px; }

  .has-subheader .main {
    padding-top: 142px; }

  .header {
    padding: 21px 20px; }
    .header .row {
      max-width: 70.25rem;
      margin: 0 auto;
      text-align: left; }
      .header .row:after {
        display: block; }

  .login a {
    font-size: 1rem; }
  .login .login-url {
    padding: 8px 25px;
    border-radius: 50px; }

  .navigation li a {
    font-size: 1rem; }

  .navigation,
  .login {
    display: inline-block;
    vertical-align: middle; }

  .hamburger {
    display: none; }

  .logo {
    width: 16.54804%; }

  .navigation {
    width: 58.45196%; }

  .login {
    width: 25%;
    font-size: 0; }

  .subheader {
    text-align: center;
    padding: 21px 20px; }

  .intro {
    padding: 90px 0;
    text-align: left; }
    .intro .row {
      max-width: 60.5rem;
      margin: 0 auto;
      overflow: hidden; }
      .intro .row div:first-child {
        margin-bottom: 0; }
    .intro p {
      padding-right: 85px; }
    .intro .content {
      width: 47.52066%;
      text-align: left;
      float: left; }
    .intro .image {
      width: 50.41322%;
      text-align: right;
      float: right;
      margin-top: 0; }

  .intro.second h2 {
    padding-right: 60px; }
  .intro.second .marker {
    width: 22px;
    height: 10px;
    display: block;
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -11px;
    background: url(../images/green-marker.png) left top no-repeat; }

  .intro.imageonleft .image {
    float: left;
    text-align: left; }

  .logos .row {
    max-width: 62.5rem;
    margin: 0 auto; }
  .logos a {
    margin-bottom: 0; }
  .logos img {
    width: 150px; }

  .warning .row {
    max-width: 70.25rem;
    margin: 0 auto; }
    .warning .row:before, .warning .row:after {
      content: '';
      display: table; }
    .warning .row:after {
      clear: both; }
  .warning p {
    margin-bottom: 0; }
    .warning p span,
    .warning p img {
      display: inline-block;
      vertical-align: middle; }
    .warning p img {
      margin-right: 20px;
      margin-bottom: 0; }
  .warning p {
    float: left; }
  .warning .buttons {
    float: right; }

  .meet {
    padding: 65px 0;
    text-align: left; }
    .meet .row {
      max-width: 58.75rem;
      margin: 0 auto;
      overflow: hidden; }
    .meet .image {
      width: 62.12766%;
      margin-bottom: 0;
      float: right;
      text-align: right; }
    .meet .text {
      width: 37.87234%;
      text-align: left;
      float: left; }
    .meet .marker {
      width: 22px;
      height: 10px;
      display: block;
      position: absolute;
      bottom: -10px;
      left: 50%;
      margin-left: -11px;
      background: url(../images/white-marker.png) left top no-repeat; }

  .meet.second .text {
    width: 40.42553%; }
  .meet.second .image {
    width: 59.57447%;
    text-align: right;
    margin-top: 0; }

  .meet.imageonleft .image {
    float: left;
    text-align: left; }

  .services .row {
    max-width: 70.25rem;
    margin: 0 auto; }

  .video {
    padding: 106px 0 37px 0; }
    .video .row {
      max-width: 43.75rem;
      margin: 0 auto; }
    .video .meta p {
      padding: 25px 0; }

  .testimonials .row {
    max-width: 50rem;
    margin: 0 auto; }

  .tips .row {
    max-width: 70.25rem;
    margin: 0 auto;
    font-size: 0; }
  .tips p {
    width: 50%;
    padding-bottom: 0;
    text-align: left; }
  .tips .buttons {
    width: 50%;
    text-align: right; }
  .tips p,
  .tips .buttons {
    display: inline-block;
    vertical-align: middle; }

  .tips.about-tips p {
    width: 65%; }
  .tips.about-tips .buttons {
    width: 35%; }

  .story {
    padding: 48px 20px; }
    .story p {
      padding-left: 30%;
      padding-right: 30%; }

  .story.terms {
    padding: 45px 20px; }
    .story.terms .row {
      max-width: 67.5rem;
      margin: 0 auto; }
      .story.terms .row p {
        max-width: 37.5rem;
        font-size: 1.5rem;
        line-height: 1.6875rem; }

  .about-section {
    padding: 120px 0; }
    .about-section .row {
      max-width: 60.5rem;
      margin: 0 auto; }
    .about-section .content {
      max-width: 29.375rem; }

  .values {
    padding: 70px 0; }
    .values .row {
      max-width: 64.1875rem;
      margin: 0 auto;
      font-size: 0; }
    .values p {
      font-size: 1.1875rem;
      line-height: 1.25rem; }

  .value {
    width: 12.85297%;
    margin-bottom: 0;
    margin-right: 8.56865%; }

  .tabs {
    text-align: left; }
    .tabs .row {
      max-width: 64.1875rem;
      margin: 0 auto;
      font-size: 0; }
    .tabs .notes {
      width: 22.39533%;
      display: inline-block;
      vertical-align: top;
      margin-right: 2.92113%;
      padding-bottom: 0; }
      .tabs .notes:last-child {
        margin-right: 0; }

  .partners {
    padding: 35px 0; }
    .partners .row {
      max-width: 65.4375rem;
      margin: 0 auto; }
    .partners .slider {
      margin-top: 35px; }
    .partners .partner {
      margin-right: 4.77555%;
      margin-bottom: 0; }

  .team {
    padding: 50px 0 100px 0; }
    .team .row {
      max-width: 53.75rem;
      margin: 0 auto; }
    .team .member {
      margin-right: 9.30233%; }
      .team .member img {
        margin-bottom: 35px; }

  .posts {
    padding: 60px 20px 70px 20px;
    font-size: 0;
    max-width: 70rem;
    margin: 0 auto; }
    .posts .buttons {
      margin-top: 60px; }
    .posts .post {
      width: 33.125%;
      min-height: 365px;
      margin-right: 0.26786%;
      margin-bottom: 3px;
      display: inline-block;
      vertical-align: top;
      text-align: left; }
      .posts .post:nth-child(3n) {
        margin-right: 0; }
      .posts .post:hover {
        background: #000; }
        .posts .post:hover * {
          color: #fff; }
        .posts .post:hover .see-more {
          background: url(../images/see-more-on-white.png) left top no-repeat; }

  .posts.careers .post {
    width: 50%;
    margin-right: 0;
    margin-bottom: 0; }

  .message {
    padding: 50px 0; }

  .main-post .image,
  .main-post .text {
    width: 50%;
    display: inline-block;
    vertical-align: top; }
  .main-post .image blockquote {
    padding-left: 20%;
    padding-right: 20%; }
  .main-post .text {
    padding: 35px 35px 10px 35px;
    text-align: left; }
  .main-post .column .section {
    display: inline-block;
    vertical-align: top;
    padding-bottom: 0;
    width: 50%; }
  .main-post .column p {
    padding-right: 20px; }
  .main-post .column:last-child {
    padding-bottom: 0; }

  .single-post {
    padding: 60px 20px; }
    .single-post .row {
      max-width: 65.5625rem;
      margin: 0 auto;
      font-size: 0; }
    .single-post .copy {
      width: 52.90753%;
      margin-right: 11.43947%;
      margin-bottom: 0; }
    .single-post .sidebar {
      width: 35.653%; }
    .single-post .copy,
    .single-post .sidebar {
      display: inline-block;
      vertical-align: top; }

  .case-studies .case-study {
    width: 25%;
    height: 300px; }

  .load-more {
    padding: 55px 0; }

  .peoples {
    padding: 55px 20px; }

  .peoples.peoples-mobile .light-blue .svg2 {
    width: 280px !important;
    height: 200px !important;
    margin: 0; }

  .big-slider {
    text-align: left;
    padding-bottom: 0;
    background: #fff; }
    .big-slider .bx-wrapper .bx-controls-direction {
      display: block; }
    .big-slider li {
      height: 576px; }
    .big-slider .bgrd {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      z-index: 1; }
    .big-slider .description {
      padding: 45px 75px;
      position: absolute;
      margin-top: 0;
      left: 0;
      bottom: 0;
      z-index: 2; }
    .big-slider .table {
      margin-top: 0;
      position: relative;
      z-index: 2; }
    .big-slider .bx-controls {
      padding-top: 0; }
      .big-slider .bx-controls .bx-pager {
        width: auto;
        top: auto;
        bottom: 45px;
        right: 45px;
        margin: 0;
        position: absolute;
        padding: 0; }

  .can-help .row {
    max-width: 65.625rem;
    margin: 0 auto;
    font-size: 0; }
  .can-help .section {
    border-bottom: 1px solid #cac8c8;
    padding-bottom: 75px;
    margin-bottom: 75px; }
    .can-help .section:last-child {
      border-bottom: 0;
      padding-bottom: 0;
      margin-bottom: 0; }
  .can-help .box {
    width: 50%;
    display: inline-block;
    margin-bottom: 0;
    vertical-align: top; }
    .can-help .box h2 {
      padding-top: 55px; }

  .title-slider {
    padding: 48px 0;
    text-align: left; }
    .title-slider .row {
      max-width: 50rem;
      margin: 0 auto;
      position: relative; }
    .title-slider .bx-viewport {
      height: 120px !important; }
    .title-slider h1,
    .title-slider h2 {
      padding-top: 5px; }
    .title-slider .image {
      position: absolute;
      top: 0;
      right: 0; }
    .title-slider .image {
      margin-top: 0; }
      .title-slider .image img {
        display: block; }

  .links {
    padding: 40px 0; }

  .table-information {
    padding: 65px 0; }
    .table-information .row {
      max-width: 50.9375rem;
      margin: 0 auto;
      font-size: 0; }
    .table-information .table {
      width: 66.87117%;
      margin-right: 6.01227%; }
    .table-information .notes {
      width: 27.11656%;
      margin-top: 0; }
    .table-information .table,
    .table-information .notes {
      display: inline-block;
      vertical-align: top;
      text-align: left; }

  .price {
    padding: 50px 0; }
    .price .row {
      max-width: 53.125rem;
      margin: 0 auto; }
    .price .content {
      padding-top: 60px;
      font-size: 0; }
    .price .copy {
      padding-top: 0;
      width: 30%;
      display: inline-block;
      margin-right: 5%;
      vertical-align: top;
      text-align: left; }
      .price .copy:last-child {
        margin-right: 0; }

  .price.price-solution .row {
    max-width: 65.625rem; }
    .price.price-solution .row .copy {
      margin-right: 5%; }
      .price.price-solution .row .copy:last-child {
        margin-right: 0; }

  .contact-form {
    padding: 50px 20px; }
    .contact-form .steps {
      margin-right: 9.76395%; }

  .solutions .row {
    max-width: 65.625rem;
    margin: 0 auto; }

  .tabs-content {
    padding: 70px 20px; }

  .tab-content .left {
    width: 50%;
    float: left; }
  .tab-content .right {
    width: 32.87037%;
    float: right; }

  .footer .row {
    max-width: 70.25rem;
    margin: 0 auto;
    font-size: 0; }
    .footer .row:before, .footer .row:after {
      content: '';
      display: table; }
    .footer .row:after {
      clear: both; }
  .footer .logo {
    float: left; }
    .footer .logo a {
      display: inline-block; }
  .footer .privacy {
    text-align: left;
    margin: 0 auto;
    display: inline-block;
    padding-top: 10px; }

  .social {
    float: right;
    margin-top: 0; } }
@media only screen and (min-width: 64.0625em) {
  .ppl-quotes {
    padding: 40px 30px 30px 30px; }

  .ppl-quotes h2 {
    font-size: 1.375rem;
    line-height: 1.4375rem; }
  .ppl-quotes em {
    font-size: 1.125rem; } }
@media only screen and (min-width: 75em) {
  .login a {
    font-size: 1.125rem; }

  .navigation li a {
    font-size: 1.125rem; } }
@media only screen and (min-width: 90em) {
  .main-post .column p {
    padding-right: 60px; } }
@media only screen and (min-width: 120em) {
  html.sticky {
    position: relative;
    min-height: 100%; }
    html.sticky body {
      margin-bottom: 106px; }
    html.sticky .footer {
      width: 100%;
      position: absolute;
      left: 0;
      bottom: 0; }
    html.sticky .warning {
      position: absolute;
      width: 100%;
      left: 0;
      bottom: 106px; } }
.bx-wrapper {
  position: relative;
  margin: 0 auto 60px;
  padding: 0 5%; }
  .bx-wrapper img {
    max-width: 100%;
    display: block; }
  .bx-wrapper .bx-prev {
    left: 10px;
    background: url(../images/left.png) left top no-repeat; }
  .bx-wrapper .bx-next {
    right: 10px;
    background: url(../images/right.png) left top no-repeat; }
  .bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 20%;
    outline: 0;
    width: 9px;
    height: 15px;
    text-indent: -9999px; }
  .bx-wrapper .bx-controls-direction .disabled {
    display: none; }

.bx-controls.bx-has-pager {
  text-align: center; }
  .bx-controls.bx-has-pager .bx-pager {
    font-size: 0; }
    .bx-controls.bx-has-pager .bx-pager .bx-pager-item {
      display: inline-block;
      vertical-align: middle;
      margin-right: 18px; }
      .bx-controls.bx-has-pager .bx-pager .bx-pager-item:last-child {
        margin-right: 0; }
      .bx-controls.bx-has-pager .bx-pager .bx-pager-item a {
        width: 9px;
        height: 9px;
        display: block;
        border-radius: 10px;
        background: #fff; }
      .bx-controls.bx-has-pager .bx-pager .bx-pager-item .active {
        background: #fff url(../images/pager-active.jpg) center center no-repeat; }

@font-face {
  font-family: 'noyh_blackregular';
  src: url("../fonts/NoyhBlackRegular/typesketchbook_-_noyhblack-webfont.eot");
  src: url("../fonts/NoyhBlackRegular/typesketchbook_-_noyhblack-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/NoyhBlackRegular/typesketchbook_-_noyhblack-webfont.woff2") format("woff2"), url("../fonts/NoyhBlackRegular/typesketchbook_-_noyhblack-webfont.woff") format("woff"), url("../fonts/NoyhBlackRegular/typesketchbook_-_noyhblack-webfont.ttf") format("truetype"), url("../fonts/NoyhBlackRegular/typesketchbook_-_noyhblack-webfont.svg#noyh_blackregular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'noyh_bold_italicregular';
  src: url("../fonts/NoyhBoldItalicRegular/typesketchbook_-_noyhbolditalic-webfont.eot");
  src: url("../fonts/NoyhBoldItalicRegular/typesketchbook_-_noyhbolditalic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/NoyhBoldItalicRegular/typesketchbook_-_noyhbolditalic-webfont.woff2") format("woff2"), url("../fonts/NoyhBoldItalicRegular/typesketchbook_-_noyhbolditalic-webfont.woff") format("woff"), url("../fonts/NoyhBoldItalicRegular/typesketchbook_-_noyhbolditalic-webfont.ttf") format("truetype"), url("../fonts/NoyhBoldItalicRegular/typesketchbook_-_noyhbolditalic-webfont.svg#noyh_bold_italicregular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'noyh_boldregular';
  src: url("../fonts/NoyhBoldRegular/typesketchbook_-_noyhbold-webfont.eot");
  src: url("../fonts/NoyhBoldRegular/typesketchbook_-_noyhbold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/NoyhBoldRegular/typesketchbook_-_noyhbold-webfont.woff2") format("woff2"), url("../fonts/NoyhBoldRegular/typesketchbook_-_noyhbold-webfont.woff") format("woff"), url("../fonts/NoyhBoldRegular/typesketchbook_-_noyhbold-webfont.ttf") format("truetype"), url("../fonts/NoyhBoldRegular/typesketchbook_-_noyhbold-webfont.svg#noyh_boldregular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'noyh_bookregular';
  src: url("typesketchbook_-_noyhbook-webfont.eot");
  src: url("../fonts/NoyhBookRegular/typesketchbook_-_noyhbook-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/NoyhBookRegular/typesketchbook_-_noyhbook-webfont.woff2") format("woff2"), url("../fonts/NoyhBookRegular/typesketchbook_-_noyhbook-webfont.woff") format("woff"), url("../fonts/NoyhBookRegular/typesketchbook_-_noyhbook-webfont.ttf") format("truetype"), url("../fonts/NoyhBookRegular/typesketchbook_-_noyhbook-webfont.svg#noyh_bookregular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'noyh_heavyregular';
  src: url("../fonts/NoyhHeavyRegular/typesketchbook_-_noyhheavy-webfont.eot");
  src: url("../fonts/NoyhHeavyRegular/typesketchbook_-_noyhheavy-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/NoyhHeavyRegular/typesketchbook_-_noyhheavy-webfont.woff2") format("woff2"), url("../fonts/NoyhHeavyRegular/typesketchbook_-_noyhheavy-webfont.woff") format("woff"), url("../fonts/NoyhHeavyRegular/typesketchbook_-_noyhheavy-webfont.ttf") format("truetype"), url("../fonts/NoyhHeavyRegular/typesketchbook_-_noyhheavy-webfont.svg#noyh_heavyregular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'noyhregular';
  src: url("../fonts/NoyhRegular/typesketchbook_-_noyh-webfont.eot");
  src: url("../fonts/NoyhRegular/typesketchbook_-_noyh-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/NoyhRegular/typesketchbook_-_noyh-webfont.woff2") format("woff2"), url("../fonts/NoyhRegular/typesketchbook_-_noyh-webfont.woff") format("woff"), url("../fonts/NoyhRegular/typesketchbook_-_noyh-webfont.ttf") format("truetype"), url("../fonts/NoyhRegular/typesketchbook_-_noyh-webfont.svg#noyhregular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'noyh_r_regular';
  src: url("../fonts/NoyhRRegular/typesketchbook_-_noyhr-webfont.eot");
  src: url("../fonts/NoyhRRegular/typesketchbook_-_noyhr-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/NoyhRRegular/typesketchbook_-_noyhr-webfont.woff2") format("woff2"), url("../fonts/NoyhRRegular/typesketchbook_-_noyhr-webfont.woff") format("woff"), url("../fonts/NoyhRRegular/typesketchbook_-_noyhr-webfont.ttf") format("truetype"), url("../fonts/NoyhRRegular/typesketchbook_-_noyhr-webfont.svg#noyh_r_regular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'noyh_heavy_italicregular';
  src: url("../fonts/NoyhHeavyItalicRegular/typesketchbook_-_noyhheavyitalic-webfont.eot");
  src: url("../fonts/NoyhHeavyItalicRegular/typesketchbook_-_noyhheavyitalic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/NoyhHeavyItalicRegular/typesketchbook_-_noyhheavyitalic-webfont.woff") format("woff"), url("../fonts/NoyhHeavyItalicRegular/typesketchbook_-_noyhheavyitalic-webfont.ttf") format("truetype"), url("../fonts/NoyhHeavyItalicRegular/typesketchbook_-_noyhheavyitalic-webfont.svg#noyh_heavy_italicregular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'noyh_italicregular';
  src: url("../fonts/NoyhItalicRegular/typesketchbook_-_noyhitalic-webfont.eot");
  src: url("../fonts/NoyhItalicRegular/typesketchbook_-_noyhitalic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/NoyhItalicRegular/typesketchbook_-_noyhitalic-webfont.woff2") format("woff2"), url("../fonts/NoyhItalicRegular/typesketchbook_-_noyhitalic-webfont.woff") format("woff"), url("../fonts/NoyhItalicRegular/typesketchbook_-_noyhitalic-webfont.ttf") format("truetype"), url("../fonts/NoyhItalicRegular/typesketchbook_-_noyhitalic-webfont.svg#noyh_italicregular") format("svg");
  font-weight: normal;
  font-style: normal; }

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