body {
  font-size: 1.2rem; }

#fixednav {
  background-color: rgba(0, 0, 0, 0.3); }

.fullscreen-bg {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  height: 1085px !important;
  overflow: hidden;
  width: 1920px;
  z-index: -100;
  background-color: #01445d;
  background-size: cover;
  background-position-x: right;
  transition: all 2s; }

.fullscreen-bg-bg {
  background-image: url(/static/images/pix.gif);
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  height: 1085px !important;
  overflow: hidden;
  width: 1920px;
  z-index: -100;
  background-color: #fff;
  background-size: cover;
  background-position-x: right;
  transition: all 2s; }

.fullscreen-bg-bg.off, .fullscreen-bg__video.off {
  opacity: 0; }

.fullscreen-bg-bg.off.on, .fullscreen-bg__video.off.on {
  opacity: 1; }

.fullscreen-bg__video {
  transition: all 4s;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%; }

.ivrlogo_svg {
  /* Use -webkit- only if supporting: Chrome < 54, iOS < 9.3, Android < 4.4.4 */
  -webkit-filter: drop-shadow(4px 4px 8px rgba(0, 0, 0, 0.7));
  filter: drop-shadow(4px 4px 8px rgba(0, 0, 0, 0.7));
  width: 100%;
  max-width: 600px;
  min-width: 200px; }

.ivrlogo {
  width: 100%;
  max-width: 500px;
  min-width: 200px; }

#main-container {
  padding-bottom: 300px; }

#main-container .contactus {
  position: absolute;
  font-size: 1.5rem;
  left: 0;
  top: 136px; }

div.section.header .container {
  display: block;
  height: 80%; }

div.section.header.salespitch {
  background: none !important;
  height: 975px !important;
  position: relative; }

div.section.header h1 {
  text-indent: -100em;
  font-size: 0; }

div.section h2 {
  text-align: left;
  font-size: 2.5rem; }

div.section h3 {
  font-size: 1.8rem; }

div.section.header h2 {
  font-size: 2em;
  margin: -10px 0;
  text-align: center;
  transition: all 2s; }

.container.bc {
  display: none; }

div.section {
  padding-top: 50px;
  padding-bottom: 50px; }

div.section.white {
  background-color: #fff; }

div.section.darkgray {
  background: #222222;
  color: white; }

div.section .container ul.keys, div.section.reports ul {
  list-style: none;
  padding: 0 0 0 20px; }

div.section .container ul.keys li {
  padding-left: 3rem;
  list-style-type: none;
  display: flex;
  align-items: center;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0));
  min-height: 80px;
  margin: 5px;
  border-radius: 10px; }

div.section .container ul.keys li:before {
  content: "\f00c";
  /* icomoon Unicode */
  color: #ac3f77;
  font-family: icomoon;
  display: inline-block;
  margin-left: -60px;
  width: 5rem;
  font-size: 3.4rem;
  text-shadow: 0 0 15px rgba(255, 255, 255, 0.8), 0 0 15px rgba(255, 255, 255, 0.8), 0 0 15px rgba(255, 255, 255, 0.8); }

div.section .container ul.keys li.a1:before {
  content: "\e909"; }

div.section .container ul.keys li.a2:before {
  content: "\e634";
  font-size: 4.3rem;
  margin-left: -70px;
  width: 6rem; }

div.section .container ul.keys li.a3:before {
  content: "\e907"; }

div.section .container ul.keys li.a4:before {
  content: "\e605"; }

div.section .container ul.keys li.a5:before {
  content: "\e616"; }

div.section .container ul.keys li.b1:before {
  content: "\e638";
  font-size: 5rem;
  margin-left: -74px;
  width: 6.2rem; }

div.section .container ul.keys li.b2:before {
  content: "\e901"; }

div.section .container ul.keys li.b3:before {
  content: "\e60e"; }

div.section .container ul.keys li.b4:before {
  content: "\e603";
  font-size: 4.6rem;
  margin-left: -74px;
  width: 6.2rem; }

div.section .container ul.keys li.b5:before {
  content: "\e62d"; }

div.section.reports .container ul li {
  list-style-type: none; }

div.section.reports .container ul li:before {
  content: "\e616";
  font-family: icomoon;
  display: inline-block;
  margin-left: -65px;
  width: 3rem;
  font-size: 3rem;
  position: relative;
  margin-top: 5px;
  float: left; }

div.section.reports .container ul li.rep1:before {
  content: "\e902"; }

div.section.reports .container ul li.rep2:before {
  content: "\e905"; }

div.section.reports .container ul li.rep3:before {
  content: "\e901"; }

.reports ul {
  margin-left: 20px !important; }

div.section.reports .container ul li span[class='icon-chevron-right'] {
  margin-left: 15px;
  display: inline-block;
  font-size: 1.4em;
  vertical-align: middle; }

/* Differentiate with unique applications */
div.different_bg {
  position: relative;
  background-repeat: no-repeat;
  background-position: top left;
  min-height: 400px;
  background-size: contain; }

/* bg right */
div.right_bg {
  position: relative;
  background-repeat: no-repeat;
  background-position: top right;
  min-height: 450px;
  background-size: contain; }

div.left_bg {
  position: relative;
  background-repeat: no-repeat;
  background-position: top left;
  min-height: 450px;
  background-size: contain; }

/* Differentiate with unique applications */
.overview-bg {
  background-image: url("/static/images/backgrounds/better-ivr-experience.jpg");
  background-repeat: no-repeat;
  background-position: top left;
  background-size: auto 101%;
  /*margin-top: 0 !important;*/
  padding-bottom: 70px !important; }

.moveToIndustryLeader {
  background-image: url(/-/media/images/products/ivr/call-center-booths.jpg);
  background-color: #075e8e !important; }

.answerIncoming {
  background-image: url(/-/media/images/products/ivr/small-shop-open.jpg);
  background-size: auto 470px !important; }

.moveAhead {
  background-image: url(/-/media/images/products/ivr/14990-arwk-part3-b.jpg); }

.visualizeit {
  background-image: url(/static/images/backgrounds/smartphone-jamaica-tours.jpg); }

.cover {
  background-size: cover; }

.topshade {
  height: 4px;
  background-image: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.5), transparent);
  position: relative;
  margin: 0 auto;
  width: 100%;
  top: -50px;
  background-image: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.2), transparent), linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, transparent 1px), linear-gradient(to bottom, rgba(0, 0, 0, 0.05) 0%, transparent 2px); }

.whitefont {
  color: white;
  text-shadow: 1px 1px 5px #000000cc; }

.whitefont .col-xs-1 {
  padding: 10px; }

div.round.blue {
  max-height: 40px;
  max-width: 40px;
  font-size: 1.2rem; }

.link-list span.icon-chevron-right {
  border-radius: 50%;
  background-color: black;
  font-size: 2.5rem;
  min-height: 30px;
  min-width: 30px;
  position: absolute;
  top: 35%;
  right: 15px; }

.link-list a {
  display: flex;
  align-items: center;
  position: relative;
  min-height: 70px;
  background-color: #679cc7;
  padding: 14px 50px 10px 20px;
  margin: 10px 2px;
  text-decoration: none;
  color: #fff;
  font-size: 1.2rem; }

.link-list a:hover {
  background-color: #ac3f77;
  color: #fff !important; }

div.section.extra {
  padding-top: 30px !important;
  padding-bottom: 60px !important; }

a.one.cta {
  padding: 14px 20px; }

a.one.cta span {
  font-size: 2.5rem;
  color: white;
  background: black;
  border-radius: 50%;
  vertical-align: middle;
  margin-left: 10px;
  min-height: 30px;
  min-width: 30px;
  display: inline-block; }

.share {
  top: 542px; }

.op_8 {
  opacity: .8; }

.grad_bg_blue {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7db9e8+0,1e5799+100,1e5799+101 */
  background: #7db9e8;
  /* Old browsers */
  background: -moz-linear-gradient(left, #7db9e8 0%, #1e5799 100%, #1e5799 101%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #7db9e8 0%, #1e5799 100%, #1e5799 101%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #7db9e8 0%, #1e5799 100%, #1e5799 101%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7db9e8', endColorstr='#1e5799',GradientType=1 );
  /* IE6-9 */ }

.moveAhead ul.check li {
  padding-left: 20px;
  clear: left; }

.moveAhead ul.check li:before {
  font-size: 3em;
  color: #1e5799;
  float: left;
  margin-left: -10px;
  position: relative;
  left: -10px;
  top: -15px;
  text-shadow: 0 0 15px rgba(255, 255, 255, 0.8), 0 0 15px rgba(255, 255, 255, 0.8), 0 0 15px rgba(255, 255, 255, 0.8); }

.moveAhead ul.check li.a1:before {
  content: '\e909'; }

.moveAhead ul.check li.a2:before {
  content: '\e619';
  left: 3px;
  float: right; }

.moveAhead ul.check li.a3:before {
  content: '\e60e'; }

.moveAhead ul.check li.a4:before {
  content: '\e632';
  font-size: 4em;
  left: -5px;
  float: right; }

.moveAhead ul.check li.a4 ul li:before {
  content: '\e62a';
  font-size: 1.5em;
  left: 0px;
  top: -3px; }

@media only screen and (min-width: 1920px) {
  div.header_bg {
    background-size: 1920px auto; } }
@media (max-width: 1440px) {
  div.header_bg {
    background-size: 1440px auto; } }
@media (max-width: 991px) {
  #main-container {
    padding-top: 5px; }

  .fullscreen-bg, .fullscreen-bg-bg {
    height: calc(1085px / 2) !important;
    width: calc(1920px / 2); }

  div.section.header.salespitch {
    height: calc(975px / 2) !important; }

  div.section.header .container {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start; }

  div.section.header h2 {
    font-size: 1.4em; }

  .topshade {
    top: -20px; }

  .right_bg {
    background-blend-mode: multiply;
    background-size: cover !important; }

  .section.overview-bg, .section.moveToIndustryLeader, .section.moveAhead {
    background-size: auto 300px; }

  .section.overview-bg .container {
    margin-top: 280px; }

  .section.moveAhead {
    background-position: top left;
    background-size: auto 300px !important; }

  .section.moveAhead .container {
    margin-top: 280px; }

  .section.answerIncoming {
    background-size: auto 500px !important; } }
@media (max-width: 767px) {
  div.section.header h2 {
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.9), 0 0 4px rgba(0, 0, 0, 0.9), 0 0 4px rgba(0, 0, 0, 0.9);
    color: white; }

  .right_bg {
    background-blend-mode: multiply;
    background-size: cover !important; }

  .section.answerIncoming {
    background: none !important; } }
@media only screen and (max-width: 480px) {
  body {
    font-size: 1rem; }

  #main-container {
    padding-bottom: 1000px;
    padding-top: 0; }

  .fullscreen-bg, .fullscreen-bg-bg {
    height: calc(1085px / 3) !important;
    width: calc(1920px / 3); }

  div.section.header.salespitch {
    height: 360px !important; }

  div.section.header h2 {
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.9), 0 0 4px rgba(0, 0, 0, 0.9), 0 0 4px rgba(0, 0, 0, 0.9);
    color: white;
    font-size: 1.7em; }

  ul.css-tabs a span {
    font-size: 2em; }

  .topshade {
    top: -40px; }

  .vertical-align {
    display: inline-block !important; }

  .right_bg {
    background-blend-mode: multiply;
    background-size: cover !important; }

  .right_bg .row {
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.4); } }

/*# sourceMappingURL=ivr.css.map */
