@charset "UTF-8";
/* CSS Document */
@import url(../../assets/fonts/marketing_icons/style.css);
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/opensans/v18/memnYaGs126MiZpBA-UFUKWyV9hrIqY.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/opensans/v18/mem6YaGs126MiZpBA-UFUK0Zdcg.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 600;
  src: url(https://fonts.gstatic.com/s/opensans/v18/memnYaGs126MiZpBA-UFUKXGUdhrIqY.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/opensans/v18/memnYaGs126MiZpBA-UFUKWiUNhrIqY.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 800;
  src: url(https://fonts.gstatic.com/s/opensans/v18/memnYaGs126MiZpBA-UFUKW-U9hrIqY.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/opensans/v18/mem5YaGs126MiZpBA-UN_r8OUuhs.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/opensans/v18/mem8YaGs126MiZpBA-UFVZ0e.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url(https://fonts.gstatic.com/s/opensans/v18/mem5YaGs126MiZpBA-UNirkOUuhs.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/opensans/v18/mem5YaGs126MiZpBA-UN7rgOUuhs.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: url(https://fonts.gstatic.com/s/opensans/v18/mem5YaGs126MiZpBA-UN8rsOUuhs.ttf) format('truetype');
}
@-webkit-keyframes slideRight {
  0% {
    left: -210px;
  }
  100% {
    left: 0;
  }
}
@keyframes slideRight {
  0% {
    left: -210px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes slideLeft {
  0% {
    right: -210px;
  }
  100% {
    right: 0;
  }
}
@keyframes slideLeft {
  0% {
    right: -210px;
  }
  100% {
    right: 0;
  }
}
[layout="row"] {
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
[layout="row-reverse-wrap"] {
  display: -webkit-flex;
  display: flex;
  flex-flow: row-reverse wrap;
  align-items: center;
  justify-content: flex-start;
}
[layout="column"] {
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
[layout-justify="space-around"] {
  justify-content: space-around;
}
[layout-justify="space-between"] {
  justify-content: space-between;
}
[layout-align="stretch"] {
  align-items: stretch;
}
[layout-justify="center"] {
  justify-content: center;
}
[layout-justify="flex-end"] {
  justify-content: flex-end;
}
[layout-wrap] {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
[flex],
[flex="auto"] {
  flex: 1 1 auto;
}
[flex="none"] {
  flex: none;
}
[flex="50"] {
  flex: 1 1 50%;
}
[flex="25"] {
  flex: 1 1 25%;
}
.hidden,
.mob-hide,
#login_link,
#external_login_link {
  display: none !important;
}
.grid,
.mobile-grid {
  width: 100%;
  position: relative;
  text-align: center;
  list-style: none;
  z-index: 9;
  box-sizing: border-box;
}
.grid:after,
.mobile-grid:after {
  content: '';
  clear: both;
  display: table;
}
.column {
  box-sizing: border-box;
  display: inline-block;
}
.one-fifth {
  width: 19%;
}
.one-third {
  width: 33%;
}
.one-half {
  width: 46%;
}
.wrapper {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 10px;
  position: relative;
}
* {
  box-sizing: border-box;
}
html {
  height: 100%;
}
body {
  min-height: 100%;
  margin: 0;
  padding-bottom: 50px;
  position: relative;
}
h1,
h2,
h3,
p,
a,
li,
label,
input,
div {
  font-family: 'Open Sans', sans-serif;
}
h1 {
  margin: 0 0 40px;
  font-size: 50px;
  font-weight: 400;
  color: #222;
  text-align: center;
  text-transform: uppercase;
}
p,
li,
a {
  font-size: 18px;
  color: #222;
}
a {
  text-decoration: none;
}
li {
  margin: 10px 0;
}
img {
  max-width: 100%;
}
section {
  padding: 80px 0;
  position: relative;
}
section:nth-child(odd) {
  background: #f6f6f7;
}
section:nth-child(even) {
  background: #fff;
}
header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
}
header .bg {
  width: 100%;
  height: 80px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  border-bottom: 1px solid #eee;
  transition: all 0.2s linear;
}
header .logo {
  display: none;
}
header a {
  display: inline-block;
  font-size: 24px;
  vertical-align: middle;
}
nav.flex-nav {
  width: 100%;
  height: 80px;
  margin: 1px auto;
  padding: 0;
  position: fixed;
  top: 0;
  z-index: 99;
}
nav.flex-nav .wrapper {
  width: 100%;
  height: 100%;
}
nav.flex-nav a {
  width: auto;
  font-size: 20px;
  color: #222;
  text-transform: uppercase;
  vertical-align: middle;
  transition: all 0.25s ease;
}
nav.flex-nav .logo {
  width: 100%;
  max-width: 175px;
  height: 100%;
  max-height: 65px;
  padding: 0;
  position: relative;
}
nav.flex-nav .logo img {
  width: unset;
  max-width: 100%;
  height: unset;
  max-height: 100%;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
nav.flex-nav .nav-links {
  width: 50vw;
  max-width: 600px;
  display: flex;
  flex-flow: row;
  justify-content: space-around;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
nav.flex-nav .nav-links a {
  transform: translateY(0);
  transition: all 0.35s ease;
}
nav.flex-nav .nav-links a:hover {
  transform: translateY(-2px);
}
nav.flex-nav .nav-btn {
  margin: 0 10px;
  padding: 10px 20px;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid #fff;
  border-radius: 6px;
  transform: translateY(0);
  transition: all 0.235s ease;
}
nav.flex-nav .nav-btn:hover {
  transform: translateY(-3px);
}
nav.flex-nav #login-trigger {
  margin: 0;
  color: #222;
  border: 1px solid #222;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.25s ease;
}
#login_panel {
  display: none;
  width: 250px;
  padding: 20px;
  position: absolute;
  right: 10px;
  top: 80px;
  background: none repeat scroll 0 0 #fff;
  border: 1px solid #f6f6f7;
  border-radius: 5px;
}
#login_panel input {
  display: block;
  width: 100%;
  margin: 5px auto;
  padding: 10px 5px;
  font-size: 14px;
  background: #f6f6f7;
  border: none;
  border-radius: 5px;
}
#login_panel p,
#login_panel a {
  width: 100%;
  font-size: 15px;
}
#login_panel .btn {
  width: 100%;
  height: 42px;
  margin: 20px auto 10px;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.25s ease;
}
#login_panel p.assistance-link > a {
  color: #444;
}
.g-recaptcha{
  transform: scale(0.68);
  transform-origin: 0 0;
  margin-top: 10px;
  margin-bottom: -35px;
}
#rc-anchor-container, .rc-anchor-normal {
  max-width: 206px;
  width: 206px;
  margin-top: 2px;
}
.rc-anchor-light.rc-anchor-normal {
  max-width: 206px;
  width: 206px;
}
.rc-anchor-error-msg-container {
  font-size: 9px;
}
.content {
  padding: 80px 0 0;
}
#Top {
  position: relative;
  z-index: 0;
  padding-top: 135px;
}
#Top h1 {
  color: #fff;
  font-weight: 300;
  text-align: center;
  line-height: 65px;
}
#Top h1 img {
  width: auto;
  max-width: 250px;
  height: auto;
  max-height: 70px;
  margin: -10px 15px 0 0;
  vertical-align: middle;
}
#Top.main {
  margin-bottom: -110px;
  background: url(/img/marketing/top-bg.jpg) top center no-repeat;
  background-size: cover;
}
#Top.main .wrapper {
  text-align: center;
}
#Top.main .top-image {
  width: 100%;
  max-width: 800px;
}
#Top.iphone {
  margin-bottom: -36px;
}
#Top.iphone h1 {
  height: 63px;
}
#Top.iphone .active {
  height: auto;
  padding: 0;
  position: inherit;
  z-index: 0;
  background: inherit;
}
#Top.iphone .mobile {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  background: none;
}
#Top.iphone .mobile a {
  display: block;
  position: absolute;
  top: 55%;
  cursor: pointer;
}
#Top.iphone .mobile a.prev {
  left: 5px;
}
#Top.iphone .mobile a.next {
  right: 5px;
}
#Top.iphone .mobile a i {
  color: #fff;
  font-size: 100px;
}
#Top.iphone .mobile span {
  display: block;
  position: absolute;
  top: 53%;
  cursor: pointer;
}
#Top.iphone .mobile span.prev {
  left: 0;
}
#Top.iphone .mobile span.next {
  right: 0;
}
#Top.iphone .mobile span i {
  color: #fff;
  font-size: 60px;
  opacity: 0.7;
}
#Top.iphone .phone {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(/img/common/marketing/iphone-black.png);
  background-position: 50% 73%;
  background-repeat: no-repeat;
  background-size: 18%;
}
#Top.iphone .grid {
  padding: 5% 0;
}
#Top.iphone .mobile-grid {
  display: none;
  margin: 0;
}
#Top.iphone .column {
  display: inline-block;
  margin-bottom: 5px;
  position: relative;
  text-align: center;
  vertical-align: bottom;
}
#Top.iphone .column.phone-img img {
  width: 90%;
  max-width: 309px;
  z-index: 1;
}
#Top.iphone .column img {
  width: 79%;
  max-width: 271px;
  height: auto;
  position: relative;
  z-index: 2;
}
#Top.iphone-ten .phone {
  background-image: url(/img/common/marketing/iphone-ten-black.png);
}
#Top.iphone-ten .grid {
  padding: 1.5% 0;
}
#Top.iphone-ten .slider img {
  width: 82%;
}
#Top.iphone-ten .active:before {
  content: '';
  width: 43%;
  height: 4%;
  max-width: 145px;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
  background: #222;
  border-radius: 0 0 17px 17px;
}
#Top.iphone-ten .active img {
  border-radius: 25px;
}
#Live .icon-wrapper {
  margin: 0 20px 35px 0;
}
#Live .icon-wrapper i:before {
  content: "\e900";
  font-family: 'icomoon';
  font-size: 35px;
  font-style: initial;
}
#Live .one-half {
  max-width: 545px;
}
#Live iframe {
  width: 100%;
  height: 309px;
}
#Video .sm,
#Video-Second .sm {
  font-size: 35px;
}
#Video .column,
#Video-Second .column {
  margin: 0 auto;
  position: relative;
  vertical-align: middle;
}
#Video .one-half,
#Video-Second .one-half {
  padding: 0 20px;
}
#Video .full-width,
#Video-Second .full-width {
  display: block;
  width: 100%;
  max-width: 600px;
}
#Video p,
#Video-Second p {
  margin: 10px auto;
  vertical-align: top;
}
#Video .BrightcoveExperience,
#Video-Second .BrightcoveExperience {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#Video .video-player,
#Video-Second .video-player {
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
}
#Features {
  text-align: center;
}
#Features .column {
  margin-bottom: 30px;
  padding-right: 15px;
  position: relative;
  text-align: left;
  vertical-align: top;
}
#Features .column i {
  width: 75px;
  height: 75px;
  margin-right: 15px;
  overflow: hidden;
  position: relative;
  float: left;
  border-radius: 50%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 30px;
}
#Features .column i:before {
  color: #fff;
  font-family: 'icomoon';
  font-size: 39px;
  font-style: initial;
  position: absolute;
  top: 17px;
  left: 18px;
}
#Features .column p {
  margin: 10px 0;
  padding-left: 90px;
  vertical-align: top;
}
#Features .column.media i:before {
  content: "\e905";
  left: 21px;
}
#Features .column.notifications i:before {
  content: "\e904";
}
#Features .column.contacts i:before {
  content: "\e902";
}
#Features .column.activity-feed i:before {
  content: "\e903";
}
#Features .column.business i:before {
  content: "\e901";
}
#Testimonials {
  text-align: center;
  overflow: hidden;
}
#Testimonials .slick-arrow {
  width: 65px;
  height: 60px;
  overflow: hidden;
}
#Testimonials .slick-arrow:before {
  color: #eee;
  font-family: 'Linearicons';
  font-size: 60px;
}
#Testimonials .inner-wrapper {
  max-width: 800px;
  margin: 0 auto;
}
#Pricing .wrapper {
  text-align: center;
}
#Pricing .trial-amount h2 {
  padding: 0;
}
#Pricing .trial-amount .price-container {
  display: block;
  width: 100%;
  max-width: 350px;
  margin: 0 auto 40px;
}
#Pricing .trial-amount .price-content {
  padding: 20px;
  background: #fff;
}
#Pricing .trial-amount .price-content p {
  margin: 0;
}
#Pricing .trial-amount .column {
  display: block;
  width: 100%;
  border: 1px solid #eee;
}
#Pricing .trial-amount .box {
  width: 100%;
  padding: 40px 0;
}
#Pricing .trial-amount .box h1,
#Pricing .trial-amount .box h2,
#Pricing .trial-amount .box p {
  color: #fff;
}
#Pricing .trial-amount .box h1 {
  color: #fff !important;
  font-size: 80px;
}
#Pricing .trial-amount .price {
  font-size: 25px;
}
#Pricing .no-trial-amount h2 {
  text-transform: uppercase;
}
#Pricing .no-trial-amount .price-container {
  margin-bottom: 40px;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
#Pricing .no-trial-amount .price-content {
  padding: 20px;
  background: #fff;
}
#Pricing .no-trial-amount .price-content h1 {
  margin: 0;
  font-size: 40px;
  font-weight: 300;
  text-transform: none;
}
#Pricing .no-trial-amount .price-content h1 span.price {
  font-size: 65px;
  font-weight: 400;
  text-transform: uppercase;
}
#Pricing .no-trial-amount .column {
  display: block;
  width: 100%;
  max-width: 375px;
  margin: 15px;
  border: 1px solid #eee;
}
#Pricing .no-trial-amount .box {
  width: 100%;
  padding: 15px 0;
}
#Pricing .no-trial-amount .box h2,
#Pricing .no-trial-amount .box p {
  margin: 0;
  color: #fff;
}
#Pricing .no-trial-amount .price {
  font-size: 25px;
}
#Pricing .btn {
  display: block;
  max-width: 150px;
  margin: auto;
  padding: 10px 20px;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  transform: translateY(0);
  transition: all 0.25s ease;
}
#Pricing .btn:hover {
  transform: translateY(-3px);
}
#Download .wrapper {
  text-align: center;
}
#Download a {
  display: inline-block;
  margin: 40px;
}
#Download p {
  max-width: 480px;
  margin: 20px auto;
}
#Download img {
  width: 100%;
  height: auto;
}
#FAQ.marketing-faq p {
  max-width: 650px;
  margin: 20px auto;
  text-align: center;
}
#FAQ.marketing-faq .faq-link {
  display: block;
  max-width: 85px;
  margin: 50px auto;
  padding: 10px 20px;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  transform: translateY(0);
  transition: all 0.25s ease;
}
#FAQ.marketing-faq .faq-link:hover {
  transform: translateY(-3px);
}
#Support {
  text-align: center;
}
#Support .column {
  min-width: 350px;
  height: 310px;
  position: relative;
  border: 1px solid #eee;
  vertical-align: top;
}
#Support .one-third {
  width: 30%;
  margin: 40px 10px 0;
  padding: 0 10px;
}
#Support .upper {
  font-size: 22px;
  font-weight: 400;
}
#Support p,
#Support a {
  font-size: 18px;
  font-weight: 100;
}
#Support .input_placeholder {
  margin: 0;
}
#Support i {
  display: block;
  padding-top: 60px;
  font-size: 60px;
  font-weight: 600;
}
#Support a {
  display: block;
  width: 100%;
  height: 100%;
}
#Support .call-us,
#Support .email-us,
#Support .contact-us {
  background: #fff;
  cursor: pointer;
  transform: translateY(0);
  transition: all 0.25s ease;
}
#Support .call-us:hover,
#Support .email-us:hover,
#Support .contact-us:hover {
  transform: translateY(-3px);
}
#Support .contact-us {
  cursor: pointer;
}
#Support #lhnchatimg {
  display: none;
}
#Support .btn {
  display: block;
  width: 100%;
  max-width: 300px;
  margin: auto;
  padding: 10px 0;
  color: #fff;
  font-size: 25px;
  border-radius: 4px;
}
#Samples h2 {
  text-transform: capitalize;
}
#Samples .column {
  vertical-align: top;
}
footer {
  width: 100%;
  padding: 10px 0;
  position: absolute;
  bottom: 0;
  color: #222;
  font-size: 14px;
  text-align: center;
}
footer a {
  font-size: 14px;
  white-space: nowrap;
}
footer .wrapper {
  padding: 0;
}
.slick-slider {
  margin: 0 auto;
  padding: 0 20px;
}
.slick-next.slick-arrow:before {
  content: "\e93c";
}
.slick-prev.slick-arrow:before {
  content: "\e93b";
}
@media (min-width: 1725px) {
  #Top.iphone {
    margin-bottom: -42px;
  }
  #Top.iphone .phone {
    background-size: 310px;
  }
  #Top.iphone .grid {
    padding: 77px 0;
  }
  #Top.iphone-ten .grid {
    padding: 22px 0;
  }
}
@media (max-width: 1280px) {
  #Top.iphone {
    margin-bottom: -30px;
  }
  #Support .one-third {
    padding: 0;
  }
  #Features .column {
    width: 50%;
  }
}
@media (max-width: 1240px) {
  #Support .one-third {
    padding: 0 10px;
  }
}
@media (max-width: 1024px) {
  nav.flex-nav a {
    font-size: 15px;
  }
  #Top.iphone {
    margin-bottom: -22px;
  }
  #Top.iphone .phone {
    background-position: 50% 74%;
    background-size: 18.5%;
  }
  #Top.iphone-ten .grid {
    padding: 1% 0;
  }
  #Top.iphone-ten .active img {
    border-radius: 18px;
  }
  #Top.iphone-ten .slider img {
    width: 84%;
  }
  #Support .one-third {
    padding: 0;
  }
  #Video .column,
  #Video-Second .column {
    display: block;
    max-width: 600px;
    padding-bottom: 20px;
  }
  #Video .column.one-half,
  #Video-Second .column.one-half {
    width: 100%;
    padding: 0;
  }
  #Pricing p,
  #Pricing li {
    font-size: 18px;
  }
  #Support .column {
    min-width: 320px;
  }
}
@media (max-width: 968px) {
  nav.main-nav a {
    width: 17%;
  }
  nav.main-nav .nav-wrapper {
    width: 70%;
  }
  #Support .one-third {
    padding: 0;
  }
}
@media (max-width: 768px) {
  section {
    padding: 40px 0;
  }
  .mob-hide {
    display: block;
  }
  .desk-hide {
    display: none;
  }
  nav.main-nav .nav-wrapper {
    width: 50%;
    text-align: center;
  }
  nav.main-nav .nav-btn {
    width: 40%;
    min-width: 100px;
  }
  #Top.main {
    margin-bottom: -66px;
  }
  #Top.iphone {
    margin-bottom: -78px;
    overflow: hidden;
  }
  #Top.iphone .phone {
    background-position: 50% 270px;
    background-size: 280px;
  }
  #Top.iphone .slider {
    position: relative;
    width: 240px;
    height: 454px;
    padding: 100px 0;
    overflow: hidden;
    margin: 0 auto;
  }
  #Top.iphone .grid {
    display: none;
  }
  #Top.iphone .mobile-grid {
    display: block;
    padding: 0;
    position: absolute;
    left: 0;
    white-space: nowrap;
  }
  #Top.iphone .mobile-grid .column {
    width: 240px;
    margin: 0 auto;
    white-space: nowrap;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
  }
  #Top.iphone .mobile-grid .column img {
    width: 100%;
  }
  #Top.iphone .mobile-grid .column.next-slide {
    -webkit-animation: slideLeft 0.3s;
    /* Safari 4+ */
    -moz-animation: slideLeft 0.3s;
    /* Fx 5+ */
    -o-animation: slideLeft 0.3s;
    /* Opera 12+ */
    animation: slideLeft 0.3s;
    /* IE 10+, Fx 29+ */
  }
  #Top.iphone .mobile-grid .column.prev-slide {
    -webkit-animation: slideRight 0.3s;
    /* Safari 4+ */
    -moz-animation: slideRight 0.3s;
    /* Fx 5+ */
    -o-animation: slideRight 0.3s;
    /* Opera 12+ */
    animation: slideRight 0.3s;
    /* IE 10+, Fx 29+ */
  }
  #Top.iphone .mobile {
    display: block;
  }
  #Top.iphone-ten .slider {
    padding: 50px 0 180px;
  }
  #Live .one-half {
    width: 100%;
  }
  #Live h2,
  #Live p {
    text-align: center;
  }
  #Support .one-third {
    padding: 0;
  }
  #Features .column {
    display: block;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    clear: both;
  }
  #Features .column:after {
    content: '';
    clear: both;
    display: table;
  }
  #Features .column i {
    display: inline-block;
    float: none;
    vertical-align: middle;
  }
  #Features .column p {
    display: inline-block;
    max-width: 80%;
    padding: 0;
    vertical-align: middle;
  }
  #Pricing .inner-wrapper {
    height: 570px;
    margin: 0 auto;
  }
  #Pricing .column {
    width: 100%;
    margin: 0;
    border: 0;
    overflow: hidden;
  }
  #Pricing .btn[href="/signup"] {
    display: none;
  }
  #Pricing .price-content {
    padding-bottom: 20px;
    border: 1px solid #eee;
    border-radius: 0 0 5px 5px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
  }
  #Pricing .tabs {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
  }
  #Pricing p,
  #Pricing ul {
    opacity: 0;
  }
  #Pricing .active {
    z-index: -1;
  }
  #Pricing .active .price-content {
    visibility: visible;
  }
  #Pricing .active .tabs {
    border-bottom: none;
  }
  #Pricing .active p,
  #Pricing .active ul {
    opacity: 1;
  }
  #Pricing .tabs {
    cursor: pointer;
    border-radius: 5px 5px 0 0;
  }
  #Pricing h2 {
    width: 49%;
    font-size: 25px;
  }
  #Pricing .annually h2 {
    margin-left: 51%;
  }
  #Download a {
    margin: 10px;
  }
  #Samples .column {
    display: block;
    width: 100%;
  }
}
@media (max-width: 568px) {
  .bg {
    height: 70px;
  }
  h1 {
    font-size: 40px;
  }
  p {
    font-size: 16px;
  }
  nav.main-nav .nav-wrapper {
    width: 50%;
  }
  nav.main-nav .nav-btn {
    font-size: 16px;
    min-width: 70px;
    margin: 0 2px;
  }
  nav.flex-nav .nav-btn {
    margin: 0 2px;
    padding: 10px 5px;
  }
  nav.flex-nav a {
    font-size: 16px;
  }
  #Top {
    padding-top: 130px;
  }
  #Top h1 img {
    max-height: 65px;
    max-width: 180px;
  }
  #Top.main {
    margin-bottom: -65px;
  }
  #Top.iphone {
    margin-bottom: -140px;
  }
  #Top.iphone .phone {
    background-size: 240px;
  }
  #Top.iphone .slider {
    width: 210px;
    padding: 90px 0;
  }
  #Top.iphone .mobile-grid .column {
    width: 210px;
  }
  #Top.iphone .mobile-grid .column img {
    max-width: 209px;
  }
  #Top.iphone-ten .slider {
    padding: 50px 0 180px;
  }
  #Support .one-third {
    padding: 0;
  }
  #Features .column {
    text-align: center;
  }
  #Features .column i {
    display: block;
    margin: 0 auto;
  }
  #Features .column p {
    max-width: 100%;
    display: block;
    text-align: center;
  }
  #Video .sm,
  #Video-Second .sm {
    font-size: 30px;
  }
  #Support p {
    font-size: 16px;
  }
}
@media (max-width: 425px) {
  h1 {
    font-size: 30px;
  }
  #Top h1 img {
    font-size: 55px;
  }
  .one-third {
    padding: 0;
  }
  #Video .sm,
  #Video-Second .sm {
    font-size: 23px;
  }
  #Pricing h2 {
    font-size: 18px;
  }
  #Pricing li {
    font-size: 16px;
  }
  #Pricing .btn {
    max-width: 600px;
  }
  #Support .column {
    margin: 40px auto 0;
  }
  #Support .btn {
    max-width: 600px;
  }
  footer {
    font-size: 12px;
  }
  footer a {
    font-size: 12px;
  }
}
#confidential-needs-analysis {
  top: -115% !important;
}
.cookie-alert {
  padding: 10px 20px 10px 25px;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  background: #f6f6f7;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  z-index: 999;
  transition: bottom ease-in-out 0.3s;
}
.cookie-alert .wrapper {
  margin: 0 auto;
  position: initial;
}
.cookie-alert p {
  display: inline-block;
  margin: 0 5px;
}
.cookie-alert p,
.cookie-alert a {
  font-size: 14px;
  color: #000;
}
.cookie-alert a {
  white-space: nowrap;
  text-decoration: underline;
}
.cookie-alert .cookie-exit {
  margin: 0;
  position: absolute;
  top: 10px;
  right: 5px;
  cursor: pointer;
}
.cookie-alert.cookie-rise {
  bottom: 40px;
}
@media (max-width: 1024px) {
  .cookie-alert .cookie-alert-icon {
    margin: 0;
    position: absolute;
    top: 10px;
    left: 5px;
  }
}
@media (max-width: 768px) {
  body {
    padding-bottom: 75px;
  }
}
@media (max-width: 350px) {
  #Support .column {
    min-width: 300px;
  }
  .cookie-alert {
    bottom: 45px;
  }
}
