@font-face {
  font-family: 'quicksandbold';
  src: url("webfonts/quicksand-bold-webfont.woff2") format("woff2"), url("webfonts/quicksand-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'quicksandlight';
  src: url("webfonts/quicksand-light-webfont.woff2") format("woff2"), url("webfonts/quicksand-light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'quicksandmedium';
  src: url("webfonts/quicksand-medium-webfont.woff2") format("woff2"), url("webfonts/quicksand-medium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'quicksandregular';
  src: url("webfonts/quicksand-regular-webfont.woff2") format("woff2"), url("webfonts/quicksand-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
img[itemprop="image"] {
  display: none; }

body {
  font-family: quicksandregular, Arial, sans-serif;
  margin: 0;
  padding: 0;
  min-height: 100vh;
  color: #005776;
  position: relative; }
  body::after {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-image: url(../images/bg-large.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1; }

.wrapper {
  max-width: 100%;
  padding: 3vw 4vw;
  display: -ms-flexbox;
  display: flex;
  flex-flow: row wrap; }

h1 {
  font-family: quicksandmedium, Arial, sans-serif;
  font-weight: normal;
  margin-top: 0;
  font-size: 1.625rem; }

h2 {
  font-family: quicksandmedium, Arial, sans-serif;
  font-weight: normal;
  font-size: 1.25rem;
  text-transform: uppercase; }

h2 + p {
  margin-top: -1rem; }

p, li, p a {
  font-family: quicksandlight, Arial, sans-serif;
  font-weight: normal;
  font-size: 1.125rem;
  color: #005776; }

.email {
  margin-bottom: 0; }

.email a {
  text-decoration: none; }

.email + p {
  margin-top: 0; }

p:last-child {
  margin-bottom: 0; }

blockquote {
  padding: 0 0 1rem 0;
  margin: 1rem 0.5rem; }
  blockquote footer {
    padding-left: 10px; }

blockquote p {
  font-family: quicksandmedium;
  line-height: 1.75rem !important;
  text-transform: uppercase;
  padding-left: 10px;
  text-indent: -10px;
  margin-bottom: 0.5rem; }

blockquote p::before,
blockquote p::after {
  font-family: verdana, sans-serif;
  font-size: 100%;
  line-height: 10%; }

blockquote p::before {
  content: '\201E';
  padding-right: 5px; }

blockquote p::after {
  content: '\201C';
  position: relative;
  top: -1px;
  padding-left: 5px; }

header {
  flex: 0 0 100%;
  max-width: 100%;
  order: 1; }

.logo {
  display: block;
  text-align: center; }

header img {
  max-width: 100px;
  height: auto; }

nav ul {
  margin: 1rem 0 1rem 0;
  padding: 0;
  text-align: center; }
nav a {
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.55);
  font-size: 0.9rem;
  white-space: nowrap;
  display: block;
  padding: 0.25rem 0.5rem; }

nav ul li {
  list-style-type: none;
  display: inline-block; }

main {
  flex: 0 0 100%;
  max-width: 100%;
  order: 2; }

main img {
  max-width: 100%; }

main ul {
  margin: 0 0 0 1.5rem;
  padding: 0; }

main ul li {
  list-style-type: none;
  padding-right: 2rem;
  position: relative; }

main ul li a {
  color: #005776; }

main ul li::before {
  content: '-';
  width: 2rem;
  height: 100%;
  display: inline-block;
  position: absolute;
  left: -1rem; }

main p {
  line-height: 2rem; }

article {
  background-color: #fff;
  padding: 2rem 10%;
  margin-bottom: 4vw; }

article > img {
  margin-bottom: 1.5rem;
}

.content {
  position: relative;
  height: 40px;
  overflow: hidden;
  color: #fff;
  max-width: 100%;
  margin: 10vh auto 0 auto; }
  .content p, .content li {
    color: #fff;
    line-height: 2.5rem;
    font-size: 1.25rem; }
  .content__container {
    overflow: hidden;
    height: 2.5rem;
    padding: 0 1.5rem; }
    .content__container:before {
      content: '{';
      left: 0; }
    .content__container:after {
      content: '}';
      position: absolute;
      right: 0; }
    .content__container:after, .content__container:before {
      position: absolute;
      top: 0;
      color: #fff;
      font-size: 2.5rem;
      line-height: 28px; }
    .content__container__text {
      display: inline;
      float: left;
      margin: 0; }
    .content__container__list {
      margin-top: 0;
      text-align: left;
      list-style: none;
      position: relative;
      animation-name: change;
      animation-duration: 10s;
      animation-iteration-count: infinite;
      margin-left: 0;
      height: 160px; }
      .content__container__list__item {
        line-height: 40px;
        margin: 0;
        padding: 0;
        white-space: nowrap;
        text-align: center; }
        .content__container__list__item::before {
          content: '';
          display: none; }

.twitter {
  display: block;
  max-width: 3rem; }
  .twitter svg {
    max-width: 100%;
    height: auto; }

ul.customer {
  display: flex;
  flex-flow: row wrap;
  margin: 0;
  align-items: flex-end;
  justify-content: center; }
  ul.customer li {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0;
    text-align: center;
    font-size: 13px;
    margin-bottom: 16px; }
    ul.customer li::before {
      display: none; }
    ul.customer li a {
      display: block;
      padding: 0 10px; }
    ul.customer li svg, ul.customer li img {
      max-width: 100%;
      width: 120px;
      height: auto;
      max-height: 40px;
      padding-bottom: 5px; }
      ul.customer li img.max_height_false {
        max-height: none;
      }
    ul.customer li.small svg {
      width: 90px;
      height: auto;
      max-height: 30px; }
    ul.customer li.small.no-max-height img {
      width: 90px;
      height: auto;
      max-height: none; }
    ul.customer li.smaller.no-max-height img {
      width: 50px;
      height: auto;
      max-height: none; }
    ul.customer li.no-max-height img {
        max-height: none;
    }

@keyframes change {
  0%, 12.66%, 100% {
    transform: translate3d(0, 0, 0); }
  16.66%, 29.32% {
    transform: translate3d(0, -40px, 0); }
  33.32%, 45.98% {
    transform: translate3d(0, -80px, 0); }
  49.98%, 62.64% {
    transform: translate3d(0, -120px, 0); }
  66.64%, 79.3% {
    transform: translate3d(0, -80px, 0); }
  83.3%, 95.96% {
    transform: translate3d(0, -40px, 0); } }
@keyframes change2 {
  0%, 12.66%, 100% {
    transform: translate3d(0, 0, 0); }
  16.66%, 29.32% {
    transform: translate3d(0, -25%, 0); }
  33.32%, 45.98% {
    transform: translate3d(0, -50%, 0); }
  49.98%, 62.64% {
    transform: translate3d(0, -75%, 0); }
  66.64%, 79.3% {
    transform: translate3d(0, -50%, 0); }
  83.3%, 95.96% {
    transform: translate3d(0, -25%, 0); } }
@media screen and (min-width: 23em) {
  body {
    background-image: url(../images/bg-large.jpg); }

  nav a {
    font-size: 1.1rem; } }
@media screen and (min-width: 44em) {
  .wrapper {
    padding: 1.5vw 1.5vw; }

  article:first-child {
    margin-top: 3rem; }

  header img {
    max-width: 300px;
    height: auto; }

  ul.customer li {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
    margin-bottom: 32px; }

  .content {
    max-width: 630px;
    height: 64px; }
    .content__container {
      height: 64px;
      padding: 0 2.4rem; }
      .content__container::before, .content__container::after {
        font-size: 3.5rem;
        line-height: 52px; }
      .content__container__list {
        height: 256px;
        animation-name: change2; }
    .content p, .content li {
      font-size: 3rem;
      line-height: 64px; }

  nav a {
    /*position: absolute;*/
    /*right: 0;*/
    font-size: 1.25rem; }

  blockquote {
    margin: 1rem 2rem; } }
@media screen and (min-width: 64em) {
  /*article:first-child {*/
  /*margin-top: 9rem;*/
  /*}*/
  nav a {
    font-size: 1.5rem; }

  blockquote {
    padding: 0 0 2rem 0;
    max-width: 90%; }
    blockquote footer {
      padding-left: 22px; }
    blockquote p {
      font-size: 1.75rem;
      line-height: 2rem !important;
      padding-left: 18px;
      text-indent: -18px; } }
@media screen and (min-width: 75em) {
  h1 {
    font-size: 2rem; }

  h2 {
    font-size: 1.5rem; }

  p, li, p a {
    font-size: 1.375rem; }

  main p, main li {
    line-height: 2.35rem; }

  body {
    background-image: url(../images/bg-xlarge.jpg); }

  .wrapper {
    padding: 4vw 6vw; }

  article {
    padding: 3vw 5%;
    margin-bottom: 4vw; }

  ul.customer li {
    flex: 0 0 20%;
    max-width: 20%;
    margin-bottom: 48px; }
    ul.customer li svg, ul.customer li img {
      padding-bottom: 0; }

  blockquote {
    padding-bottom: 3rem;
    margin: 1rem 3rem; }

  /*header img {*/
  /*max-width: 300px;*/
  /*height: auto;*/
  /*}*/
  nav ul {
    margin: 2rem 0 0 0; }

  /*nav ul li {*/
  /*height: 2.5rem;*/
  /*}*/
  /*nav a {*/
  /*font-size: 2rem;*/
  /*}*/ }
@media screen and (min-width: 100em) {
  body {
    background-image: url(../images/bg-xxlarge.jpg); }

  .wrapper {
    padding: 4vw 11vw; }

  blockquote {
    max-width: 50%; }
    blockquote p {
      line-height: 2.425rem !important;
      padding-left: 22px;
      text-indent: -22px; } }
@media screen and (min-width: 115em) {
  .wrapper {
    padding: 4vw 17vw; }
}
