/* ----------------------------------------------- */
/* RESPONSIVE VIDEO
---------------------------------------------------*/
.flex-video {
  position: relative;
  padding-top: 25px;
  padding-bottom: 67.5%;
  height: 0;
  margin-bottom: 16px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
}
.flex-video.widescreen {
  padding-bottom: 52%;
}
.flex-video.vimeo {
  padding-top: 0;
}
.flex-video iframe,
.flex-video object,
.flex-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.flex-video:hover .video-transcript {
  display: block;
}
.flex-video .video-transcript {
  display: none;
  position: absolute;
  color: #fff;
  top: 100%;
  text-align: left;
  width: 100%;
  z-index: 10;
}
.flex-video .video-transcript .toggle {
  background-color: #393939;
  padding: 5px 5px 8px;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  color: #fff;
  display: block;
  text-align: center;
  margin: 0;
}
.flex-video .video-transcript .toggle:hover {
  cursor: pointer;
}
.flex-video .video-transcript .transcript {
  position: relative;
  text-align: justify;
  display: none;
  background-color: #393939;
  padding: 10px;
  top: -4px;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}
.flex-video .video-transcript .transcript p {
  margin-bottom: 10px;
}
@media only screen and (max-device-width: 800px), only screen and (device-width: 1024px) and (device-height: 600px), only screen and (width: 1280px) and (orientation: landscape), only screen and (device-width: 800px), only screen and (max-width: 767px) {
  .flex-video {
    padding-top: 0;
  }
}
/* ----------------------------------------------- */
/* MAX 979 - RESPONSIVE CSS
-------------------------------------------------- */
@media (max-width: 979px) {
  body {
    border-top: none;
  }
  .navbar .navbar-inner {
    padding: 0 5px;
  }
  .navbar .nav > li > a {
    padding: 10px;
  }
  /* homepage */
  .front #distinctions h2 {
    font-size: 36px;
    margin-bottom: 30px;
  }
  .front #distinctions p {
    font-size: 16px;
  }
  .product-overview a h2 {
    font-size: 18px;
  }
  .product-overview a p {
    font-size: 14px;
  }
  #case-studies-callout {
    padding: 10% 0;
  }
  #case-studies-callout h2 {
    font-size: 36px;
  }
  .navbar-fixed-top {
    margin-bottom: 0;
  }
  .container.navbar-wrapper {
    margin-bottom: 0;
    width: auto;
  }
  /* Homepage Carousel */
  .carousel .nav li a {
    font-size: 12px;
  }
  .carousel .item {
    height: 500px;
  }
  .carousel img {
    width: auto;
    height: auto;
  }
  .carousel .tab-content {
    padding-right: 20px;
    padding-left: 20px;
  }
  .carousel .tab-content .tab-pane {
    right: 0;
  }
  .carousel .tab-content .tab-pane .tab-content-text,
  .carousel .tab-content .tab-pane .tab-content-media {
    width: 100%;
    margin: 0;
  }
  .carousel .tab-content .tab-pane .tab-content-text p,
  .carousel .tab-content .tab-pane .tab-content-media p {
    padding: 0;
    text-align: center;
    font-size: 18px;
  }
  .carousel .tab-content .tab-pane .tab-content-text p a,
  .carousel .tab-content .tab-pane .tab-content-media p a {
    display: inline-block;
    line-height: 1;
    padding-bottom: 30px;
    padding-left: 5px;
    margin: 0;
  }
  .carousel .tab-content .tab-pane .tab-content-text #chart,
  .carousel .tab-content .tab-pane .tab-content-media #chart {
    margin: 0 auto;
    position: relative;
    width: 495px;
  }
  .carousel .tab-content .tab-pane .tab-content-text .phone,
  .carousel .tab-content .tab-pane .tab-content-media .phone {
    float: none;
    margin: auto;
  }
  .carousel .tab-content #F .phone {
    margin: 0 auto 0 53%;
  }
  #callouts h3 {
    font-size: 15px;
  }
  #callouts p {
    font-size: 13px;
    line-height: 1.5em;
  }
  #callouts .callout-icon i:before {
    font-size: 24px;
  }
  .featurette {
    height: auto;
    padding: 0;
  }
  .featurette-image.pull-left,
  .featurette-image.pull-right {
    display: block;
    float: none;
    max-width: 40%;
    margin: 0 auto 20px;
  }
  .navbar .brand {
    margin-left: -25px;
  }
  .navbar .nav {
    margin-right: 0;
  }
  .navbar .in .nav li a:hover {
    background: #001421;
  }
  #hero h1 {
    font-size: 32px;
  }
  .node-type-product-page #hero {
    padding-top: 30px;
  }
  .node-type-product-page .carousel .tab-content .tab-content-text,
  .node-type-product-page .tab-content-media {
    width: 100%;
    float: none;
    margin: 0;
  }
  .node-type-product-page .guide {
    padding-bottom: 45px;
  }
  .node-type-product-page .guide .guide-bullets {
    padding-left: 0px;
    background: none;
    min-height: 0;
  }
  .node-type-landing-page #callouts ul.step-list {
    margin-top: 30px;
  }
  .node-type-landing-page .callfire-benefits,
  #landing-page-sign-up {
    margin-bottom: 20px;
    background: none !important;
    height: auto;
  }
  .node-type-landing-page .callfire-benefits ul li,
  #landing-page-sign-up ul li {
    font-size: 16px;
  }
  .field-name-field-industry-product-image {
    display: none !important;
  }
  .field-name-field-industry-product-text {
    width: 100% !important;
    margin-left: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .block-book .btn-navbar {
    display: block;
  }
  .section-pricing .pricing-plans .span3.pro-plan .best-value {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
    left: 0;
    width: 100%;
    padding: 0;
    top: 0;
  }
  .section-pricing .pricing-plans .span3.pro-plan .credits {
    margin-top: 35px;
  }
  .demo-widget {
    padding: 0 15px;
  }
  .demo-widget .instructions h3 {
    font-size: 40px;
  }
  .demo-widget .instructions ul.steps {
    font-size: 16px;
  }
  .demo-widget .instructions .phone {
    transform: scale(0.8);
    margin-right: 0px;
  }
  .demo-widget .instructions .phone.phone-sms {
    margin-right: 70px;
  }
  .demo-widget .instructions .phone.phone-vb {
    margin-right: 40px;
  }
  .roi-calculator label {
    display: block;
    margin: 0 0 10px;
    line-height: 1.4em;
    font-size: 16px;
  }
  .node-type-landing-page.section-mobile-marketing #hero {
    padding: 30px 0 0;
  }
  .node-type-landing-page.section-mobile-marketing #callouts .try i {
    font-size: 75px;
  }
  .node-type-landing-page.section-mobile-marketing #callouts .try h3 {
    height: 35px;
    margin-bottom: 15px;
  }
  .node-type-landing-page.section-mobile-marketing #callouts .try span .keyword {
    font-size: 24px;
  }
  .node-type-landing-page.section-mobile-marketing #callouts .industry-row h3 {
    text-align: center;
  }
  .node-type-landing-page.section-mobile-marketing #callouts .industry-row h3 i {
    display: block;
    margin: 0 auto 5px;
    text-align: center;
  }
  .node-type-landing-page.section-mobile-marketing #callouts .industry-row ul {
    border: 0;
  }
  .node-type-landing-page.section-mobile-marketing #callouts .industry-row ul li {
    text-align: center;
  }
  .node-type-landing-page.section-mobile-marketing #callouts .industry-row ul li i {
    display: block;
  }
  .node-type-landing-page.section-mobile-marketing #callouts .industry-row ul li i:before {
    margin: 0 auto;
    text-align: center;
    display: block;
  }
  .sidebar .btn-navbar {
    display: none;
  }
}
/* ----------------------------------------------- */
/* MAX 767 - RESPONSIVE CSS
-------------------------------------------------- */
@media (max-width: 840px) {
  body {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
  }
  body.front {
    background: #001421;
  }
  body .container-fluid {
    padding-right: 20px;
    padding-left: 20px;
  }
  /* homepage */
  .front #product-tabs {
    display: none;
  }
  .front #distinctions h2 {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .front #distinctions p {
    font-size: 16px;
    margin-bottom: 30px;
    text-align: center;
  }
  .navbar {
    height: 88px;
    width: 100%;
    background: transparent;
  }
  .navbar .navbar-inner {
    padding: 0 5px 7px;
  }
  .navbar .navbar-header {
    z-index: 2;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: 0;
    background: #002c47;
  }
  #navToggle,
  .closeToggle {
    display: block;
    padding: 11px 10px 9px;
    color: #fff;
    text-decoration: none;
    margin: 0;
    font-size: 12px;
    text-align: center;
    float: right;
    line-height: 1.2;
  }
  #navToggle i,
  .closeToggle i {
    display: block;
    font-size: 24px;
  }
  #navToggle:focus,
  .closeToggle:focus {
    color: #fff;
    text-decoration: none;
  }
  #navToggle:hover,
  .closeToggle:hover {
    color: #fff;
    text-decoration: none;
  }
  .brand-container {
    width: 170px;
    margin: 0 auto;
  }
  .brand-container .brand {
    float: none;
    margin: 0;
    padding-top: 5px;
    padding-bottom: 9px;
  }
  .navbar-trunk ul.nav {
    margin-bottom: 0;
  }
  .navbar-trunk ul.nav li {
    display: block;
    float: none;
  }
  .navbar-trunk ul.nav li a {
    height: auto;
    line-height: 40px;
    padding: 0 15px;
    margin: 0;
    color: #fff;
  }
  .navbar-trunk ul.nav li a.active {
    color: #fff;
  }
  .navbar-trunk ul.nav li a.active:hover {
    color: #fff;
  }
  .navbar-trunk ul.nav li a:hover {
    color: #f6a21c;
    text-decoration: none;
  }
  .navbar-trunk ul.nav li.menu-214261 a {
    margin: 10px 0;
    /* -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; */
    /* text-align: center; */
    background-color: #028dd0;
  }
  .navbar-trunk ul.nav li.menu-214261 a:hover,
  .navbar-trunk ul.nav li.menu-214261 a:focus {
    color: #fff;
    background-color: #024464;
    text-decoration: none;
  }
  .navbar-trunk .menu-sub-nav {
    margin-top: 0;
  }
  /* NAVIGATION ANNIMATION */
  .navbar-trunk {
    width: 240px;
    height: 100%;
    position: fixed;
    right: -240px;
    top: 0;
    margin: 0;
    background-color: #001421;
    transition: right 0.15s ease-in-out;
    /* starting point */
    opacity: 1;
    z-index: 5;
  }
  .navbar-trunk ul {
    width: 100%;
    margin-top: 0;
  }
  /*Nav Expanding Open Effect*/
  .navbar-trunk.menu-open {
    right: 0;
  }
  .phone-number {
    font-size: 12px;
    padding: 2px 0;
    margin: 0 0 -5px;
    background-color: #003c61;
    text-align: center;
    float: none;
    clear: both;
    display: block;
  }
  .page-events .all-content {
    float: none;
    width: 100%;
  }
  .page-events .webinar-schedule {
    float: none;
    width: 100%;
    padding-top: 0;
  }
  .page-events .view-header {
    margin-bottom: 30px;
  }
  .page-events .view-content {
    float: none;
    width: 100%;
  }
  .page-events .view-content .views-row {
    float: none;
    width: 100%;
    box-sizing: border-box;
    padding-right: 0;
    font-size: 14px;
    margin-bottom: 30px;
  }
  .page-events .view-content .views-row:nth-child(2n+1) {
    clear: none;
  }
  .page-events .view-content .views-row .views-field-title {
    font-weight: bold;
    font-size: 16px;
  }
  .page-events .view-content .views-row .views-field-field-event-link a {
    border: 1px solid #dbe1e5;
    color: #515151;
    padding: 5px 10px;
    margin-top: 5px;
    display: inline-block;
  }
  .page-events .view-content .views-row .views-field-field-event-link a:hover {
    color: #252525;
    border-color: #515151;
    text-decoration: none;
  }
  .page-events .view-content:after {
    content: "";
    display: block;
    clear: both;
    margin-bottom: 45px;
  }
  .node-type-landing-page a.landing-login {
    position: absolute;
    background: transparent;
    color: #028dd0;
    right: 0;
    top: 0;
    font-size: 13px;
    margin-top: 10px;
  }
  .node-type-landing-page #hero {
    padding-top: 30px;
  }
  .node-type-landing-page #hero h2 {
    font-size: 22px;
  }
  .node-type-landing-page .callfire-benefits ul li {
    line-height: 1.4em;
  }
  .node-type-landing-page .callfire-benefits ul li .icon-ok-sign:before {
    line-height: 1.4em;
  }
  .node-type-landing-page #callouts .vid-wrap {
    margin: 3% 0;
  }
  .flex-video:hover .video-transcript {
    display: none;
  }
  .page-node-2798001 .container-fluid .all-content {
    padding-top: 0;
  }
  .demo-widget {
    padding: 0;
  }
  .demo-widget .instructions h3 {
    margin-right: 0;
  }
  .demo-widget .instructions ul.steps {
    margin-right: 0;
  }
  .demo-widget .instructions .phone,
  .demo-widget .instructions #chart {
    display: none;
  }
  #callouts {
    text-align: center;
  }
  #callouts h3 {
    font-size: 18px;
  }
  #callouts p {
    font-size: 16px;
  }
  #callouts .callout-icon i:before {
    width: 50px;
    font-size: 48px;
    margin-bottom: 20px;
    padding: 10px;
  }
  .marketing .span4 + .span4 {
    margin-top: 40px;
  }
  #footer-links ul {
    margin-bottom: 20px;
  }
  .navbar .brand {
    margin-left: -5px;
  }
  #hero .btn {
    font-size: 18px;
    margin: 15px 0;
    padding: 10px 50px;
  }
  #B .tab-content-media,
  #C .tab-content-media,
  #D .tab-content-media,
  #E .tab-content-media,
  #F .tab-content-media {
    display: none;
  }
  #B .tab-content-text,
  #C .tab-content-text,
  #D .tab-content-text,
  #E .tab-content-text,
  #F .tab-content-text {
    width: 100%;
  }
  .section-about #hero .container-fluid .headline-inner {
    background-image: none !important;
    position: static;
    min-height: 0;
  }
  .section-about #hero .container-fluid .headline-inner h1 {
    position: static;
    text-indent: 0;
    color: #4d6871;
    font-size: 32px;
    background-color: transparent;
  }
  #case-studies-callout h2 {
    font-size: 28px;
  }
  #case-studies-callout .btn,
  .product-quotes .btn {
    margin-left: 0;
    margin-right: 0;
    display: block;
  }
  #case-studies-callout .btn-info,
  .product-quotes .btn-info {
    margin-top: 10px;
  }
  #case-studies-callout .views-field-field-image,
  .product-quotes .views-field-field-image {
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .node-type-landing-page #hero h1.title {
    margin-bottom: 20px;
  }
  .node-type-landing-page .callfire-benefits {
    background-image: none !important;
  }
  .node-type-landing-page .callfire-benefits ul li .icon-ok-sign:before {
    font-size: 18px;
    margin: 4px;
  }
  .node-type-landing-page #quotes .quote-attribution {
    padding-bottom: 30px;
  }
  .node-type-case-study #hero .container-fluid {
    padding: 0;
  }
  .node-type-case-study #hero #case-study-header h1 {
    position: relative;
    font-size: 28px;
  }
  .node-type-case-study .tag-line {
    font-size: 18px;
    margin: 0 -20px 20px;
  }
  .section-about.page-node-2018001 .executive-bio img {
    display: block;
    margin-bottom: 10px;
  }
  .section-products .product-overview {
    padding-top: 15px;
  }
  .section-products .product-overview .span4 {
    padding: 0;
  }
  .section-products .product-overview .span4 a {
    text-align: left;
    min-height: 0;
    padding: 30px 15px;
    border: 0;
    border-bottom: 1px solid #dbe1e5;
    overflow: hidden;
  }
  .section-products .product-overview .span4 a i {
    width: auto;
    float: left;
    font-size: 60px;
    margin: 0;
  }
  .section-products .product-overview .span4 a h2 {
    margin-left: 90px;
    font-size: 15px;
  }
  .section-products .product-overview .span4 a p {
    margin-left: 90px;
    font-size: 13px;
  }
  .node-type-product-page #callouts {
    padding: 60px 0;
  }
  .node-type-product-page #callouts .callout-icon i:before {
    text-align: center;
  }
  .node-type-product-page #callouts .row-fluid p {
    margin-bottom: 40px;
  }
  .node-type-product-page .product-quotes {
    padding: 0 20px;
  }
  .node-type-product-page .product-quotes .view-quotes .views-field-field-image img {
    width: 30%;
    display: block;
    margin: 30px auto 10px;
  }
  .node-type-product-page .product-quotes .view-quotes .view-footer .btn-link {
    display: block;
  }
  .section-pricing #hero {
    padding-bottom: 0;
  }
  .section-pricing .payg-pricing {
    width: 100%;
  }
  .section-pricing .payg-pricing .pricing-container {
    width: 30%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .section-pricing .payg-pricing .pricing-container.minutes-pricing {
    margin-left: 2%;
  }
  .section-pricing .payg-pricing .pricing-container.keyword-pricing {
    margin-right: 2%;
  }
  .section-pricing .pricing-plans {
    padding-left: 0;
    padding-right: 0;
    margin-top: 0;
  }
  .section-pricing .pricing-plans .more {
    display: inherit;
  }
  .section-pricing .pricing-plans .less {
    display: none;
  }
  .section-pricing .pricing-plans .span3 {
    height: inherit;
    width: 80%;
    margin: 30px 10%;
    border: 1px solid #dbe1e5;
  }
  .section-pricing .pricing-plans .span3 .pricing-anchor:target ~ .more {
    display: none;
  }
  .section-pricing .pricing-plans .span3 .pricing-anchor:target ~ .less {
    display: block;
  }
  .section-pricing .pricing-plans .span3 .pricing-anchor:target ~ .add-ons {
    max-height: 150px;
    border-top: 1px solid #dbe1e5;
  }
  .section-pricing .pricing-plans .span3.pro-plan {
    height: inherit;
    margin-top: 0;
    padding-top: 0;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .section-pricing .pricing-plans .span3.pro-plan h2 span {
    border-bottom: none;
  }
  .section-pricing .pricing-plans .span3.pro-plan .pricing-anchor:target ~ .add-ons {
    border-top: 1px solid #01293c;
  }
  .section-pricing .pricing-plans .span3.pro-plan .best-value {
    position: relative;
    background-color: transparent;
    cursor: default;
    color: #70c798;
    width: 100%;
    padding: 10px 0;
    text-transform: uppercase;
  }
  .section-pricing .pricing-plans .span3.pro-plan .best-value i {
    display: none;
  }
  .section-pricing .pricing-plans .span3.pro-plan .credits {
    border-top: 1px solid #01293c;
  }
  .section-pricing .pricing-plans .span3.pro-plan h2 {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .section-pricing .pricing-plans .span3:last-child h2.plan-name span {
    font-size: 11px;
  }
  .section-pricing .pricing-plans .span3:last-child .price span.per-month {
    display: inline;
    padding-top: 0;
  }
  .section-pricing .pricing-plans .span3:last-child .credits {
    margin: 0;
    font-size: 14px;
  }
  .section-pricing .pricing-plans .span3 h2 {
    margin: 10px 25px;
    text-align: left;
    padding: 8px 0 0;
  }
  .section-pricing .pricing-plans .span3 h2 span {
    border-bottom: none;
    padding-bottom: 0;
  }
  .section-pricing .pricing-plans .span3 .price {
    margin: 0px 0 14px 26px;
    font-size: 18px;
    text-align: left;
  }
  .section-pricing .pricing-plans .span3 .price span.per-month {
    font-size: 13px;
  }
  .section-pricing .pricing-plans .span3:first-child h2 {
    border-top: none;
  }
  .section-pricing .pricing-plans .add-ons {
    transition: all 0.5s cubic-bezier(0.79, -0.13, 0.11, 1.13);
    -webkit-transition: all 0.5s cubic-bezier(0.79, -0.13, 0.11, 1.13);
  }
  .section-pricing .pricing-plans .add-ons li {
    padding: 0 0 12px 27px;
    text-align: left;
  }
  .section-pricing .pricing-plans .add-ons li:first-child {
    padding: 12px 0 12px 27px;
  }
  .section-pricing .pricing-plans .credits {
    text-align: left;
    margin: 0;
    font-size: 14px;
    padding: 5px 26px;
    border-top: 1px solid #dbe1e5;
  }
  .section-pricing .pricing-plans .credits span {
    display: inline-block;
  }
  .section-pricing .pricing-plans .btn-large {
    float: right;
    margin: -120px 15px 0 0;
    width: 94px;
    padding: 8px 20px;
    font-size: 12px;
  }
  .section-pricing .pricing-plans .add-ons {
    max-height: 0;
    padding: 0;
    overflow: hidden;
  }
  .section-pricing .pricing-plans .extras .span3 {
    border-left: none;
    border-top: 1px solid #dbe1e5;
    height: 60px;
  }
  .section-pricing .pricing-plans .extras .span3 .btn-link {
    margin-top: 5px;
  }
  .section-pricing .pricing-plans.single {
    margin-top: inherit;
  }
  .section-pricing .pricing-plans.single .row-fluid {
    width: inherit;
    margin: 0;
  }
  .section-pricing .pricing-plans.single .row-fluid .span3 {
    width: 80%;
    height: inherit;
    margin: 0 10%;
  }
  .section-pricing .pricing-plans.single .row-fluid .span3 .pricing-anchor:target ~ .plan-information .more {
    display: none;
  }
  .section-pricing .pricing-plans.single .row-fluid .span3 .pricing-anchor:target ~ .plan-information .less {
    display: block;
  }
  .section-pricing .pricing-plans.single .row-fluid .span3 .plan-information {
    float: none;
    width: 100%;
  }
  .section-pricing .pricing-plans.single .row-fluid .span3 .plan-information h2 {
    margin: 18px 0 12px 26px;
    padding-bottom: inherit;
    font-size: 13px;
  }
  .section-pricing .pricing-plans.single .row-fluid .span3 .plan-information .price {
    padding-top: 8px;
  }
  .section-pricing .pricing-plans.single .row-fluid .span3 .plan-information .credits {
    margin: 0;
  }
  .section-pricing .pricing-plans.single .row-fluid .span3 .add-ons {
    width: 100%;
    float: none;
    padding: 0;
  }
  .section-pricing .plan-features {
    text-align: center;
  }
  .section-pricing .plan-features ul {
    margin-bottom: 0;
  }
  .section-pricing .product-price {
    margin-bottom: 30px;
  }
  .section-pricing .block .product-expanded-pricing-link {
    margin: 0;
  }
  .page-industries .span4:before {
    left: -125px;
    line-height: 95px;
  }
  .node-type-industries #hero h1 a i:before {
    font-size: 18px;
    margin-left: 8px;
  }
  .node-type-industries .industries-menu {
    margin: 0 -20px;
  }
  .book-navigation .page-up {
    display: none;
  }
  .sidebar {
    margin-top: 20px;
  }
  .sidebar .block-book .btn-navbar {
    display: block;
  }
  .sidebar .block-book .block-title {
    margin-bottom: 0;
    line-height: 28px;
  }
  .sidebar .block-book .book-nav-collapse {
    display: none;
  }
  .view-team-members .span4 .views-field-picture img {
    max-height: 100%;
  }
  .view-display-id-block_faq_menu {
    margin: 0 -20px;
  }
  body.in-maintenance .maintenance {
    text-align: center;
    padding-top: 30px;
  }
  body.in-maintenance .maintenance img {
    margin: 0 auto 30px;
    display: block;
  }
  body.section-404-error .four-oh-four {
    text-align: center;
    padding-top: 30px;
  }
  body.section-404-error .four-oh-four .footer-links {
    text-align: left;
    border-top: 1px solid #CCC;
    padding-top: 20px;
    margin-top: 30px;
  }
  body.section-404-error .four-oh-four img {
    margin: 0 auto 30px;
    display: block;
  }
  .node-type-landing-page.section-mobile-marketing #callouts .try {
    margin-bottom: 15px;
  }
  .node-type-landing-page.section-mobile-marketing #callouts .industry-row {
    margin: 0;
  }
  .node-type-landing-page.section-mobile-marketing #callouts .industry-row .industry-block {
    margin-bottom: 15px;
  }
  .block .product-guide .container-fluid {
    background-image: none;
    text-align: center;
  }
  .block .product-guide h1 {
    padding-left: 0;
    text-align: center;
  }
  .block .product-guide h3 {
    text-align: center;
  }
  .section-blog .block .product-guide {
    background-image: none;
    text-align: center;
  }
  .section-blog .block .product-guide h1 {
    padding-left: 0;
    text-align: center;
  }
  .section-blog .block .product-guide h3 {
    text-align: center;
  }
}
/* ----------------------------------------------- */
/* MAX 480 - RESPONSIVE CSS
-------------------------------------------------- */
@media (max-width: 480px) {
  #video-placeholder a i {
    font-size: 60px;
    margin-top: 0;
    margin-left: -30px;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  }
  #hero {
    padding-top: 20px;
  }
  #hero .carousel .nav li a img {
    width: 40px;
  }
  #hero h1 {
    font-size: 18px;
  }
  #hero.headline {
    padding: 5px 0;
  }
  #hero.headline h1 {
    font-size: 18px;
  }
  .node-type-product-page #hero .carousel .tab-content .tab-content-text p {
    font-size: 18px;
  }
  .view-menu {
    font-size: 13px;
    margin: 15px 15px 0 0;
  }
  .section-pricing #main > .block .product-expanded-pricing .product-header h3 {
    line-height: 40px;
    margin: 10px 0 20px;
  }
  .section-pricing #main > .block .product-expanded-pricing .product-header h3 img {
    display: block;
    margin: 0 auto;
  }
  .page-industries .span4:before {
    left: -120px;
    line-height: 120px;
  }
  .section-pricing .payg-pricing {
    width: 100%;
  }
  .section-pricing .payg-pricing .pricing-container {
    width: 94%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 3%;
  }
  .section-pricing .payg-pricing .pricing-container.minutes-pricing {
    margin-left: 3%;
  }
  .section-pricing .payg-pricing .pricing-container.keyword-pricing {
    margin-right: 3%;
  }
  .page-case-studies #views-exposed-form-case-studies-page label.active + .views-widget {
    top: 95px;
  }
  .page-case-studies #views-exposed-form-case-studies-page .case-filter-title {
    display: block;
    clear: both;
    float: none;
  }
}
/*# sourceMappingURL=responsive.css.map */