@import url(../fonts.googleapis.com/css_5b3fce1e.html);
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
html {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
q,
blockquote {
  quotes: none;
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
  content: none;
}
a img {
  border: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
@font-face {
  font-family: "icons";
  src: url("../fonts/icons-f07fe42fea3e9d375c9b9af0f52b380b.eot");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "icons";
  src: url("../fonts/icons-f07fe42fea3e9d375c9b9af0f52b380b.eot");
  src: url("../fonts/icons-f07fe42fea3e9d375c9b9af0f52b380b_162a16fe.eot#iefix")
      format("embedded-opentype"),
    url("../fonts/icons-f07fe42fea3e9d375c9b9af0f52b380b.woff") format("woff"),
    url("../fonts/icons-f07fe42fea3e9d375c9b9af0f52b380b.ttf")
      format("truetype"),
    url("../fonts/icons-f07fe42fea3e9d375c9b9af0f52b380b_162a16fe.svg#icons")
      format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-android:before {
  content: "\f101";
}
.icon-apple:before {
  content: "\f102";
}
.icon-cross:before {
  content: "\f103";
}
.icon-facebook:before {
  content: "\f104";
}
.icon-feed:before {
  content: "\f105";
}
.icon-html5:before {
  content: "\f106";
}
.icon-key:before {
  content: "\f107";
}
.icon-linkedin:before {
  content: "\f108";
}
.icon-logo:before {
  content: "\f109";
}
.icon-nav:before {
  content: "\f10a";
}
.icon-phone:before {
  content: "\f10b";
}
.icon-tick:before {
  content: "\f10c";
}
.icon-twitter:before {
  content: "\f10d";
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "brandon-grotesque", "Open Sans", "Segoe UI Light", Arial,
    Helvetica, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
.btn {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  font-family: "brandon-grotesque", "Open Sans", "Segoe UI Light", Arial,
    Helvetica, sans-serif;
  font-weight: 400;
  font-size: 16px;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  color: #fff;
  background: #c0392b;
  border: none;
  cursor: pointer;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.btn:hover,
.btn:focus,
.btn:active {
  background: #e74c3c;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}
.btn.big {
  height: 60px;
  line-height: 60px;
  font-size: 24px;
}
.btn.blue {
  background: #2980b9;
}
.btn.blue:hover,
.btn.blue:focus,
.btn.blue:active {
  background: #3498db;
}
.btn.orange {
  background: #d35400;
}
.btn.orange:hover,
.btn.orange:focus,
.btn.orange:active {
  background: #e67e22;
}
.switch-toggle a,
.switch-light span span {
  display: none;
}
@media only screen {
  .switch-light {
    display: block;
    min-height: 2.5em;
    position: relative;
    overflow: visible;
    padding: 0;
    margin-left: 6.25em;
  }
  .switch-light * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .switch-light a {
    display: block;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }
  .switch-light label,
  .switch-light > span {
    line-height: 2.5em;
    vertical-align: middle;
  }
  .switch-light label {
    position: relative;
    z-index: 3;
    display: block;
    width: 100%;
    cursor: pointer;
  }
  .switch-light input {
    position: absolute;
    opacity: 0;
    z-index: 5;
  }
  .switch-light input:checked ~ a {
    right: 0%;
  }
  .switch-light > span {
    position: absolute;
    left: -6.25em;
    width: 100%;
    margin: 0;
    padding-right: 6.25em;
    text-align: left;
  }
  .switch-light > span span {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    display: block;
    width: 50%;
    margin-left: 6.25em;
    text-align: center;
  }
  .switch-light > span span:last-child {
    left: 50%;
  }
  .switch-light a {
    position: absolute;
    right: 50%;
    top: 0;
    z-index: 4;
    display: block;
    width: 50%;
    height: 100%;
    padding: 0;
  }
  .switch-toggle {
    display: block;
    min-height: 2.5em;
    position: relative;
    display: table;
    table-layout: fixed;
    padding: 0 !important;
  }
  .switch-toggle * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .switch-toggle a {
    display: block;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }
  .switch-toggle label,
  .switch-toggle > span {
    line-height: 2.5em;
    vertical-align: middle;
  }
  .switch-toggle * {
    font-size: 1em;
  }
  .switch-toggle input {
    position: absolute;
    opacity: 0;
  }
  .switch-toggle input + label {
    position: relative;
    z-index: 2;
    display: table-cell;
    width: 50%;
    padding: 0 0.5em;
    margin: 0;
    text-align: center;
  }
  .switch-toggle a {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
    z-index: 1;
    width: 50%;
    height: 100%;
  }
  .switch-toggle input:last-of-type:checked ~ a {
    left: 50%;
  }
  .switch-toggle.switch-3 label,
  .switch-toggle.switch-3 a {
    width: 33.33333%;
  }
  .switch-toggle.switch-3 input:checked:nth-of-type(2) ~ a {
    left: 33.33333%;
  }
  .switch-toggle.switch-3 input:checked:last-of-type ~ a {
    left: 66.66667%;
  }
  .switch-toggle.switch-4 label,
  .switch-toggle.switch-4 a {
    width: 25%;
  }
  .switch-toggle.switch-4 input:checked:nth-of-type(2) ~ a {
    left: 25%;
  }
  .switch-toggle.switch-4 input:checked:nth-of-type(3) ~ a {
    left: 50%;
  }
  .switch-toggle.switch-4 input:checked:last-of-type ~ a {
    left: 75%;
  }
  .switch-toggle.switch-5 label,
  .switch-toggle.switch-5 a {
    width: 20%;
  }
  .switch-toggle.switch-5 input:checked:nth-of-type(2) ~ a {
    left: 20%;
  }
  .switch-toggle.switch-5 input:checked:nth-of-type(3) ~ a {
    left: 40%;
  }
  .switch-toggle.switch-5 input:checked:nth-of-type(4) ~ a {
    left: 60%;
  }
  .switch-toggle.switch-5 input:checked:last-of-type ~ a {
    left: 80%;
  }
  .switch-ios {
    width: 100%;
    font-family: "brandon-grotesque", "Open Sans", "Segoe UI Light", Arial,
      Helvetica, sans-serif;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
  }
  .switch-ios.switch-light {
    color: #252525;
  }
  .switch-ios.switch-light a {
    left: 0;
    width: 2.5em;
    background-color: #ededed;
    border: none;
    border-radius: 100%;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .switch-ios.switch-light > span span {
    width: 100%;
    left: 0;
    opacity: 0;
  }
  .switch-ios.switch-light > span span:first-of-type {
    opacity: 1;
    padding-left: 2.5em;
  }
  .switch-ios.switch-light > span span:last-of-type {
    padding-right: 2.5em;
  }
  .switch-ios.switch-light > span:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 6.25em;
    top: 0;
    background-color: #ededed;
    border: none;
    border-radius: 30px;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  }
  .switch-ios.switch-light input:checked ~ a {
    left: 100%;
    margin-left: -1.875em;
  }
  .switch-ios.switch-light input:checked ~ span:before {
    border-color: #2980b9;
    box-shadow: inset 0 0 0 30px #2980b9;
  }
  .switch-ios.switch-light input:checked ~ span span:first-of-type {
    opacity: 0;
  }
  .switch-ios.switch-light input:checked ~ span span:last-of-type {
    opacity: 1;
    color: #fff;
  }
  .switch-ios.switch-toggle {
    background-color: #ededed;
    border: none;
    border-radius: 30px;
  }
  .switch-ios.switch-toggle a {
    background-color: #2980b9;
    border-radius: 25px;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .switch-ios.switch-toggle label {
    color: #252525;
  }
  .switch-ios input:checked + label {
    color: #fff;
  }
}
@media only screen and (-webkit-max-device-pixel-ratio: 2) and (max-device-width: 80em) {
  .switch-light,
  .switch-toggle {
    -webkit-animation: webkitSiblingBugfix infinite 1s;
  }
}
@-webkit-keyframes webkitSiblingBugfix {
  from {
    -webkit-transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
.slider {
  position: relative;
  overflow: auto;
  width: 100% !important;
}
.slider > ul > li {
  float: left;
}
.slider .dots {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
}
.slider .dots li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 4px;
  text-indent: -999em;
  border: 2px solid #fff;
  border-radius: 6px;
  cursor: pointer;
  opacity: 0.4;
  -webkit-transition: background 0.5s, opacity 0.5s;
  -moz-transition: background 0.5s, opacity 0.5s;
  transition: background 0.5s, opacity 0.5s;
}
.slider .dots li.active {
  background: #fff;
  opacity: 1;
}
.tabs {
  background: #f2f2f2;
  font-family: "brandon-grotesque", "Open Sans", "Segoe UI Light", Arial,
    Helvetica, sans-serif;
  font-size: 1em;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 2.14286em;
}
.tabs ul {
  padding: 10px 0;
}
.tabs ul a {
  display: block;
  text-decoration: none;
  text-align: center;
  color: #252525;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.tabs ul a:hover,
.tabs ul a:focus,
.tabs ul a:active {
  color: #3498db;
}
.tabs ul li {
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.tabs ul li:hover,
.tabs ul li:focus,
.tabs ul li:active {
  background: #e5e5e5;
}
.tabs ul li:hover a,
.tabs ul li:focus a,
.tabs ul li:active a {
  color: #3498db;
}
.tabs ul li.current {
  -moz-box-shadow: #2980b9 0 -4px 0 inset;
  -webkit-box-shadow: #2980b9 0 -4px 0 inset;
  box-shadow: #2980b9 0 -4px 0 inset;
}
.tabs ul li.current a {
  color: #2980b9;
}
@media screen and (min-width: 768px) {
  .tabs {
    line-height: 4.28571em;
  }
  .tabs ul {
    position: relative;
    padding: 0;
    clear: both;
  }
  .tabs ul:after {
    clear: both;
    display: block;
    content: "";
  }
  .tabs ul li {
    float: left;
    width: 16.66667%;
    text-align: center;
  }
}
html,
body {
  -webkit-tap-highlight-color: transparent;
}
#superContainer {
  height: 100%;
  position: relative;
  -ms-touch-action: none;
  touch-action: none;
}
.fp-section {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.fp-slide {
  float: left;
}
.fp-slide,
.fp-slidesContainer {
  height: 100%;
  display: block;
}
.fp-slides {
  z-index: 1;
  height: 100%;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.fp-tableCell {
  display: block;
}
@media screen and (max-width: 768px) {
  .fp-tableCell {
    height: auto !important;
  }
}
.fp-slidesContainer {
  float: left;
  position: relative;
}
.fp-controlArrow {
  position: absolute;
  z-index: 4;
  top: 50%;
  cursor: pointer;
  width: 0;
  height: 0;
  border-style: solid;
  margin-top: -38px;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.fp-controlArrow.fp-prev {
  left: 15px;
  width: 0;
  border-width: 38.5px 34px 38.5px 0;
  border-color: transparent #fff transparent transparent;
}
.fp-controlArrow.fp-next {
  right: 15px;
  border-width: 38.5px 0 38.5px 34px;
  border-color: transparent transparent transparent #fff;
}
.fp-scrollable {
  overflow: scroll;
}
.fp-notransition {
  -webkit-transition: none !important;
  transition: none !important;
}
#fp-nav {
  position: fixed;
  z-index: 100;
  margin-top: -32px;
  top: 50%;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
}
#fp-nav.right {
  right: 17px;
}
#fp-nav.left {
  left: 17px;
}
.fp-slidesNav {
  position: absolute;
  z-index: 4;
  left: 50%;
  opacity: 1;
}
.fp-slidesNav.bottom {
  bottom: 17px;
}
.fp-slidesNav.top {
  top: 17px;
}
#fp-nav ul,
.fp-slidesNav ul {
  margin: 0;
  padding: 0;
}
#fp-nav ul li,
.fp-slidesNav ul li {
  display: block;
  width: 14px;
  height: 13px;
  margin: 7px;
  position: relative;
}
.fp-slidesNav ul li {
  display: inline-block;
}
#fp-nav ul li a,
.fp-slidesNav ul li a {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
}
#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span {
  background: #333;
}
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  top: 2px;
  left: 2px;
  width: 8px;
  height: 8px;
  border: 1px solid #000;
  background: transparent;
  border-radius: 50%;
  position: absolute;
  z-index: 1;
}
#fp-nav ul li .fp-tooltip {
  position: absolute;
  top: -2px;
  color: #fff;
  font-size: 14px;
  font-family: arial, helvetica, sans-serif;
  white-space: nowrap;
  max-width: 220px;
  overflow: hidden;
  display: block;
  opacity: 0;
  width: 0;
}
#fp-nav ul li:hover .fp-tooltip {
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  width: auto;
  opacity: 1;
}
#fp-nav ul li .fp-tooltip.right {
  right: 20px;
}
#fp-nav ul li .fp-tooltip.left {
  left: 20px;
}
@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@-moz-keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@-ms-keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@-o-keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
* {
  box-sizing: border-box;
}
html {
  width: 100%;
  height: 100%;
  font-family: "Open Sans", "Segoe UI Light", Arial, Helvetica, sans-serif;
  font-weight: 300;
  font-size: 14px;
  color: #fff;
  background: #2c3e50;
  overflow-x: hidden;
}
*:active,
*:focus {
  outline: none;
}
.wrapper {
  position: relative;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px;
  clear: both;
}
.wrapper:after {
  clear: both;
  display: block;
  content: "";
}
.section {
  position: relative;
  height: auto;
}
.section.last {
  position: relative;
  padding-top: 60px;
  background: #4b4b4b;
}
.section.last #bottom {
  position: absolute;
  width: 100%;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .section {
    height: auto !important;
    min-height: 0;
  }
  .section.last {
    padding-top: 0;
    background: #252525;
  }
  .section.last #bottom {
    position: relative;
    bottom: auto;
  }
}
#header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0 5vh;
  border-top: 4px solid #2980b9;
  z-index: 7;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
#header a {
  color: #fff;
  text-decoration: none;
}
#header a:hover,
#header a:focus,
#header a:active {
  color: #2980b9;
}
@media screen and (max-width: 1024px) {
  #header {
    padding: 0 10px;
  }
}
@media screen and (max-width: 840px) {
  #header {
    padding: 0;
    background: #2c3e50 !important;
    border: none !important;
  }
  #header #top-links {
    top: -100%;
  }
}
#header.clear {
  background: #fff;
  border-bottom: 4px solid #f2f2f2;
}
#logo {
  float: left;
  margin: 48px 0 20px 0;
  padding: 0;
  line-height: 60px;
  font-size: 30px;
  font-weight: 300;
  text-transform: lowercase;
  letter-spacing: -2px;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
#logo b {
  font-weight: 400;
}
#logo:before {
  font-size: 60px;
  line-height: 60px;
  height: 60px;
  padding-right: 10px;
}
@media screen and (max-width: 840px) {
  #logo {
    margin: 8px 0 10px 10px;
    line-height: 40px;
    font-size: 20px;
    color: #fff !important;
  }
  #logo b {
    color: #fff !important;
  }
  #logo:before {
    font-size: 40px;
    line-height: 40px;
    height: 40px;
  }
}
.clear #logo {
  color: #2980b9;
}
.clear #logo b {
  color: #252525;
}
.nav-link i {
  position: absolute;
  display: none;
  top: 10px;
  right: 10px;
  font-size: 32px;
  color: #fff;
}
@media screen and (max-width: 840px) {
  .nav-link i {
    display: block;
  }
}
#header.alt {
  position: fixed;
  background: #2c3e50;
  padding: 0 10px;
  border: none !important;
}
#header.alt #logo {
  margin: 8px 0 10px 0;
  line-height: 40px;
  font-size: 20px;
  color: #fff;
}
#header.alt #logo:before {
  font-size: 40px;
  line-height: 40px;
  height: 40px;
}
#header.alt #logo b {
  color: #fff;
}
#header.alt #top-links {
  top: -100%;
}
#header.alt #main-nav {
  margin-top: 10px;
}
#header.alt #main-nav li a {
  color: #fff;
}
#header.alt #main-nav li a:hover,
#header.alt #main-nav li a:focus,
#header.alt #main-nav li a:active {
  color: #fff;
  background-color: #34495e;
}
#header.alt #main-nav li li a:hover,
#header.alt #main-nav li li a:focus,
#header.alt #main-nav li li a:active {
  color: #fff;
  background-color: #2980b9;
}
#header.alt #main-nav li.cta a {
  color: #fff;
  background: #c0392b;
}
#header.alt #main-nav li.cta a:hover,
#header.alt #main-nav li.cta a:focus,
#header.alt #main-nav li.cta a:active {
  background: #e74c3c;
}
@media screen and (max-width: 840px) {
  #header.alt {
    padding: 0;
  }
  #header.alt #logo {
    margin-left: 10px;
  }
  #header.alt #main-nav {
    margin-top: 0;
  }
}
#main-nav {
  position: relative;
  float: right;
  margin-top: 60px;
  font-family: "brandon-grotesque", "Open Sans", "Segoe UI Light", Arial,
    Helvetica, sans-serif;
  font-weight: 400;
  font-size: 1.14286em;
  text-transform: uppercase;
  line-height: 40px;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
#main-nav li {
  position: relative;
  float: left;
}
#main-nav li:hover {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: #34495e;
}
#main-nav li a {
  display: block;
  padding: 0 20px;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
#main-nav li a:hover,
#main-nav li a:focus,
#main-nav li a:active {
  color: #fff;
  background-color: #2980b9;
}
@media screen and (max-width: 1060px) {
  #main-nav li a {
    padding: 0 10px;
  }
}
#main-nav li.cta a {
  background: #c0392b;
}
#main-nav li.cta a:hover,
#main-nav li.cta a:focus,
#main-nav li.cta a:active {
  background: #e74c3c;
}
#main-nav li small {
  position: absolute;
  top: -5px;
  left: 0;
  padding: 3px;
  font-size: 0.75em;
  line-height: 1;
  color: #fff;
  background: #27ae60;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  -webkit-transform: rotate(-10deg);
  transform: rotate(-10deg);
}
#main-nav li ul {
  position: absolute;
  display: none;
  top: 50%;
  left: 0;
  margin-top: 10px;
  background: #34495e;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
#main-nav li ul:before {
  content: "";
  position: absolute;
  top: -10px;
  left: 43px;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-bottom: 5px solid #34495e;
}
#main-nav li ul:after {
  content: "";
  position: absolute;
  top: -10px;
  left: 0;
  width: 100%;
  height: 10px;
  background: transpoarent;
}
#main-nav li ul li {
  float: none;
  width: 100%;
  border-top: 1px solid #2c3e50;
}
#main-nav li ul li:first-child {
  border: none;
}
#main-nav li ul li a {
  white-space: nowrap;
}
#main-nav li:hover ul {
  display: block;
  top: 100%;
}
@media screen and (max-width: 880px) {
  #main-nav {
    position: absolute;
    top: 100%;
    width: 100%;
    margin-top: 0;
    background: #2c3e50;
  }
  #main-nav li {
    float: none;
    width: 100%;
    border-top: 1px solid #34495e;
  }
  #main-nav li a {
    color: #fff !important;
  }
  #main-nav li small {
    top: -4px;
    left: 150px;
    -moz-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }
  #main-nav li ul {
    position: relative;
    display: block;
    top: auto;
    left: auto;
    margin-top: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
  }
  #main-nav li ul:before,
  #main-nav li ul:after {
    display: none;
  }
  #main-nav li ul li {
    border-top: 1px solid #2c3e50;
  }
  #main-nav li ul a {
    padding-left: 20px;
  }
}
.clear #main-nav li:hover a {
  color: #fff;
}
.clear #main-nav li a {
  color: #252525;
}
.clear #main-nav li a:hover,
.clear #main-nav li a:focus,
.clear #main-nav li a:active {
  color: #fff;
}
.clear #main-nav li.cta a {
  color: #fff;
}
.clear #main-nav li ul li a {
  color: #fff;
}
#top-links {
  position: absolute;
  top: 0;
  right: 5vh;
  padding: 5px;
  background: #2980b9;
  line-height: 1.71429em;
  clear: both;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-border-radius-bottomleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
#top-links:after {
  clear: both;
  display: block;
  content: "";
}
@media screen and (max-width: 1024px) {
  #top-links {
    right: 10px;
  }
}
#top-links li {
  float: left;
}
#top-links li a {
  padding: 0 10px;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
#top-links li a:hover,
#top-links li a:focus,
#top-links li a:active {
  color: #bdc3c7;
}
.textblock,
#integration,
#digital-presence {
  color: #252525;
  background: #fff;
  clear: both;
}
.textblock:after,
#integration:after,
#digital-presence:after {
  clear: both;
  display: block;
  content: "";
}
.textblock.alt,
.alt#integration,
.alt#digital-presence {
  background: #f2f2f2;
}
.textblock .image,
#integration .image,
#digital-presence .image {
  display: none;
}
.textblock article,
#integration article,
#digital-presence article {
  max-width: 600px;
  margin: 0 auto;
  padding: 60px 20px;
  font-size: 1.14286em;
  line-height: 1.875em;
}
.textblock article h1,
#integration article h1,
#digital-presence article h1 {
  margin-bottom: 30px;
  font-size: 1.5em;
}
.textblock article h1 b,
#integration article h1 b,
#digital-presence article h1 b {
  color: #16a085;
}
.textblock article p,
#integration article p,
#digital-presence article p {
  margin-bottom: 30px;
}
@media screen and (min-width: 769px) {
  .textblock .image,
  #integration .image,
  #digital-presence .image {
    display: block;
    float: left;
    width: 35%;
    height: 100%;
    overflow: hidden;
    background-position: 0 50%;
    background-repeat: no-repeat;
    background-size: auto 100%;
  }
  .textblock article,
  #integration article,
  #digital-presence article {
    float: left;
    width: 65%;
    max-width: 620px;
    padding: 100px 5vw 60px 5vw;
    font-size: 1.28571em;
    line-height: 2.22222em;
  }
  .textblock article h1,
  #integration article h1,
  #digital-presence article h1 {
    margin-bottom: 40px;
    font-size: 1.66667em;
  }
  .textblock article p,
  #integration article p,
  #digital-presence article p {
    margin-bottom: 40px;
  }
  .textblock.right .image,
  .right#integration .image,
  .right#digital-presence .image {
    float: right;
  }
  .textblock.right article,
  .right#integration article,
  .right#digital-presence article {
    float: right;
    text-align: right;
  }
}
@media screen and (min-width: 1025px) {
  .textblock .image,
  #integration .image,
  #digital-presence .image {
    width: 50%;
  }
  .textblock article,
  #integration article,
  #digital-presence article {
    width: 50%;
    height: 100%;
    padding-top: 15vh;
  }
}
.featblock {
  color: #252525;
  background: #fff;
  overflow: hidden;
  clear: both;
}
.featblock:after {
  clear: both;
  display: block;
  content: "";
}
.featblock.alt {
  background: #f2f2f2;
}
.featblock .wrapper {
  padding: 0;
}
.featblock .image {
  position: relative;
  display: block;
  max-width: 600px;
  margin: 0 auto;
  padding: 60px 20px 0 20px;
}
@media screen and (max-width: 768px) {
  .featblock .image img {
    max-width: 100%;
  }
}
.featblock .image .phone {
  position: absolute;
  top: 50%;
  left: 60%;
  width: 24.16413%;
  z-index: 2;
}
@media screen and (min-width: 769px) {
  .featblock .image .phone {
    top: 50%;
    left: 20%;
    width: 159px;
  }
}
@media screen and (min-width: 1025px) {
  .featblock .image .phone {
    top: 45%;
    left: 60%;
  }
}
.featblock article {
  max-width: 600px;
  margin: 0 auto;
  padding: 60px 20px;
  font-size: 1.14286em;
  line-height: 1.875em;
}
.featblock article h1 {
  margin-bottom: 30px;
  font-size: 1.5em;
}
.featblock article h1 b {
  color: #16a085;
}
.featblock article p {
  margin-bottom: 30px;
}
.featblock article img {
  max-width: 100%;
}
.featblock article .buttons {
  text-align: center;
}
.featblock article .buttons a {
  display: inline-block;
  width: 130px;
  margin-left: 20px;
}
.featblock article .buttons a:first-child {
  margin: 0;
}
.featblock article .buttons a img {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .featblock .image {
    display: block;
    float: left;
    width: 35%;
    height: 100%;
    padding: 100px 0;
    background-position: 0 50%;
    background-repeat: no-repeat;
    background-size: auto 100%;
  }
  .featblock .image img {
    max-width: auto;
    width: 658px;
    float: right;
  }
  .featblock article {
    float: left;
    width: 65%;
    max-width: 620px;
    padding: 100px 5vw;
    font-size: 1.28571em;
    line-height: 2.22222em;
  }
  .featblock article h1 {
    margin-bottom: 40px;
    font-size: 1.66667em;
  }
  .featblock article p {
    margin-bottom: 40px;
  }
  .featblock article .buttons {
    text-align: left;
  }
  .featblock.right .image {
    float: right;
  }
  .featblock.right .image img {
    float: none;
  }
  .featblock.right article {
    float: right;
    text-align: right;
  }
  .featblock.right .buttons {
    text-align: right;
  }
  .featblock.center .image {
    float: none;
    padding: 0;
  }
  .featblock.center .image img {
    float: none;
    display: block;
    margin: 0 auto;
  }
  .featblock.center article {
    float: none;
    text-align: center;
    max-width: 780px;
    margin: 0 auto;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 1025px) {
  .featblock .image {
    width: 50%;
    padding: 15vh 0;
  }
  .featblock article {
    width: 50%;
    height: 100%;
    padding: 15vh 5vw;
  }
}
.top {
  overflow: hidden;
  z-index: 6;
  min-height: 460px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
#product-page .top {
  background-image: url("../images/product-top.jpg");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
  #product-page .top {
    background-image: url("../images/product-top%402x.jpg");
  }
}
#connectors-page .top {
  background-image: url("../images/connectors-top.jpg");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
  #connectors-page .top {
    background-image: url("../images/connectors-top%402x.jpg");
  }
}
#app-marketing-page .top {
  background-image: url("../images/app-marketing-top.jpg");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
  #app-marketing-page .top {
    background-image: url("../images/app-marketing-top%402x.jpg");
  }
}
#pricing-page .top {
  background-image: url("../images/pricing-top.jpg");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
  #pricing-page .top {
    background-image: url("../images/pricing-top%402x.jpg");
  }
}
#about-page .top {
  background-image: url("../images/about-top.jpg");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
  #about-page .top {
    background-image: url("../images/about-top%402x.jpg");
  }
}
#ten-reasons-page .top {
  background-image: url("../images/ten-reasons-top.jpg");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
  #ten-reasons-page .top {
    background-image: url("../images/ten-reasons-top%402x.jpg");
  }
}
#resources-page .top {
  background-image: url("../images/resources-top.jpg");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
  #resources-page .top {
    background-image: url("../images/resources-top%402x.jpg");
  }
}
#zebo-landing-page .top {
  background-image: url("../images/zebo-top.jpg");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
  #zebo-landing-page .top {
    background-image: url("../images/zebo-top%402x.jpg");
  }
}
.top article {
  position: relative;
  text-align: center;
  z-index: 5;
  padding: 0 20px;
}
.top h1 {
  max-width: 940px;
  margin: 100px auto 20px auto;
  font-size: 5vmin;
  line-height: 1.25em;
}
@media screen and (max-width: 840px) {
  .top {
    min-height: 0;
  }
  .top article {
    padding: 80px 20px 30px 20px;
  }
  .top h1 {
    margin-top: 0;
  }
  .top .btn {
    font-size: 1.14286em;
  }
}
.ctablock {
  color: #fff;
  background: #16a085;
  padding: 80px 0;
}
.ctablock .wrapper {
  max-width: 600px;
  margin: 0 auto;
}
.ctablock h1 {
  margin-bottom: 30px;
  font-size: 1.71429em;
  line-height: 2.5em;
}
.ctablock h1 b {
  color: #16a085;
}
.ctablock.long h1 {
  font-size: 1.28571em;
  line-height: 1.66667em;
}
@media screen and (min-width: 769px) {
  .ctablock {
    padding: 60px 0;
  }
  .ctablock .wrapper {
    max-width: 1180px;
    margin: 0 auto;
  }
  .ctablock h1 {
    float: left;
    width: 53.57143%;
  }
  .ctablock .btn {
    float: right;
  }
}
@media screen and (max-width: 480px) {
  #product-page .ctablock h1,
  #connectors-page .ctablock h1,
  #app-marketing-page .ctablock h1 {
    line-height: 1.66667em;
  }
  #product-page .ctablock .btn.big,
  #connectors-page .ctablock .btn.big,
  #app-marketing-page .ctablock .btn.big {
    font-size: 15px;
  }
}
@media screen and (max-width: 1180px) {
  #ten-reasons-page .ctablock h1 {
    line-height: 30px;
  }
}
@media screen and (max-width: 920px) {
  #ten-reasons-page .ctablock h1 {
    float: none;
    width: 100%;
  }
  #ten-reasons-page .ctablock .btn {
    float: none;
  }
}
@media screen and (max-width: 480px) {
  #ten-reasons-page .ctablock .btn.big {
    font-size: 15px;
  }
}
#footer {
  padding: 40px 0 0 0;
  color: #fff;
  background: #4b4b4b;
  font-size: 1.14286em;
}
#footer h2 {
  font-size: 1.5em;
  margin: 0 0 1em 0;
}
#footer a {
  color: #fff;
  text-decoration: none;
}
#footer a:hover,
#footer a:focus,
#footer a:active {
  color: #3498db;
}
#footer .nav {
  font-size: 1.125em;
  line-height: 2.22222em;
}
#footer .social {
  margin-bottom: 40px;
  clear: both;
}
#footer .social:after {
  clear: both;
  display: block;
  content: "";
}
#footer .social li {
  float: left;
  margin-right: 10px;
  font-size: 1.5em;
  line-height: 40px;
}
#footer .social li a {
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
  background: #252525;
}
#footer .col {
  padding-bottom: 40px;
}
@media screen and (min-width: 769px) {
  #footer .col {
    float: left;
    width: 31.91489%;
    margin-left: 2.12766%;
  }
  #footer .col:first-child {
    margin-left: 0;
  }
}
.latest-tweet {
  clear: both;
}
.latest-tweet:after {
  clear: both;
  display: block;
  content: "";
}
.latest-tweet .message {
  padding: 20px;
  background: #252525;
  line-height: 1.5;
}
.latest-tweet .author {
  position: relative;
  float: right;
  font-size: 0.875em;
  padding-top: 15px;
}
.latest-tweet .author:before {
  content: "";
  position: absolute;
  top: 0;
  left: -9px;
  width: 0;
  height: 0;
  border: 15px solid transparent;
  border-top: 15px solid #252525;
}
.contact-form {
  clear: both;
}
.contact-form:after {
  clear: both;
  display: block;
  content: "";
}
.contact-form .field {
  position: relative;
  padding: 0 0 20px 0;
}
.contact-form .field label {
  position: absolute;
  top: 40px;
  left: 0;
  font-size: 0.625em;
  text-transform: uppercase;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.contact-form .field.active label {
  top: -15px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=10000);
  opacity: 100;
}
.contact-form .field input,
.contact-form .field select,
.contact-form .field textarea {
  display: block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  width: 100%;
  padding: 0 15px;
  font-family: "Open Sans", "Segoe UI Light", Arial, Helvetica, sans-serif;
  font-size: 1em;
  font-weight: 300;
  line-height: 2.22222em;
  height: 40px;
  border: none;
  color: #fff;
  background: #252525;
}
.contact-form .field textarea {
  height: 80px;
}
.contact-form .btn {
  float: right;
}
#bottom {
  clear: both;
  line-height: 60px;
  color: #f2f2f2;
  background: #252525;
}
#bottom:after {
  clear: both;
  display: block;
  content: "";
}
#bottom p:first-child {
  float: left;
}
#bottom p:last-child {
  float: right;
}
#bottom a {
  color: #2980b9;
  text-decoration: none;
}
#bottom a:hover,
#bottom a:focus,
#bottom a:active {
  color: #3498db;
}
.content {
  padding: 60px 0;
  color: #252525;
  background: #fff;
  clear: both;
}
.content:after {
  clear: both;
  display: block;
  content: "";
}
.content .wrapper {
  max-width: 620px;
}
.content h1 {
  margin-bottom: 1em;
  font-size: 1.71429em;
  line-height: 1.66667em;
}
.content p,
.content ul,
.content ol {
  margin-bottom: 1em;
  font-size: 1.28571em;
  line-height: 2.22222em;
}
.content a {
  color: #2980b9;
  text-decoration: none;
}
.content a:hover {
  text-decoration: underline;
}
.content strong {
  font-weight: 700;
}
#testimonials {
  padding: 80px 0 30px 0;
  background: #2c3e50 url("../images/quote.svg") no-repeat 50% 60px;
  -moz-background-size: 50px 50px;
  -o-background-size: 50px 50px;
  -webkit-background-size: 50px 50px;
  background-size: 50px 50px;
}
#testimonials blockquote {
  max-width: 620px;
  margin: 0 auto;
  padding: 60px 0;
  font-size: 1.71429em;
  line-height: 1.66667em;
  text-align: center;
}
#testimonials .author {
  padding-bottom: 80px;
  text-align: center;
  font-family: "brandon-grotesque", "Open Sans", "Segoe UI Light", Arial,
    Helvetica, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
#testimonials .author img {
  max-width: 60px;
  padding-bottom: 15px;
}
#testimonials .author b {
  display: block;
  font-size: 1.14286em;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
#testimonials .author small {
  display: block;
  font-size: 1em;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
}
#video {
  overflow: hidden;
  z-index: 6;
  min-height: 500px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-image: url("../images/homepage-top.jpg");
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
  #video {
    background-image: url("../images/homepage-top%402x.jpg");
  }
}
#video article {
  position: relative;
  text-align: center;
  z-index: 5;
  max-width: 1180px;
}
@media screen and (min-width: 769px) {
  #video article {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 768px) {
  #video article {
    top: 50%;
  }
}
#video article h1 {
  padding: 0 20px;
  margin-bottom: 20px;
  font-size: 5vmin;
  line-height: 1.25em;
  color: #fff;
}
#bgvid {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  #bgvid {
    display: none;
  }
}
@media (min-aspect-ratio: 16 / 9) {
  #bgvid {
    height: 300%;
    top: -100%;
  }
}
@media (max-aspect-ratio: 16 / 9) {
  #bgvid {
    width: 300%;
    left: -100%;
  }
}
@supports (object-fit: cover) {
  #bgvid {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
#intro,
#paperlit {
  color: #252525;
  background: #fff;
  clear: both;
}
#intro:after,
#paperlit:after {
  clear: both;
  display: block;
  content: "";
}
#intro picture,
#paperlit picture {
  display: block;
  padding-top: 80px;
}
#intro picture img,
#paperlit picture img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
#intro article,
#paperlit article {
  max-width: 600px;
  margin: 0 auto;
  padding: 60px 20px;
  font-size: 1.14286em;
  line-height: 1.875em;
}
#intro article h1,
#paperlit article h1 {
  margin-bottom: 30px;
  font-size: 1.5em;
}
#intro article h1 b,
#paperlit article h1 b {
  color: #16a085;
}
#intro article p,
#paperlit article p {
  margin-bottom: 30px;
}
#intro article .icons,
#paperlit article .icons {
  margin: -15px 0 15px 0;
  font-size: 32px;
  color: #7f8c8d;
}
@media screen and (min-width: 420px) {
  #intro article .icons,
  #paperlit article .icons {
    float: right;
    line-height: 60px;
    margin: 0;
  }
}
@media screen and (min-width: 769px) {
  #intro picture,
  #paperlit picture {
    display: block;
    float: left;
    width: 50%;
    overflow: hidden;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  #intro article,
  #paperlit article {
    float: left;
    width: 50%;
    max-width: 620px;
    padding: 100px 5vw 60px 5vw;
    font-size: 1.28571em;
    line-height: 2.22222em;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  #intro article h1,
  #paperlit article h1 {
    margin-bottom: 40px;
    font-size: 1.66667em;
  }
  #intro article p,
  #paperlit article p {
    margin-bottom: 40px;
  }
}
#numbers {
  clear: both;
}
#numbers:after {
  clear: both;
  display: block;
  content: "";
}
#numbers .column {
  padding: 20px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100% auto;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
#numbers #members {
  background-image: url("../images/numbers-members.jpg");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
  #numbers #members {
    background-image: url("../images/numbers-members%402x.jpg");
  }
}
#numbers #apps {
  background-image: url("../images/numbers-apps.jpg");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
  #numbers #apps {
    background-image: url("../images/numbers-apps%402x.jpg");
  }
}
#numbers #leads {
  background-image: url("../images/numbers-leads.jpg");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
  #numbers #leads {
    background-image: url("../images/numbers-leads%402x.jpg");
  }
}
#numbers h1 {
  font-size: 4.28571em;
  font-weight: 700;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.1s;
  -o-transition-duration: 0.1s;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}
#numbers h2 {
  padding-top: 20px;
  font-size: 1.28571em;
  font-weight: 700;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.1s;
  -o-transition-duration: 0.1s;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}
#numbers .testimonials {
  position: relative;
  margin-bottom: 2em;
}
#numbers .testimonials blockquote {
  clear: both;
  color: #252525;
  background: rgba(255, 255, 255, 0.7);
}
#numbers .testimonials blockquote:after {
  clear: both;
  display: block;
  content: "";
}
#numbers .testimonials blockquote img {
  float: left;
  width: 20vh;
  max-width: 120px;
  padding-right: 15px;
}
#numbers .testimonials blockquote p {
  padding: 8px;
  font-size: 1em;
  font-style: italic;
  line-height: 1.55556em;
}
#numbers .testimonials blockquote p.cite {
  position: absolute;
  top: 103%;
  right: 0;
  padding: 0 15px 0 0;
  font-family: "brandon-grotesque", "Open Sans", "Segoe UI Light", Arial,
    Helvetica, sans-serif;
  font-size: 1em;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  text-align: right;
  text-transform: uppercase;
}
@media screen and (min-width: 769px) {
  #numbers .column {
    float: left;
    width: 33.333%;
    height: 100%;
    overflow: hidden;
    background-position: 50% 100vh;
    background-repeat: no-repeat;
    background-size: auto 100%;
    -moz-transition-property: all;
    -o-transition-property: all;
    -webkit-transition-property: all;
    transition-property: all;
    -moz-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    -webkit-transition-duration: 0.8s;
    transition-duration: 0.8s;
  }
  #numbers .column.visible {
    background-position: 50% 0;
  }
  #numbers .column.visible h1 {
    padding-top: 72vh;
  }
  #numbers h1 {
    font-size: 6vw;
  }
  #numbers .testimonials {
    position: absolute;
    top: 15vh;
    right: 10%;
    width: 500px;
    -moz-transition-property: all;
    -o-transition-property: all;
    -webkit-transition-property: all;
    transition-property: all;
    -moz-transition-duration: 1s;
    -o-transition-duration: 1s;
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
  }
  #numbers .testimonials blockquote p {
    padding: 10px;
    font-size: 1.28571em;
    line-height: 1.55556em;
  }
  #numbers .testimonials blockquote p.cite {
    top: 120%;
    padding: 0;
  }
  #numbers .testimonials.visible {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
#features .image {
  position: relative;
  background-image: url("../images/homepage-features.jpg");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
  #features .image {
    background-image: url("../images/homepage-features%402x.jpg");
  }
}
#features .image .hand {
  position: absolute;
  bottom: 0;
  left: -7%;
  width: 37vw;
  max-width: 604px;
}
#features .image .hand img {
  width: 100%;
  max-width: 100%;
}
#features .image .hand img.alert {
  position: absolute;
  top: 0;
  left: 0;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transform: scale(0.1);
  -ms-transform: scale(0.1);
  -webkit-transform: scale(0.1);
  transform: scale(0.1);
}
#features .image .hand.visible img.alert {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
#integration {
  background: #f2f2f2;
  overflow: hidden;
}
#integration .tools {
  display: none;
}
@media screen and (min-width: 769px) {
  #integration article {
    padding-top: 23vh;
  }
  #integration .tools {
    display: block;
    position: absolute;
    left: 65%;
    top: 50%;
    width: 40vw;
    margin-top: -16vw;
  }
  #integration .tools li {
    float: left;
    width: 15vw;
    height: 15vw;
    margin: -3vw -3vw 0 0;
  }
  #integration .tools li img {
    height: 100%;
  }
  #integration .tools li.blank,
  #integration .tools li.clear {
    display: none;
  }
  #integration .tools li.jigsaw {
    -moz-transition-property: all;
    -o-transition-property: all;
    -webkit-transition-property: all;
    transition-property: all;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -moz-transform: rotate(-60deg) scale(3);
    -ms-transform: rotate(-60deg) scale(3);
    -webkit-transform: rotate(-60deg) scale(3);
    transform: rotate(-60deg) scale(3);
  }
  #integration .tools li.jigsaw.visible {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    -moz-transform: rotate(0) scale(1);
    -ms-transform: rotate(0) scale(1);
    -webkit-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1);
  }
}
@media screen and (min-width: 1200px) {
  #integration .tools {
    display: block;
    position: absolute;
    top: -6vh;
    left: 35%;
    width: 120vh;
    margin-top: 0;
  }
  #integration .tools li {
    float: left;
    width: 30vh;
    height: 30vh;
    margin: -6.1vh -6.2vh 0 0;
  }
  #integration .tools li img {
    height: 100%;
  }
  #integration .tools li.blank,
  #integration .tools li.clear {
    display: block;
  }
  #integration .tools li.blank {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
    opacity: 0.3;
  }
  #integration .tools li.clear {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
  #integration .tools li.jigsaw {
    -moz-transition-property: all;
    -o-transition-property: all;
    -webkit-transition-property: all;
    transition-property: all;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -moz-transform: rotate(-60deg) scale(3);
    -ms-transform: rotate(-60deg) scale(3);
    -webkit-transform: rotate(-60deg) scale(3);
    transform: rotate(-60deg) scale(3);
  }
  #integration .tools li.jigsaw.visible {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    -moz-transform: rotate(0) scale(1);
    -ms-transform: rotate(0) scale(1);
    -webkit-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1);
  }
}

#growth {
  color: #252525;
  background: #f2f2f2;
  overflow: hidden;
}
#growth article {
  max-width: 600px;
  margin: 0 auto;
  padding: 60px 20px;
  font-size: 1.14286em;
  line-height: 1.875em;
}
#growth article h1 {
  margin-bottom: 30px;
  font-size: 1.5em;
}
#growth article h1 b {
  color: #16a085;
}
#growth article p {
  margin-bottom: 30px;
}
#growth article figure {
  display: none;
}
#growth .cta {
  color: #fff;
  background: #16a085;
  padding: 60px 0;
}
#growth .cta .wrapper {
  max-width: 600px;
  margin: 0 auto;
}
#growth .cta h1 {
  margin-bottom: 30px;
  font-size: 1.71429em;
  line-height: 1.25em;
}
#growth .cta h1 b {
  color: #16a085;
}
@media screen and (min-width: 769px) {
  #growth article {
    clear: both;
    height: 70vh;
    max-width: none;
    margin: 0;
  }
  #growth article:after {
    clear: both;
    display: block;
    content: "";
  }
  #growth article > div {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    float: left;
    max-width: 57.62712%;
  }
  #growth article figure {
    display: block;
    float: left;
    height: 256px;
    margin-left: 60px;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  #growth article figure img {
    position: absolute;
    top: 0;
    max-width: 102.9px;
    -moz-transition-property: all;
    -o-transition-property: all;
    -webkit-transition-property: all;
    transition-property: all;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
  }
  #growth article figure img.phone1 {
    left: 0px;
    margin-left: 30vh;
  }
  #growth article figure img.phone2 {
    left: 205.8px;
    margin-left: 60vh;
  }
  #growth article figure img.phone3 {
    left: 411.6px;
    margin-left: 90vh;
  }
  #growth article figure img.phone4 {
    left: 617.4px;
    margin-left: 120vh;
  }
  #growth article figure img.phone5 {
    left: 823.2px;
    margin-left: 150vh;
  }
  #growth article figure img.phone6 {
    left: 1029px;
    margin-left: 180vh;
  }
  #growth article figure img.visible {
    margin-left: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  #growth .cta {
    height: 30vh;
    padding: 10vh 0 0 0;
  }
  #growth .cta .wrapper {
    max-width: 1180px;
    margin: 0 auto;
  }
  #growth .cta h1 {
    float: left;
    width: 69.64286%;
  }
  #growth .cta .btn {
    float: right;
  }
}
@media screen and (min-width: 1025px) {
  #growth article {
    max-width: 1180px;
    margin: 0 auto;
    padding-top: 15vh;
    font-size: 1.28571em;
    line-height: 2.22222em;
  }
  #growth article h1 {
    margin-bottom: 40px;
    font-size: 1.66667em;
  }
  #growth article p {
    padding-top: 20px;
  }
  #growth article figure img {
    max-width: 147px;
  }
  #growth article figure img.phone1 {
    left: 0px;
  }
  #growth article figure img.phone2 {
    left: 147px;
  }
  #growth article figure img.phone3 {
    left: 294px;
  }
  #growth article figure img.phone4 {
    left: 441px;
  }
  #growth article figure img.phone5 {
    left: 588px;
  }
  #growth article figure img.phone6 {
    left: 735px;
  }
}
#paperlit picture {
  margin-left: 20px;
  margin-right: 20px;
}
#paperlit article img {
  float: right;
  max-height: 60px;
  margin-bottom: 40px;
}
@media screen and (min-width: 769px) {
  #paperlit picture {
    float: right;
    margin: 0;
    padding-right: 10%;
  }
  #paperlit article {
    float: right;
  }
}
@media screen and (max-width: 420px) {
  #paperlit article img {
    float: none;
    display: block;
  }
}
#scroll-control {
  position: fixed;
  top: 50%;
  right: 20px;
  z-index: 8;
  margin-top: -50px;
}
@media screen and (max-width: 768px) {
  #scroll-control {
    display: none;
  }
}
#scroll-control a {
  display: block;
  width: 40px;
  margin-bottom: 20px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
#scroll-control a:hover,
#scroll-control a:focus,
#scroll-control a:active {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
#scroll-control a img {
  display: block;
  max-width: 100%;
}
#scroll-control.up {
  padding-top: 60px;
}
#scroll-control.up a:first-child {
  display: none;
}
#scroll-control.down a:last-child {
  display: none;
}
#digital-presence {
  overflow: hidden;
  position: relative;
}
#digital-presence .tools {
  display: none;
}
@media screen and (max-width: 400px) {
  #digital-presence .btn.big {
    font-size: 18px;
  }
}
@media screen and (min-width: 769px) {
  #digital-presence article {
    float: right;
    padding-top: 10vh;
  }
  #digital-presence .tools {
    display: block;
    position: absolute;
    left: -3vw;
    top: 50%;
    width: 40vw;
    margin-top: -16vw;
  }
  #digital-presence .tools li {
    float: left;
    width: 15vw;
    height: 15vw;
    margin: -3vw -3vw 0 0;
  }
  #digital-presence .tools li img {
    height: 100%;
  }
  #digital-presence .tools li.blank,
  #digital-presence .tools li.clear {
    display: none;
  }
  #digital-presence .tools li.jigsaw {
    -moz-transition-property: all;
    -o-transition-property: all;
    -webkit-transition-property: all;
    transition-property: all;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -moz-transform: rotate(-60deg) scale(3);
    -ms-transform: rotate(-60deg) scale(3);
    -webkit-transform: rotate(-60deg) scale(3);
    transform: rotate(-60deg) scale(3);
  }
  #digital-presence .tools li.jigsaw.visible {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    -moz-transform: rotate(0) scale(1);
    -ms-transform: rotate(0) scale(1);
    -webkit-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1);
  }
}
@media screen and (min-width: 1200px) {
  #digital-presence .tools {
    width: 50vw;
    left: -15vw;
    margin-top: -29vw;
  }
  #digital-presence .tools li.blank,
  #digital-presence .tools li.clear {
    display: block;
  }
  #digital-presence .tools li.blank {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
    opacity: 0.3;
  }
  #digital-presence .tools li.clear {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
}
@media screen and (min-width: 1580px) {
  #digital-presence .tools {
    left: -25vw;
  }
}
#ecommerce .image {
  position: relative;
}
#ecommerce .image .iphone {
  position: absolute;
  top: 50%;
  left: 60%;
  width: 24.16413%;
  z-index: 2;
}
#ecommerce .image .samsung {
  position: absolute;
  top: 45%;
  left: 75%;
  width: 19.75684%;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  #ecommerce .image .iphone {
    top: 50%;
    left: 20%;
    width: 159px;
  }
  #ecommerce .image .samsung {
    top: 45%;
    left: 35%;
    width: 130px;
  }
}
@media screen and (min-width: 1025px) {
  #ecommerce .image .iphone {
    top: 45%;
    left: 60%;
  }
  #ecommerce .image .samsung {
    top: 40%;
    left: 75%;
  }
}
#design {
  color: #fff;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9Ii0wLjEwMjIwOCIgeTE9IjAuMjgwODE0IiB4Mj0iMS4xMDIyMDgiIHkyPSIwLjcxOTE4NiI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQ5OTg2OCIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjMTE5MjZlIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMTE5MjZlIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g");
  background-size: 100%;
  background-image: -moz-linear-gradient(340deg, #499868, #11926e, #11926e);
  background-image: -webkit-linear-gradient(340deg, #499868, #11926e, #11926e);
  background-image: linear-gradient(110deg, #499868, #11926e, #11926e);
}
#design article h1 b {
  color: #f1c40f;
}
#design .image {
  width: 100%;
  max-width: 100%;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  padding: 0;
}
#design .image img {
  display: inline;
  width: 25%;
  max-width: 220px;
}
#pricing {
  padding: 180px 0 40px 0;
  color: #252525;
  background: #fff;
}
@media screen and (max-width: 840px) {
  #pricing {
    padding-top: 100px;
  }
}
#pricing .header {
  margin-bottom: 20px;
  clear: both;
}
#pricing .header:after {
  clear: both;
  display: block;
  content: "";
}
#pricing .header h1 {
  margin-bottom: 20px;
  font-size: 1.71429em;
  line-height: 1.66667em;
}
#pricing .header h2 {
  margin-bottom: 10px;
  font-size: 1.28571em;
}
#pricing .header .billing {
  margin-bottom: 20px;
  max-width: 340px;
}
#pricing .header .currency {
  width: 120px;
}
#pricing .header .desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  #pricing .header .desktop {
    display: inline;
  }
}
@media screen and (min-width: 768px) {
  #pricing .header h2 {
    display: none;
  }
  #pricing .header .billing {
    float: left;
  }
  #pricing .header .currency {
    float: right;
  }
}
@media screen and (min-width: 1024px) {
  #pricing .header h1 {
    float: left;
    width: 23.40426%;
  }
  #pricing .header .settings {
    float: right;
    width: 74.46809%;
  }
}
#pricing .action-btn {
  display: none;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  #pricing .action-btn {
    display: block;
  }
  #pricing .action-btn .btn {
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  #pricing .action-btn {
    margin-left: 25.53191%;
  }
}
#pricing .details h1 {
  padding: 15px;
  font-size: 1.28571em;
  line-height: 1.66667em;
  text-align: center;
  background: #e5e5e5;
}
@media screen and (min-width: 1024px) {
  #pricing .details h1 {
    margin-left: 25.53191%;
  }
}
#pricing .details .line {
  clear: both;
}
#pricing .details .line:after {
  clear: both;
  display: block;
  content: "";
}
#pricing .details .line:nth-child(2n) {
  background: #f2f2f2;
}
#pricing .details header {
  padding: 20px;
  text-align: center;
  line-height: 20px;
  font-size: 1em;
}
#pricing .details header h2 {
  color: #727272;
}
#pricing .details ul {
  clear: both;
}
#pricing .details ul:after {
  clear: both;
  display: block;
  content: "";
}
#pricing .details ul li {
  float: left;
  width: 31.42857%;
  margin-right: 2.85714%;
  padding: 20px;
  text-align: center;
  background: rgba(37, 37, 37, 0.02);
}
#pricing .details ul li:last-child {
  margin: 0;
}
#pricing .details ul li.starter {
  color: #2c3e50;
}
#pricing .details ul li.regular {
  color: #16a085;
}
#pricing .details ul li.scalable {
  color: #d35400;
}
#pricing .details ul li .hidden {
  display: none;
}
#pricing .details ul li i {
  font-size: 1.71429em;
}
#pricing .details ul li b {
  font-weight: 700;
}
@media screen and (min-width: 1024px) {
  #pricing .details header {
    float: left;
    width: 23.40426%;
    text-align: right;
    padding-right: 0;
  }
  #pricing .details ul {
    clear: none;
    float: right;
    width: 74.46809%;
    height: 100%;
  }
  #pricing .details ul li {
    height: 100%;
  }
}
.plan-wrapper {
  clear: both;
  max-width: 520px;
  margin: 0 auto;
}
.plan-wrapper:after {
  clear: both;
  display: block;
  content: "";
}
.plan-wrapper .cta-btn .btn {
  width: 100%;
  height: auto;
  min-height: 60px;
  line-height: 30px;
  padding: 15px;
}
@media screen and (min-width: 880px) {
  .plan-wrapper {
    max-width: 100%;
  }
  .plan-wrapper .consumer {
    float: left;
    width: 60%;
  }
  .plan-wrapper .consumer .plan {
    float: left;
    width: 33.33333%;
  }
  .plan-wrapper .consumer .cta-btn {
    position: relative;
    min-height: 60px;
  }
  .plan-wrapper .consumer .cta-btn .btn {
    display: none;
    position: absolute;
    width: 300%;
    z-index: 100;
  }
  .plan-wrapper .consumer .plan.bronze .btn {
    display: block;
  }
  .plan-wrapper .whitelabel {
    float: left;
    width: 40%;
  }
  .plan-wrapper .whitelabel .plan {
    float: left;
    width: 50%;
  }
  .plan-wrapper .whitelabel .cta-btn {
    position: relative;
    min-height: 60px;
  }
  .plan-wrapper .whitelabel .cta-btn .btn {
    display: none;
    position: absolute;
    width: 200%;
    z-index: 100;
  }
  .plan-wrapper .whitelabel .plan.reseller .btn {
    display: block;
  }
  .plan-wrapper .common {
    position: relative;
    min-height: 60px;
  }
  .plan-wrapper .common h1 {
    display: none;
    position: absolute;
    width: 500%;
    z-index: 100;
  }
  .plan-wrapper .plan.bronze .common h1 {
    display: block;
  }
}
.plan-header {
  padding: 20px;
  text-align: center;
  background: #ecf0f1;
}
.whitelabel .plan-header {
  background: #bdc3c7;
}
.plan-header h1 {
  font-size: 1.28571em;
  line-height: 1.66667em;
}
.plan-header p {
  font-size: 1.14286em;
  line-height: 1.5em;
}
.plan {
  margin-bottom: 40px;
  background: #f2f2f2;
}
.plan > h1 {
  padding: 10px;
  font-size: 1.28571em;
  line-height: 2.22222em;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 880px) {
  .plan.silver,
  .plan.reseller {
    background: #fff;
  }
}
.plan.bronze > h1 {
  background: #6d4c41;
}
.plan.silver > h1 {
  background: #78909c;
}
.plan.gold > h1 {
  background: #ffb319;
}
.plan.reseller > h1 {
  background: #34495e;
}
.plan.custom > h1 {
  background: #2c3e50;
}
.plan .price {
  padding: 30px 10px;
  font-size: 4.28571em;
  font-weight: 400;
  text-align: center;
}
.plan .price small {
  font-size: 0.3em;
}
.plan .price h3 {
  font-size: 0.3em;
  line-height: 1.66667em;
}
.plan .price span {
  display: none;
}
.plan .price span#cur-eur {
  display: block;
}
.plan.bronze .price {
  color: #6d4c41;
}
.plan.silver .price {
  color: #78909c;
}
.plan.gold .price {
  color: #ffb319;
}
.plan.reseller .price {
  color: #34495e;
}
.plan.custom .price {
  color: #2c3e50;
}
.plan .features header,
.plan .support header {
  background: #ededed;
}
.plan .features header h1,
.plan .support header h1 {
  padding: 10px;
  font-size: 1.28571em;
  line-height: 2.22222em;
  text-align: center;
}
.plan .features ul,
.plan .support ul {
  padding: 10px;
  font-size: 1.14286em;
  line-height: 1.875em;
  text-align: center;
}
.plan .features ul li,
.plan .support ul li {
  padding: 5px 0;
}
.plan .features ul strong,
.plan .support ul strong {
  font-weight: 700;
  color: #2c3e50;
}
#pricing-intro {
  padding-bottom: 60px;
  text-align: center;
  line-height: 1.7;
}
#pricing-intro h1 {
  margin-bottom: 20px;
  font-size: 1.71429em;
}
#pricing-intro h1 b {
  color: #16a085;
}
#pricing-intro p {
  font-size: 1.28571em;
}
#starter {
  color: #fff;
  background: #27ae60;
}
#starter .wrapper {
  position: relative;
  padding: 60px 20px;
}
@media screen and (min-width: 768px) {
  #starter .wrapper {
    padding-left: 25.53191%;
  }
}
#starter h1 {
  margin-bottom: 1em;
  font-size: 1.71429em;
}
#starter .price {
  position: absolute;
  top: 40px;
  right: 20px;
  font-size: 3.42857em;
  color: #f39c12;
}
#starter .price b {
  font-weight: 700;
}
#starter p {
  magin-bottom: 1em;
  font-size: 1.28571em;
  line-height: 1.66667em;
}
#starter ul {
  font-size: 1.14286em;
  line-height: 1.875em;
}
#starter ul li:before {
  font-family: "icons";
  content: "\f109";
  display: inline-block;
  padding-right: 10px;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #f39c12;
}
#starter img {
  display: none;
}
@media screen and (min-width: 768px) {
  #starter img {
    position: absolute;
    bottom: 0;
    right: 74.46809%;
    display: block;
    height: 80%;
    max-height: 321px;
  }
}
#faq {
  padding: 60px 0;
  color: #252525;
  background: #fff;
}
#faq h1 {
  margin-bottom: 1em;
  font-size: 1.71429em;
}
#faq ul {
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
}
@media screen and (max-width: 768px) {
  #faq ul {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
  }
}
#faq ul .item {
  background-color: #f2f2f2;
  margin: 0 0 20px 0;
  padding: 20px;
  font-size: 1.28571em;
  line-height: 1.66667em;
  -webkit-column-break-inside: avoid;
  column-break-inside: avoid;
}
#faq ul .item h3 {
  margin-bottom: 1em;
}
#faq ul .item p {
  font-size: 0.88889em;
}
#faq ul .item a {
  color: #2980b9;
}
#faq ul .item a:hover {
  text-decoration: underline;
}
#about-page {
  padding-top: 139px;
}
@media screen and (max-width: 840px) {
  #about-page {
    padding-top: 60px;
  }
}
#team {
  color: #252525;
  background: #fff;
}
#team ul {
  clear: both;
}
#team ul:after {
  clear: both;
  display: block;
  content: "";
}
#team ul li {
  cursor: pointer;
}
#team ul li figure {
  position: relative;
  overflow: hidden;
}
#team ul li figure img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
#team ul li figure:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/plus.png");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
#team ul li figure:hover:before,
#team ul li figure:focus:before,
#team ul li figure:active:before {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
#team ul li.current figure img:nth-child(2) {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
@media screen and (max-width: 640px) {
  #team ul li {
    clear: both;
    padding-bottom: 40px;
  }
  #team ul li:after {
    clear: both;
    display: block;
    content: "";
  }
  #team ul li figure {
    float: left;
    width: 35%;
    max-width: 150px;
    margin: 0 20px 20px 0;
  }
  #team ul li figure img {
    display: block;
    max-width: 100%;
  }
  #team ul li article h2 {
    margin-bottom: 0;
    font-size: 1.14286em;
  }
  #team ul li article h4 {
    margin-bottom: 1em;
    font-size: 1em;
    color: rgba(37, 37, 37, 0.5);
  }
  #team ul li article p {
    font-size: 1.14286em;
    line-height: 1.875em;
  }
  #team ul li article footer {
    padding-top: 10px;
    font-size: 1.14286em;
    line-height: 2em;
    text-align: right;
  }
  #team ul li article footer a {
    display: inline-block;
    width: 32px;
    margin-left: 10px;
    color: #2980b9;
    text-align: center;
    background: #f2f2f2;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-transition-property: all;
    -o-transition-property: all;
    -webkit-transition-property: all;
    transition-property: all;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }
  #team ul li article footer a:hover,
  #team ul li article footer a:focus,
  #team ul li article footer a:active {
    color: #fff;
    background: #3498db;
  }
}
@media screen and (min-width: 641px) {
  #team ul li {
    clear: none;
    position: relative;
    float: left;
    width: 25%;
  }
  #team ul li img {
    display: block;
    max-width: 100%;
  }
  #team ul li article {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    min-height: 100%;
    padding: 0;
    z-index: 1;
    background: #f2f2f2;
    font-size: 0;
    -moz-transition-property: all;
    -o-transition-property: all;
    -webkit-transition-property: all;
    transition-property: all;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }
  #team ul li article:before {
    display: none;
    content: "";
    position: absolute;
    top: 20px;
    left: 0;
    width: 0;
    height: 0;
    border: 15px solid transparent;
    border-right: 15px solid #f2f2f2;
  }
  #team ul li article h2 {
    margin-bottom: 0;
    font-size: 1.14286em;
  }
  #team ul li article h4 {
    margin-bottom: 1em;
    font-size: 1em;
    color: rgba(37, 37, 37, 0.5);
  }
  #team ul li article p {
    font-size: 1.14286em;
    line-height: 1.875em;
  }
  #team ul li article footer {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 1.14286em;
    line-height: 2em;
    text-align: right;
  }
  #team ul li article footer a {
    display: inline-block;
    width: 32px;
    margin-left: 10px;
    color: #2980b9;
    text-align: center;
    background: #fff;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-transition-property: all;
    -o-transition-property: all;
    -webkit-transition-property: all;
    transition-property: all;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }
  #team ul li article footer a:hover,
  #team ul li article footer a:focus,
  #team ul li article footer a:active {
    color: #fff;
    background: #3498db;
  }
  #team ul li.current article {
    width: 200%;
    left: 100%;
    padding: 20px;
    font-size: 1em;
  }
  #team ul li.current article:before {
    display: block;
    left: -30px;
  }
  #team ul li:nth-child(4n-1).current article,
  #team ul li:nth-child(4n).current article {
    left: auto;
    right: 100%;
  }
  #team ul li:nth-child(4n-1).current article:before,
  #team ul li:nth-child(4n).current article:before {
    display: block;
    border: 15px solid transparent;
    border-left: 15px solid #f2f2f2;
    left: auto;
    right: -30px;
  }
}
.timeline {
  padding: 0 40px;
  color: #252525;
  background-color: #f2f2f2;
  background-image: url("../images/timeline/timeline-dot-new.svg");
  background-repeat: repeat-x;
  background-position: left center;
}
.timeline .wrapper {
  max-width: 1880px;
}
@media screen and (max-width: 1024px) {
  .timeline {
    padding: 0 20px;
    background-image: url("../images/timeline/timeline-dot-new.svg");
    background-repeat: repeat-y;
    background-position: center top;
  }
}
.timeline ul {
  position: relative;
  width: 100%;
  height: 460px;
}
@media screen and (max-width: 1100px) {
  .timeline ul {
    height: 500px;
  }
}
@media screen and (max-width: 980px) {
  .timeline ul {
    height: 540px;
  }
}
@media screen and (max-width: 1024px) {
  .timeline ul {
    height: auto;
    max-width: 540px;
    margin: 0 auto;
    padding: 40px 0;
  }
}
.timeline img {
  display: block;
  width: 100px;
  height: 100px;
}
@media screen and (min-width: 1025px) {
  .timeline li {
    position: absolute;
    bottom: 50%;
    left: 0;
    width: 18.18182%;
    margin-bottom: -32px;
    text-align: center;
  }
  .timeline li article {
    text-align: center;
    padding: 20px;
  }
  .timeline li figure {
    background-image: url("../images/timeline/timeline-keep-top.svg");
    background-position: 50% 92px;
    background-repeat: no-repeat;
  }
  .timeline li figure img {
    margin: 0 auto 64px auto;
  }
  .timeline li:nth-child(3) {
    left: 16.66667%;
  }
  .timeline li:nth-child(5) {
    left: 33.33333%;
  }
  .timeline li:nth-child(7) {
    left: 50%;
  }
  .timeline li:nth-child(9) {
    left: 66.66667%;
  }
  .timeline li:nth-child(11) {
    left: 83.33333%;
  }
  .timeline li:nth-child(even) {
    left: 8.33333%;
    margin-bottom: -50px;
  }
  .timeline li:nth-child(even) article {
    position: absolute;
    top: 178px;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .timeline li:nth-child(even) figure {
    min-height: 80px;
    background-image: url("../images/timeline/timeline-keep-bottom.svg");
    background-position: 50% 26px;
    background-repeat: no-repeat;
  }
  .timeline li:nth-child(even) figure img {
    position: absolute;
    left: 50%;
    top: 80px;
    margin: 0 0 0 -50px;
  }
  .timeline li:nth-child(4) {
    left: 25%;
  }
  .timeline li:nth-child(6) {
    left: 41.66667%;
  }
  .timeline li:nth-child(8) {
    left: 58.33333%;
  }
  .timeline li:nth-child(10) {
    left: 75%;
  }
}
@media screen and (max-width: 1024px) {
  .timeline li {
    width: 51%;
  }
  .timeline li article {
    padding: 0 20px 20px 0;
    text-align: center;
  }
  .timeline li figure {
    position: relative;
    background-image: url("../images/timeline/timeline-keep-left.svg");
    background-position: right center;
    background-repeat: no-repeat;
    -moz-background-size: 50% 100%;
    -o-background-size: 50% 100%;
    -webkit-background-size: 50% 100%;
    background-size: 50% 100%;
  }
  .timeline li figure img {
    margin: 0 auto;
    width: 64px;
    height: 64px;
  }
  .timeline li figure small {
    position: absolute;
    left: 100%;
    top: 50%;
    margin: -11px 0 0 10px;
  }
  .timeline li:nth-child(even) {
    margin-left: 49%;
  }
  .timeline li:nth-child(even) article {
    padding: 0 0 20px 20px;
  }
  .timeline li:nth-child(even) figure {
    position: relative;
    background-image: url("../images/timeline/timeline-keep-right.svg");
    background-position: left center;
    background-repeat: no-repeat;
  }
  .timeline li:nth-child(even) figure img {
    margin: 0 auto;
  }
  .timeline li:nth-child(even) figure small {
    left: auto;
    right: 100%;
    top: 50%;
    margin: -11px 10px 0 0;
  }
}
#resources-page {
  padding-top: 135px;
}
@media screen and (max-width: 840px) {
  #resources-page {
    padding-top: 60px;
  }
}
#resources-intro {
  padding: 60px 0;
  text-align: center;
  line-height: 1.7;
  color: #252525;
  background: #fff;
}
#resources-intro h1 {
  margin-bottom: 20px;
  font-size: 1.71429em;
}
#resources-intro h1 b {
  color: #16a085;
}
#resources-intro p {
  font-size: 1.28571em;
}
#resources-list {
  padding: 40px 0;
  color: #252525;
  background: #fff;
}
#resources-list ul {
  max-width: 300px;
  margin: 0 auto;
}
#resources-list li {
  margin-bottom: 40px;
}
#resources-list li img {
  max-width: 100%;
}
#resources-list li a {
  color: #252525;
  text-decoration: none;
}
#resources-list li a:hover,
#resources-list li a:focus,
#resources-list li a:active {
  color: #3498db;
}
#resources-list li small {
  display: block;
  font-size: 0.85714em;
  font-weight: 700;
  color: #95a5a6;
  text-transform: uppercase;
  line-height: 2.5em;
}
#resources-list li h1 {
  font-family: "Open Sans", "Segoe UI Light", Arial, Helvetica, sans-serif;
  font-size: 1.28571em;
  font-weight: 300;
  text-transform: none;
  line-height: 1.66667em;
}
@media screen and (min-width: 680px) {
  #resources-list ul {
    clear: both;
    max-width: 100%;
    margin: 0;
  }
  #resources-list ul:after {
    clear: both;
    display: block;
    content: "";
  }
  #resources-list li {
    float: left;
    width: 31.91489%;
    margin: 0 2.12766% 40px 0;
  }
  #resources-list li:nth-child(3n) {
    margin-right: 0;
  }
  #resources-list li:nth-child(3n + 1) {
    clear: both;
  }
}
.video {
  color: #fff;
  background: #2c3e50;
}
.video .wrapper {
  max-width: 780px;
}
.resources-single {
  padding: 60px 0;
  background: #fff;
  color: #252525;
  clear: both;
}
.resources-single:after {
  clear: both;
  display: block;
  content: "";
}
.resources-single header {
  clear: both;
  margin-bottom: 25px;
}
.resources-single header:after {
  clear: both;
  display: block;
  content: "";
}
.resources-single header h1 {
  color: #000;
  margin-bottom: 0 !important;
  font-size: 2.14286em;
}
.resources-single header h2 {
  color: #95a5a6;
  font-size: 1.28571em;
  font-style: italic;
}
.resources-single .main-col {
  float: left;
  width: 65.95745%;
}
@media screen and (max-width: 730px) {
  .resources-single .main-col {
    float: none;
    width: 100%;
  }
}
.resources-single .main-col p {
  margin: 0 0 1em 0;
  font-size: 1.28571em;
  line-height: 1.66667em;
}
.resources-single .main-col .features {
  margin: 0 0 1em 0;
  font-size: 1.28571em;
  line-height: 1.66667em;
}
.resources-single .main-col .btn {
  margin: 40px 0;
}
.resources-single aside {
  float: right;
  width: 31.91489%;
}
@media screen and (max-width: 730px) {
  .resources-single aside {
    float: none;
    width: 100%;
  }
}
.resources-single aside img {
  max-width: 100%;
}
.resources-single aside .details {
  padding: 20px;
  background: #ecf0f1;
}
.resources-single aside .details h1 {
  margin: 0 0 20px 0;
  padding: 0;
  font-size: 1em;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
}
.resources-single aside .details dt {
  margin: 0;
  padding: 0;
  font-size: 0.85714em;
  text-transform: uppercase;
  line-height: 1;
  color: #95a5a6;
}
.resources-single aside .details dd {
  margin-bottom: 1em;
  font-size: 1em;
}
.resources-single aside .details dd:last-child {
  margin-bottom: 0;
}
.resources-single aside .invite {
  padding-top: 40px;
}
.resources-single aside .invite h1 {
  margin: 0 0 20px 0;
  padding: 0;
  font-size: 1em;
  line-height: 1;
}
.resources-single aside .invite li {
  float: left;
  margin: 0 10px 10px 0;
}
@media screen and (max-width: 800px) {
  .resources-single aside .invite li {
    float: none;
    display: inline-block;
    margin: 0 5px 10px 5px;
  }
}
.resources-single aside .invite li a {
  display: inline-block;
  position: relative;
  width: 60px;
  height: 60px;
  margin: 0;
  color: #fff;
  background: #2980b9;
  font-size: 1.71429em;
  line-height: 60px;
  text-align: center;
  text-decoration: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.resources-single aside .invite li a:hover {
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}
.resources-single aside .invite li a.icon-twitter {
  background: #4099ff;
}
.resources-single aside .invite li a.icon-twitter:hover {
  background-color: #0d7eff;
}
.resources-single aside .invite li a.icon-facebook {
  background: #3b5998;
}
.resources-single aside .invite li a.icon-facebook:hover {
  background-color: #2d4373;
}
.resources-single aside .invite li a.icon-linkedin {
  background: #0181b2;
}
.resources-single aside .invite li a.icon-linkedin:hover {
  background-color: #015c7f;
}
.resources-case-study,
.resources-case-study-v2 {
  padding: 60px 0;
  background: #fff;
  color: #252525;
}
.resources-case-study header,
.resources-case-study-v2 header {
  clear: both;
  margin-bottom: 25px;
}
.resources-case-study header:after,
.resources-case-study-v2 header:after {
  clear: both;
  display: block;
  content: "";
}
.resources-case-study header h1,
.resources-case-study-v2 header h1 {
  color: #000;
  margin-bottom: 0 !important;
  font-size: 2.14286em;
}
.resources-case-study .devices,
.resources-case-study-v2 .devices {
  margin-bottom: 20px;
  clear: both;
}
.resources-case-study .devices:after,
.resources-case-study-v2 .devices:after {
  clear: both;
  display: block;
  content: "";
}
.resources-case-study .devices li,
.resources-case-study-v2 .devices li {
  float: left;
  width: 30%;
  margin: 0 5% 0 0;
}
.resources-case-study .devices li:last-child,
.resources-case-study-v2 .devices li:last-child {
  margin-right: 0;
}
.resources-case-study .devices li img,
.resources-case-study-v2 .devices li img {
  display: block;
  max-width: 100%;
}
.resources-case-study .features,
.resources-case-study-v2 .features {
  line-height: 2.14286em;
  text-transform: uppercase;
}
.resources-case-study .text,
.resources-case-study-v2 .text {
  max-width: 620px;
  margin: 0 auto 40px auto;
  font-size: 1.28571em;
  line-height: 2.14286em;
}
.resources-case-study .text p,
.resources-case-study-v2 .text p {
  margin-bottom: 1em;
}
.resources-case-study .map,
.resources-case-study-v2 .map {
  position: relative;
  margin: 0 auto 40px auto;
  max-width: 940px;
}
.resources-case-study .map img,
.resources-case-study-v2 .map img {
  display: block;
  max-width: 100%;
}
.resources-case-study .map h2,
.resources-case-study-v2 .map h2 {
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0;
  padding: 15px 20px;
  font-size: 1.28571em;
  line-height: 30px;
  text-transform: uppercase;
  color: #fff;
  background: #3498db;
}
.resources-case-study .cs-info {
  margin-bottom: 40px;
  clear: both;
}
.resources-case-study .cs-info:after {
  clear: both;
  display: block;
  content: "";
}
.resources-case-study .cs-info figure {
  float: left;
  width: 65.95745%;
}
@media screen and (max-width: 640px) {
  .resources-case-study .cs-info figure {
    width: 48.93617%;
  }
}
@media screen and (max-width: 430px) {
  .resources-case-study .cs-info figure {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
}
.resources-case-study .cs-info figure img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.resources-case-study .cs-info aside {
  float: right;
  width: 31.91489%;
}
@media screen and (max-width: 640px) {
  .resources-case-study .cs-info aside {
    width: 48.93617%;
  }
}
@media screen and (max-width: 430px) {
  .resources-case-study .cs-info aside {
    float: none;
    width: 100%;
  }
}
.resources-case-study .cs-info aside h2 {
  margin-bottom: 20px;
  padding: 15px;
  font-size: 1.28571em;
  line-height: 30px;
  text-transform: uppercase;
  color: #000;
  background: #ecf0f1;
}
.resources-case-study .numbers {
  margin: 0 auto;
  max-width: 940px;
  clear: both;
}
.resources-case-study .numbers:after {
  clear: both;
  display: block;
  content: "";
}
.resources-case-study .numbers .col {
  float: left;
  width: 48.93617%;
  margin: 0 2.12766% 20px 0;
}
.resources-case-study .numbers .col:last-child {
  margin-right: 0;
}
@media screen and (max-width: 750px) {
  .resources-case-study .numbers .col {
    float: none;
    margin: 0 0 20px 0;
    width: 100%;
  }
}
.resources-case-study .numbers h2 {
  margin-bottom: 20px;
  font-size: 1.28571em;
  line-height: 30px;
  text-transform: uppercase;
}
.resources-case-study .numbers dl {
  position: relative;
  margin: 0 0 20px 0;
  color: #fff;
  background: #c0392b;
  font-size: 1.28571em;
  line-height: 30px;
  text-transform: uppercase;
  clear: both;
}
.resources-case-study .numbers dl:after {
  clear: both;
  display: block;
  content: "";
}
.resources-case-study .numbers dl dt {
  position: relative;
  z-index: 10;
  float: left;
  width: 30.43478%;
  padding-left: 15px;
  font-size: 3.33333em;
  line-height: 1.66667em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 890px) {
  .resources-case-study .numbers dl dt {
    font-size: 2.22222em;
    line-height: 2.5em;
  }
}
.resources-case-study .numbers dl dd {
  position: relative;
  z-index: 10;
  float: right;
  padding: 10px 10px 10px 0;
  width: 65.21739%;
  line-height: 2.22222em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 890px) {
  .resources-case-study .numbers dl dd {
    font-size: 0.88889em;
    line-height: 2.5em;
  }
}
.resources-case-study .numbers dl dt.numbers-color {
  content: "";
  display: block;
  position: absolute;
  width: 25%;
  height: 100%;
  background: #e74c3c;
  z-index: 0;
}
.resources-case-study .numbers dl.orange {
  background: #d35400;
}
.resources-case-study .numbers dl.orange .numbers-color {
  background: #e67e22;
}
.resources-case-study .numbers dl.twitter {
  background: #4099ff;
}
.resources-case-study .numbers dl.twitter .numbers-color {
  background: #73b4ff;
}
.resources-case-study .numbers dl.facebook {
  background: #3b5998;
}
.resources-case-study .numbers dl.facebook .numbers-color {
  background: #4c70ba;
}
.resources-case-study-v2 h2 {
  margin-bottom: 20px;
  padding: 15px;
  font-size: 1.28571em;
  line-height: 30px;
  text-transform: uppercase;
  color: #000;
  background: #ecf0f1;
}
.resources-case-study-v2 .cs-info {
  float: left;
  width: 31.91489%;
}
.resources-case-study-v2 .cs-info figure {
  position: relative;
  left: -33.33333%;
  width: 133.33333%;
  margin-bottom: 30px;
}
@media screen and (max-width: 680px) {
  .resources-case-study-v2 .cs-info {
    float: none;
    width: 100%;
    clear: both;
  }
  .resources-case-study-v2 .cs-info:after {
    clear: both;
    display: block;
    content: "";
  }
  .resources-case-study-v2 .cs-info figure {
    left: 0;
    float: left;
    width: 48.93617%;
  }
  .resources-case-study-v2 .cs-info div {
    float: right;
    width: 48.93617%;
  }
}
.resources-case-study-v2 .text {
  float: right;
  width: 65.95745%;
}
@media screen and (max-width: 680px) {
  .resources-case-study-v2 .text {
    float: none;
    width: 100%;
  }
}
.resources-case-study-v2 .numbers {
  clear: both;
  clear: both;
}
.resources-case-study-v2 .numbers:after {
  clear: both;
  display: block;
  content: "";
}
.resources-case-study-v2 .numbers .col {
  float: left;
  width: 31.91489%;
  margin: 0 2.12766% 20px 0;
}
.resources-case-study-v2 .numbers .col:last-child {
  margin-right: 0;
}
@media screen and (max-width: 870px) {
  .resources-case-study-v2 .numbers .col {
    float: none;
    margin: 0 0 20px 0;
    width: 100%;
  }
}
.resources-case-study-v2 .numbers dl {
  margin-bottom: 20px;
  clear: both;
}
.resources-case-study-v2 .numbers dl:after {
  clear: both;
  display: block;
  content: "";
}
.resources-case-study-v2 .numbers dl dt {
  float: left;
  position: relative;
  width: 80px;
  margin-right: 10px;
}
.resources-case-study-v2 .numbers dl dt b {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  line-height: 80px;
  font-size: 26px;
  text-align: center;
  color: #fff;
  z-index: 100;
}
.resources-case-study-v2 .numbers dl.red dt .d1 {
  width: 80px;
  height: 80px;
  position: relative;
  border-radius: 80px;
  background-color: #c0392b;
}
.resources-case-study-v2 .numbers dl.red dt .d2,
.resources-case-study-v2 .numbers dl.red dt .d2a {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 80px;
  clip: rect(0 80px 80px 40px);
}
.resources-case-study-v2 .numbers dl.red dt .d2a {
  clip: rect(0 40px 80px 0);
}
.resources-case-study-v2 .numbers dl.red dt .d3,
.resources-case-study-v2 .numbers dl.red dt .d3a {
  background-color: #e74c3c;
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 80px;
  border-radius: 80px;
  clip: rect(0 40px 80px 0);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.resources-case-study-v2 .numbers dl.orange dt .d1 {
  width: 80px;
  height: 80px;
  position: relative;
  border-radius: 80px;
  background-color: #d35400;
}
.resources-case-study-v2 .numbers dl.orange dt .d2,
.resources-case-study-v2 .numbers dl.orange dt .d2a {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 80px;
  clip: rect(0 80px 80px 40px);
}
.resources-case-study-v2 .numbers dl.orange dt .d2a {
  clip: rect(0 40px 80px 0);
}
.resources-case-study-v2 .numbers dl.orange dt .d3,
.resources-case-study-v2 .numbers dl.orange dt .d3a {
  background-color: #e67e22;
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 80px;
  border-radius: 80px;
  clip: rect(0 40px 80px 0);
  -moz-transform: rotate(72deg);
  -ms-transform: rotate(72deg);
  -webkit-transform: rotate(72deg);
  transform: rotate(72deg);
}
.resources-case-study-v2 .numbers dl.twitter dt .d1 {
  width: 80px;
  height: 80px;
  position: relative;
  border-radius: 80px;
  background-color: #4099ff;
}
.resources-case-study-v2 .numbers dl.twitter dt .d2,
.resources-case-study-v2 .numbers dl.twitter dt .d2a {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 80px;
  clip: rect(0 80px 80px 40px);
}
.resources-case-study-v2 .numbers dl.twitter dt .d2a {
  clip: rect(0 40px 80px 0);
}
.resources-case-study-v2 .numbers dl.twitter dt .d3,
.resources-case-study-v2 .numbers dl.twitter dt .d3a {
  background-color: #73b4ff;
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 80px;
  border-radius: 80px;
  clip: rect(0 40px 80px 0);
  -moz-transform: rotate(162deg);
  -ms-transform: rotate(162deg);
  -webkit-transform: rotate(162deg);
  transform: rotate(162deg);
}
.resources-case-study-v2 .numbers dl.facebook dt .d1 {
  width: 80px;
  height: 80px;
  position: relative;
  border-radius: 80px;
  background-color: #3b5998;
}
.resources-case-study-v2 .numbers dl.facebook dt .d2,
.resources-case-study-v2 .numbers dl.facebook dt .d2a {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 80px;
  clip: rect(0 80px 80px 40px);
}
.resources-case-study-v2 .numbers dl.facebook dt .d2a {
  clip: rect(0 40px 80px 0);
}
.resources-case-study-v2 .numbers dl.facebook dt .d3,
.resources-case-study-v2 .numbers dl.facebook dt .d3a {
  background-color: #4c70ba;
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 80px;
  border-radius: 80px;
  clip: rect(0 40px 80px 0);
  -moz-transform: rotate(100.8deg);
  -ms-transform: rotate(100.8deg);
  -webkit-transform: rotate(100.8deg);
  transform: rotate(100.8deg);
}
.resources-case-study-v2 .numbers dl dd {
  padding: 10px 0;
  line-height: 30px;
}
.download-pdf {
  padding: 60px 0;
  background: #f2f2f2;
  text-align: center;
}
.similar-stories {
  padding: 60px;
  background: #fff;
}
@media screen and (max-width: 480px) {
  .similar-stories {
    padding: 20px;
  }
}
.similar-stories ul {
  clear: both;
}
.similar-stories ul:after {
  clear: both;
  display: block;
  content: "";
}
.similar-stories li {
  float: left;
  width: 23.40426%;
  margin: 0 2.12766% 20px 0;
}
.similar-stories li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 750px) {
  .similar-stories li {
    width: 48.93617%;
  }
  .similar-stories li:nth-child(2n) {
    margin-right: 0;
  }
}
.similar-stories li a {
  text-decoration: none;
}
.similar-stories li img {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 220px;
}
.similar-stories li h2 {
  margin: 10px 0;
  padding: 0;
  font-size: 1.42857em;
  text-align: center;
  color: #000;
}
.similar-stories li h3 {
  margin: 0;
  padding: 0;
  font-size: 1.14286em;
  text-align: center;
  color: #000;
}
@media screen and (max-width: 480px) {
  .similar-stories li h2 {
    font-size: 1.14286em;
  }
  .similar-stories li h3 {
    font-size: 1em;
  }
}
#connectors-page .tabs ul li {
  float: none;
  width: 100%;
}
@media screen and (min-width: 860px) {
  #connectors-page .tabs ul li {
    float: left;
    width: 12.5%;
  }
}
@media screen and (min-width: 861px) and (max-width: 1024px) {
  #connectors-page .tabs {
    font-size: 12px;
  }
}
.connectors {
  padding: 60px 0;
  color: #252525;
  background: #fff;
  font-size: 1.28571em;
  line-height: 1.66667em;
  clear: both;
}
.connectors:after {
  clear: both;
  display: block;
  content: "";
}
.connectors h1 {
  margin-bottom: 30px;
  font-size: 1.66667em;
}
.connectors ul {
  margin-top: 40px;
  clear: both;
}
.connectors ul:after {
  clear: both;
  display: block;
  content: "";
}
.connectors li {
  padding: 20px 10px;
  margin-bottom: 20px;
  text-align: center;
  font-size: 0.88889em;
  line-height: 1.875em;
  border: 1px solid #ecf0f1;
}
.connectors li figure {
  padding: 20px 0;
}
.connectors li figure img {
  max-width: 100%;
}
@media screen and (min-width: 769px) {
  .connectors li {
    float: left;
    width: 31.91489%;
    margin: 0 2.12766% 20px 0;
  }
  .connectors li:nth-child(3n) {
    margin-right: 0;
  }
  .connectors li:nth-child(3n + 1) {
    clear: both;
  }
}
#ten-reasons-list {
  padding: 80px 0;
  color: #252525;
  background: #fff;
  font-size: 1.14286em;
  line-height: 2.5em;
}
#ten-reasons-list h1 {
  margin-bottom: 10px;
  font-size: 1.5em;
}
#ten-reasons-list h1 b {
  color: #16a085;
}
#ten-reasons-list a {
  color: #2980b9;
  text-decoration: none;
}
#ten-reasons-list a:hover,
#ten-reasons-list a:focus,
#ten-reasons-list a:active {
  color: #3498db;
}
#ten-reasons-list li {
  position: relative;
  margin-bottom: 60px;
  padding-left: 160px;
}
#ten-reasons-list li:before {
  content: "00";
  position: absolute;
  top: 0;
  left: 0;
  width: 140px;
  font-family: "brandon-grotesque", "Open Sans", "Segoe UI Light", Arial,
    Helvetica, sans-serif;
  font-weight: 700;
  font-size: 100px;
  text-align: right;
  line-height: 0.9;
}
#ten-reasons-list li:nth-child(1):before {
  color: #f1c30f;
  content: "01";
}
#ten-reasons-list li:nth-child(2):before {
  color: #eb1;
  content: "02";
}
#ten-reasons-list li:nth-child(3):before {
  color: #e8aa14;
  content: "03";
}
#ten-reasons-list li:nth-child(4):before {
  color: #e29a17;
  content: "04";
}
#ten-reasons-list li:nth-child(5):before {
  color: #da831c;
  content: "05";
}
#ten-reasons-list li:nth-child(6):before {
  color: #d4731f;
  content: "06";
}
#ten-reasons-list li:nth-child(7):before {
  color: #ce6223;
  content: "07";
}
#ten-reasons-list li:nth-child(8):before {
  color: #c95326;
  content: "08";
}
#ten-reasons-list li:nth-child(9):before {
  color: #c44529;
  content: "09";
}
#ten-reasons-list li:nth-child(10):before {
  color: #c03a2b;
  content: "10";
}
@media screen and (max-width: 840px) {
  #ten-reasons-list li {
    padding-left: 80px;
  }
  #ten-reasons-list li:before {
    width: 60px;
    font-size: 60px;
  }
}
@media screen and (max-width: 600px) {
  #ten-reasons-list {
    padding: 40px 0;
    line-height: 1.7;
  }
  #ten-reasons-list li {
    padding-left: 40px;
  }
  #ten-reasons-list li:before {
    width: 30px;
    font-size: 30px;
    line-height: 1.3;
  }
}
@media screen and (max-width: 460px) {
  #ten-reasons-list li {
    padding-left: 0;
  }
  #ten-reasons-list li:before {
    display: none;
  }
}
#partners-page {
  padding-top: 135px;
}
@media screen and (max-width: 840px) {
  #partners-page {
    padding-top: 60px;
  }
}
#partners {
  padding: 60px 0;
  color: #252525;
  background: #fff;
  clear: both;
}
#partners:after {
  clear: both;
  display: block;
  content: "";
}
#partners h1 {
  margin-bottom: 1em;
  font-size: 1.71429em;
  line-height: 1.66667em;
}
#partners p {
  margin-bottom: 1em;
  font-size: 1.28571em;
  line-height: 1.66667em;
}
#partners .partners-list {
  padding-top: 40px;
}
#partners .partners-list li {
  float: left;
  width: 31.91489%;
  margin: 0 0 40px 2.12766%;
}
#partners .partners-list li:nth-child(3n + 1) {
  clear: both;
  margin-left: 0;
}
#partners .partners-list li figure {
  float: left;
  width: 100%;
  margin: 0 0 20px 0;
}
#partners .partners-list li figure img {
  width: 100%;
}
#partners .partners-list li h2 {
  margin-bottom: 10px;
  font-size: 1.28571em;
}
@media screen and (max-width: 700px) {
  #partners .partners-list li {
    clear: both;
    float: none;
    margin: 0 0 40px 0;
    width: 100%;
  }
  #partners .partners-list li:after {
    clear: both;
    display: block;
    content: "";
  }
  #partners .partners-list li figure {
    float: none;
    margin: 0 auto 20px auto;
    max-width: 300px;
  }
  #partners .partners-list li .btn {
    float: none;
    display: inline-block;
  }
}
