footer {
    padding: 5rem 0 10rem;
}
footer {
    position: relative;
    text-align: center;
    z-index: 100;
    color: #999999;
    background-color: #fff;
}
.footer-links {
    margin: 2em 0 2em;
}
.footer-links a {
    text-align: center;
    background-color: rgba(0, 0, 0, 0.02);
    margin-bottom: 10px;
    display: block;
    color: #666666;
    padding: .5em .8em;
    border: 1px solid rgba(0, 0, 0, 0.06);
}
.footer-links a:hover,
.footer-links a:focus {
    color: black;
}
footer span a {
    border: 0;
    color: #333;
    font-size: 1.6rem;
}
footer span a:hover {
    color: #FF6600;
}
.footer-links a:hover {
    border-color: #EF7758;
}
#footer-dial a {
    border: 0;
}
#footer-dial a:hover {
    color: #ddd;
}
#footer-dial a:nth-child(2) {
    left: 88px;
}
.popover-content {
    font-family: 'proxima-nova', helvetica;
    font-weight: normal;
}
#footer-dial {
    background-color: #7cc4e2;
    border:0;
}
.main-header-sign-in {
    margin-top: 0px;
}
.main-header-sign-in {
    line-height: 1;
}
.home .main-header-sign-in,
.home .main-header-sign-in:hover,
.about .main-header-sign-in,
.about .main-header-sign-in:hover {
    color: #fff;
}
.main-header-sign-in {
    color: #444;
}
.main-header-sign-in:hover {
    color: #000;
}
.home .main-header-sign-in:hover,
.about .main-header-sign-in:hover {
    border-color: #fff;
}

.main-header {
    background-color: #3E4753;
    color: #ffffff;
    text-align: center;
    padding: 25px 0;
    position: relative;
    z-index: 5000;
}
.main-header:before {
    content: '';
    position: absolute;
    border-color: transparent;
    border-style: solid;
    border-width: 10px;
    border-left-width: 30px;
    border-right-width: 30px;
    top: 0;
    left: 50%;
    border-top-color: rgba(255, 255, 255, 0.3);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.main-header:before {
    border-top-color: #7EC4E0;
}
.nav-icon,
.main-header-sign-in {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.nav-icon {
    margin-left: -20px;
    padding: 0 20px;
}
.nav-icon {
    font-size: 24px;
    border: 0;
}
.nav-icon .open-close-icon {
    position: relative;
    width: 29px;
    height: 22px;
}
.nav-icon .line {
    position: absolute;
    left: 0;
    opacity: 1;
    height: 2px;
    background-color: rgba(0, 0, 0, 0.4);
    width: 100%;
    -webkit-transition: .2s all linear;
    transition: .2s all linear;
}
.home .nav-icon .line,
.about .nav-icon .line {
    background-color: rgba(255, 255, 255, 0.4);
}
.home .nav-icon:hover .line,
.about .nav-icon:hover .line {
    background-color: rgba(255, 255, 255, 1);
}
.nav-icon .line1 {
    top: 0;
}
.nav-icon .line2 {
    top: 10px;
}
.nav-icon .line3 {
    top: 20px;
}
.nav-icon span {
    display: inline-block;
    vertical-align: middle;
}
.nav-icon span:nth-child(2) {
    font-size: 40%;
    margin: 2px 0 0 1.6rem;
}
.logo {
    z-index: 1000;
    bottom: -22px;
    left: 50%;
    display: block;
    position: absolute;
    margin-left: -40px;
    text-decoration: none;
    border: 0;
}
.logo img {
    width:80px;
}
.container-wide {
    padding: 0 20px;
    margin: 0 auto;
}
.fv-main-nav-consumer {
    border: 0;
    background-color: #46ABD3;
    border-bottom: 5px solid #7EC4E0;
    margin-bottom: 0;
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    min-height: 75px;
}
.sprite-brand-consumer {
    width: 62px;
}
.sprite-brand-consumer:before {
    top: 11px;
    width: 62px;
    height: 32px;
    background-position: -100px 0;
}
#sign-in-main {
    width: 100%;
    height: 100%;
    background-color: #30363F;
    position: absolute;
    z-index: 5000;
    right: 0;
    bottom: 100%;
    -webkit-transition: -webkit-transform .5s ease-in-out;
    transition: transform .5s ease-in-out;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -moz-transform: translateY(0);
    box-shadow: 0px -10px 5px 5px rgba(0, 0, 0, 0.3);
    overflow-y: scroll;
}
#sign-in-main form {
    padding: 40px 20px 20px;
}
#sign-in-main.active {
    -ms-transform: translateY(0);
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
}
#sign-in-main h2 {
    position: relative;
    padding-top: 30px;
    color: white;
}
#sign-in-main .sprite-logo:before {
    top: 0;
    left: 50%;
    margin-left: -31px;
}
.text-muted {
    color: rgba(255, 255, 255, 0.6);
}

#testimonial blockquote {
    padding-top: 10px;
}
#testimonial blockquote a {
    position: absolute;
    bottom: 0;
    margin-bottom: 30px;
    display: block;
    width: 100%;
    border: 1px dotted rgba(255, 255, 255, 0.3);
    padding: 10px 20px;
}
#testimonial blockquote a:hover {
    border-color: white;
}
#testimonial blockquote .fa {
    color: #55C9ED;
}
.case-studies #testimonial blockquote a {
    color: #444444;
    border-color: #444444;
    background-color: white;
}
.case-studies #testimonial blockquote a:hover {
    background: white;
    border-style: solid;
}
.quote-avatar {
    float: left;
    display: block;
    width: 60px;
    margin-left: 0;
}
.case-studies .quote-avatar {
    width: 40px;
    margin-top: 8px;
}
.quote-author strong {
    display: block;
}
.quote-author {
    float: left;
    margin: 5px 0 0 12px;
    font-size: 90%;
}
#testimonial blockquote > img {
    margin-bottom: 15px;
}
/*#testimonial img:nth-of-type(odd) {
  visibility:hidden;
}*/

blockquote {
    border-left: none;
    line-height: 1.6;
    margin: 0 0 30px 0;
    padding: 30px 0 100px;
    font-size: 1.7rem;
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 3px 0 #5BC9EB;
    -moz-box-shadow: 0 3px 0 #5BC9EB;
    box-shadow: 0 3px 0 #5BC9EB;
}
blockquote:before,
blockquote:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
    position: absolute;
}
blockquote:before {
    border: solid 14px transparent;
    border-top-color: #30363F;
    top: auto;
    right: auto;
    bottom: -28px;
    left: 30px;
    z-index: 2;
}
blockquote:after {
    border: solid 14px transparent;
    border-width: 18px;
    border-top-color: #5BC9EB;
    top: auto;
    right: auto;
    bottom: -36px;
    left: 26px;
    z-index: 1;
}
.case-studies blockquote:before {
    border-top-color: #f2f2f2;
}
.header-logo {
    position: absolute;
    display: block;
    border: 0;
    top: 8px;
    left: 50%;
    margin-left: -30px;
}
.header-signin {
    position: absolute;
    top: 0;
    right: 0;
}
.sprite:before {
    content: '';
    position: absolute;
    display: block;
    background-image: url('/img/consumer-sprites.svg');
    left: 0;
    top: 50%;
    z-index: 1000;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.sprite-error:before {
    left: auto;
    right: 15px;
    width: 23px;
    height: 18px;
    background-position: -60px 0;
}
.sprite-valid:before {
    right: 15px;
    top: 50%;
    left: auto;
    width: 23px;
    height: 23px;
    background-position: -85px 0;
}
body.shelf-expanded {
    -webkit-overflow-scrolling: touch;
    overflow: hidden;
}
body.shelf-expanded .wrapper {
    -ms-transform: translateX(260px);
    -webkit-transform: translate3d(260px, 0px, 0px);
    transform: translate3d(260px, 0px, 0px);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    overflow: hidden;
}
.shelf-expanded .mobile-nav {
    position: fixed;
}
.mobile-nav {
    overflow: hidden;
    overflow-y: scroll;
    text-align: left;
    color: white;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 20px 0 60px;
}
.mobile-nav li {
    border-top: 1px solid #3e4550;
}
.mobile-nav a {
    border: 0;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: rgba(255, 255, 255, 0.4);
    display: block;
    padding: 13px 0 13px 20px;
    font-size: 14px;
}
.mobile-nav li:first-child {
    border: 0;
}
.mobile-nav a:hover {
    color: white;
}
.visible-xl,
.visible-xl-block,
.visible-xl-inline,
.visible-xl-inline-block {
    display: none !important;
}
.mobile-nav-icon .line1 {
    top: 0;
}
.mobile-nav-icon .line {
    position: absolute;
    left: 0;
    opacity: 1;
    height: 2px;
    background-color: #FFFECE;
    width: 30px;
    -webkit-transition: .2s all linear;
    transition: .2s all linear;
}
.mobile-nav-icon .line2 {
    top: 8px;
}
.mobile-nav-icon .line3 {
    top: 16px;
}
.fv-main-nav-consumer a:not(.header-logo):not(.mobile-nav-icon) {
    display: block;
    margin: 30px 13px 24px 13px;
    text-transform: uppercase;
    letter-spacing: .05em;
    font-size: 14px;
    border-bottom: 1px solid transparent;
}
.fv-main-nav-consumer a:not(.header-logo):not(.mobile-nav-icon):hover {
    border-bottom-color:#7EC4E0;
}
body .fv-main-nav-consumer .mobile-nav-icon {
    position: absolute;
    top: 28px;
    cursor: pointer;
    height: 20px;
    padding-top: 25px;
    width: 30px;
    border: 0;
    display: block;
}
.sprite-brand-consumer:before {
    top: 31px;
    width: 62px;
    height: 34px;
    background-position: 0 -80px;
}
.sprite-video-play:before {
  width:50px;
  height:50px;
  background-position: -290px -170px;
}
a.sprite-video-play,
a.sprite-schedule-demo {
  display: block;
  border:0;
  padding-left:60px;
  white-space: nowrap;
}
.sprite-video-play:hover:before {
  background-position: -341px -170px;
}
.sprite-schedule-demo:before {
  width:50px;
  height:50px;
  background-position: -179px -170px;
}
.sprite-schedule-demo:hover:before {
  background-position: -230px -170px;
}

.wrapper {
    top:0;
    bottom:0;
    left:0;
    right:0;
    position: absolute;
    width: 100%;
    z-index: 10;
    -webkit-transition: all .30s ease-out;
    transition: all .30s ease-out;
}
a {
    color: #ffffff;
    border-bottom: 2px solid #FF6600;
    display: inline-block;
}
a:hover,
a:focus {
    text-decoration: none;
    color: #ffffff;
    border-bottom-color:#46ABD3;
}
a.underline {
    border-bottom: 1px solid #FF6600;
    display: inline-block;
    padding-bottom: 3px;
}
a.underline:hover {
    border-bottom-color: #46ABD3;
}
.sprite-close:before {
    width: 14px;
    height: 14px;
    background-position: -118px 0;
}
.fv-close {
    right: 20px;
    top: 20px;
    position: absolute;
}
.callout-badge {
    position: absolute;
    padding: 5px 15px;
    background-color: #dcebf1;
    border: 1px solid #ccc;
}
.callout-badge:before {
    content: '';
    position: absolute;
    right: -15px;
    top: 0;
    border-width: 15px;
    border-color: transparent;
    border-style: solid;
    border-bottom: 0;
    border-right-width: 0;
    border-left-color: rgba(0, 0, 0, 0.25);
}
.api-feature .callout-badge {
    top: -16px;
    left: -1px;
}
hr {
    border-top-color: rgba(255, 255, 255, 0.1);
}
hr.small {
    margin-top: 15px;
    margin-bottom: 15px;
}
.hr-large {
    margin-top: 30px;
    margin-bottom: 30px;
}
.hr-xl {
    margin-top:50px;
    margin-bottom:50px;
}
.hr-inverse {
    border-top-color: rgba(0,0,0,0.1);
}
.bare-link {
    border: 0;
}
.alert {
    border: 0;
    background-color: #fff;
    color: #777;
    border-radius: 0;
    border-left: 5px solid #de7a7a;
    border-right: 5px solid #de7a7a;
}
.alert a {
    color: #777;
}
.alert a:hover,
.alert a:visited,
.alert a:focus {
    color: black;
}
.primary-btn {
    color: #fff;
    background-color: #ff6600;
    -webkit-transition: .2s background-color;
    transition: .2s background-color;
}
.primary-btn:hover,
.primary-btn:focus,
.screen-thumb:hover .primary-btn {
    background-color: #5BC9EB;
    color: #fff;
}

.fv-btn {
    padding: 10px 14px;
    border: 1px solid transparent;
    font-size: 18px;
    display: block;
    border-radius: 2px;
    display: inline-block;
}
.fv-btn .inline.sprite {
    padding-left: 44px;
}
.fv-btn .inline.sprite:before {
    top: 50%;
    margin-top: -13px;
}
.fv-btn + .fv-btn:not(.btn-block) {
    margin-left: 10px;
}
.concise-signup .text-input {
    padding: 11px;
    height: 47px;
}
.opaque {
    opacity: 0;
    -webkit-transition: opacity .35s linear;
    transition: opacity .35s linear;
}
.opaque.opaque-off {
    opacity: 1;
}
.opaque.opaque-off {
    opacity: 1
  }
  .text-input {
      width: 100%;
      line-height: 1.42857143;
      border: 0;
      padding: 30px 15px 15px;
      background-color: transparent;
      font-size: 18px;
      color: #f2f2f2;
      background-color: rgba(0, 0, 0, 0.1);
      border-radius: 2px;
      -webkit-appearance: none;
  }
  .text-input.text-input-concise {
      background-color: rgba(255, 255, 255, 0.75);
      padding: 10px;
      height: 47px;
      color: #444444;
  }
  ::-ms-clear,
  ::-ms-clear {
      display: none;
  }

  .form-group {
      position: relative;
      margin-bottom: 10px;
  }
  .form-signup ::-webkit-input-placeholder {
      color: rgba(0, 0, 0, 0.6) !important;
      font-size: 14px;
      font-style: italic;
  }
  .form-signup :-moz-placeholder {
      /* Firefox 18- */

      color: rgba(0, 0, 0, 0.6) !important;
  }
  .form-signup ::-moz-placeholder {
      /* Firefox 19+ */

      color: rgba(0, 0, 0, 0.6) !important;
      opacity: 1;
  }
  .form-signup :-ms-input-placeholder {
      color: rgba(0, 0, 0, 0.6) !important;
  }
  .form-signup .placeholder {
      color: rgba(0, 0, 0, 0.6) !important;
      font-size: 14px;
      font-style: italic;
  }
  ::-webkit-input-placeholder {
      color: rgba(255, 255, 255, 0.4) !important;
      font-size: 14px;
      font-style: italic;
  }
  :-moz-placeholder {
      /* Firefox 18- */
      color: rgba(255, 255, 255, 0.4) !important;
  }
  ::-moz-placeholder {
      /* Firefox 19+ */

      color: rgba(255, 255, 255, 0.4) !important;
      opacity: 1;
  }
  :-ms-input-placeholder {
      color: rgba(255, 255, 255, 0.4) !important;
  }
  .placeholder {
      color: rgba(255, 255, 255, 0.4) !important;
      font-size: 14px;
      font-style: italic;
  }
/*end of base styles*/

/*media 375-------------------------------------------------------------------*/

@media (min-width: 375px) {
    .container {
        padding: 0 30px;
    }
}

@media (min-width: 480px) {
    .sprite-brand-consumer:before {
        top: 31px;
        width: 195px;
        height: 34px;
        background-position: 0 -35px;
    }
    .header-logo {
        margin-left: -104px;
    }
}

/*media 767 max---------------------------------------------------------------*/

@media (max-width: 767px) {
    .col-xs-12 + .col-xs-12 {
        margin-top: 40px;
    }
}

/*media 768-------------------------------------------------------------------*/

@media (min-width: 768px) {
    .footer-links {
        margin: 2em 0 2em;
    }
    .nav-icon,
    .main-header-sign-in {
        position: relative;
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        margin: 0;
    }
    .main-header-sign-in {
        background-color: #78C1DD;
        border: 1px solid rgba(255, 255, 255, 0.5);
        margin: -1px 0 0 0;
        display: block;
        line-height: 1;
        padding: 15px;
        border-radius: 0px;
        color: #fff;
        top: 17px;
    }
    .main-header-sign-in:hover {
        color: #fff;
        border-color: #fff;
    }
    .nav-icon {
        margin-top: -2px;
        font-size: 3.8rem;
        left: 10px;
    }
    .nav-icon:hover .line {
        background-color: rgba(0, 0, 0, 1);
    }
    .nav-icon .line1 {
        -webkit-transform-origin: top right;
        transform-origin: top right;
    }
    .nav-icon .line3 {
        -webkit-transform-origin: bottom right;
        transform-origin: bottom right;
    }
    .nav-icon.nav-icon-close .line1 {
        -webkit-transform: rotateZ(-45deg);
        transform: rotateZ(-45deg);
    }
    .nav-icon.nav-icon-close .line2 {
        opacity: 0;
    }
    .nav-icon.nav-icon-close .line3 {
        -webkit-transform: rotateZ(45deg);
        transform: rotateZ(45deg);
    }
    .snapjs-left .nav-icon .open-close-icon:after {
        display: block;
    }
    .container-wide {
        padding-left: 30px;
        padding-right: 30px;
    }
    .fv-main-nav-consumer {
        z-index: 1000;
        position: relative;
        text-align: left;
    }
    .fv-main-nav-consumer nav {
        display: inline-block;
        margin-left: 213px;
    }
    .fv-main-nav-consumer li {
        display: inline-block;
    }
    #sign-in-main form {
        padding: 100px;
    }
    blockquote {
        font-size: 1.8rem;
    }
    .fv-close {
        right: 50px;
        top: 50px;
    }
    .concise-signup {
        width: 100%;
        padding: 20px 0;
    }
    .concise-signup.fixed {
        visibility: hidden;
        position: fixed;
        z-index: 20000;
        top: 0;
        left: 0;
        box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.5);
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
        background-color: #444444;
    }
    .concise-signup .form-group {
        margin-bottom: 0;
    }
    .concise-signup .form-signup {
      padding: 0;
    }
    .main-header {
        padding: 30px 0;
    }

}
/*media 835-------------------------------------------------------------------*/

@media all and (min-width: 835px) {}
/*media 992-------------------------------------------------------------------*/

@media (min-width: 992px) {
    .main-header-sign-in {
        float: right;
    }
    .nav-icon {
        left: 30px;
    }
    .container-wide {
        padding-left: 60px;
        padding-right: 60px;
    }
    #sign-in-main {
        width: 55%;
    }
    .header-logo {
        left: auto;
        margin-left: 0;
    }
    .home .hp-callout {
        max-width: 900px;
    }
    body.shelf-expanded .wrapper {
        -ms-transform: translateX(0);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .wrapper {
      min-height: 500px;
    }
     .mobile-nav {
      display:none;
    }
    .main-header {
        padding: 40px 0;
    }

}
/*media 1200------------------------------------------------------------------*/

@media (min-width: 1200px) {
    #sign-in-main {
        width: 45%;
    }
    .wrapper {
      min-height: 600px;
    }
}
/*media 1100------------------------------------------------------------------*/

@media (min-width: 1100px) {}
/*media 1200------------------------------------------------------------------*/

@media (min-width: 1200px) {
    .fv-main-nav-consumer {
        text-align: center;
    }
    .fv-main-nav-consumer nav {
        margin-left: 0;
    } {
        margin-left: 0;
    }
    .container.container-max {
        padding: 0 50px;
    }
    .fv-main-nav-consumer a:not(.header-logo):not(.mobile-nav-icon) {
    margin-left:15px;
    margin-right:15px;
}
}
/*media 1400------------------------------------------------------------------*/

@media (min-width: 1400px) {
    #sign-in-main {
        width: 40%;
    }
}
@media (min-width: 1600px) {
    .visible-xl-inline {
        display: inline !important;
    }
}
/*media 1800------------------------------------------------------------------*/

@media (min-width: 1800px) {
    #sign-in-main {
        width: 30%;
    }
    .container-wide {
        margin: 0 auto;
        max-width: 1800px;
    }
    .container-wide {
        padding: 0 100px;
    }
}
@media (max-width: 1599px) and (min-width: 1200px) {
    .hidden-lg {
        display: none!important;
    }
}

@media (min-height: 1000px) {
  .logo {
     bottom: -22px;
  }
}

@font-face {
    font-family: 'proxima-nova';
    src: url('/fonts/proximanova-regular-webfont.eot');
    src: url('/fonts/proximanova-regular-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/proximanova-regular-webfont.woff2') format('woff2'), url('/fonts/proximanova-regular-webfont.woff') format('woff'), url('/fonts/proximanova-regular-webfont.ttf') format('truetype'), url('/fonts/proximanova-regular-webfont.svg#proxima-novaregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
