body {
  margin: 0;
  padding: 0;
  font-family: "PT Sans" !important;
  font-size: 15px;
  color: #444; }

h1 {
  font-size: 36px;
  font-weight: bold;
  margin-top: 30px; }

h2 {
  font-size: 30px;
  font-weight: bold;
  margin-top: 30px; }

h3 {
  font-size: 26px;
  font-weight: bold;
  margin-top: 30px; }

.header {
  width: 100%;
  padding: 10px 50px;
  margin-top: 18px; }

img {
  max-width: 100%; }

.clear {
  clear: both; }

.hero-container {
  height: 607px;
  position: relative; }
  .hero-container img {
    position: absolute;
    right: 0;
    z-index: -1; }

.logo-unit {
  vertical-align: middle; }
  .logo-unit a {
    display: inline-block; }
  .logo-unit .ibp-icon {
    width: 170px;
    margin-right: 20px;
    display: inline-block; }
  .logo-unit .home-icon {
    display: inline-block;
    width: 39px; }

.topPad10 {
  padding-top: 10px !important; }

.topPad20 {
  padding-top: 20px !important; }

.topPad30 {
  padding-top: 30px !important; }

.topPad40 {
  padding-top: 40px !important; }

.topPad50 {
  padding-top: 50px !important; }

.topPad60 {
  padding-top: 60px !important; }

.topPad70 {
  padding-top: 70px !important; }

.topPad80 {
  padding-top: 80px !important; }

.topPad90 {
  padding-top: 90px !important; }

.topPad100 {
  padding-top: 100px !important; }

.bottomPad10 {
  padding-bottom: 10px !important; }

.bottomPad20 {
  padding-bottom: 20px !important; }

.bottomPad30 {
  padding-bottom: 30px !important; }

.bottomPad40 {
  padding-bottom: 40px !important; }

.bottomPad50 {
  padding-bottom: 50px !important; }

.no-margin {
  margin: 0 !important; }

.bluecheck {
  list-style-image: url(/res/img/blue-check.png); }

/* devstripe */
.cke_editable {
  border: 1px solid #fff; }

.cke_editable:hover {
  border: 1px dashed #ccc; }

.devstripe {
  font-size: 12px;
  font-weight: bold;
  width: 100%;
  padding: 10px 20px; }

.content-nosidebar .devstripe {
  width: 980px;
  margin-left: -20px;
  margin-top: 0; }

.content-nosidebar-nopad .devstripe {
  width: 980px;
  margin-top: 0;
  margin-left: 0; }

.devstripe.live {
  background-color: #ececec;
  color: #333;
  margin-bottom: 20px; }

.devstripe.editing {
  background-color: #68cb65;
  color: #fff; }

.pagetools {
  background-color: #C7C7C7;
  width: 100%;
  padding: 20px;
  margin-bottom: 20px; }

.content-nosidebar .pagetools {
  width: 980px;
  margin-left: -20px; }

.content-nosidebar-nopad .pagetools {
  width: 980px;
  margin-left: 0; }

.pagetools.notop {
  margin-top: 0px; }

.pagetools-save form {
  margin: 0; }

/* admin ribbon */
#adminribbon {
  width: 100%;
  display: block;
  background-color: #333;
  z-index: 1000; }

#adminribbon ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border-left: 1px solid #5A5A5A;
  z-index: 9999; }

#adminribbon ul li {
  float: left;
  font-size: 12px;
  padding: 3px;
  padding: 3px 10px;
  text-align: center;
  border-right: 1px solid #5A5A5A; }

#adminribbon ul li ul {
  display: none; }

#adminribbon ul li a {
  color: #ccc; }

#adminribbon ul li a:hover {
  text-decoration: none;
  color: #fff; }

#adminribbon ul li:hover ul {
  display: block;
  position: absolute;
  width: 150px;
  padding: 0;
  margin-left: -10px;
  margin-top: 3px; }

#adminribbon ul li ul li {
  background-color: #666;
  display: block;
  width: 150px;
  text-align: left;
  border-top: 1px solid #5A5A5A; }

.container-fluid {
  max-width: 1500px; }
  @media all and (max-width: 1023px) {
    .container-fluid {
      padding: 5px; } }
  @media all and (min-width: 1024px) {
    .container-fluid {
      padding: 0 50px; } }
  @media all and (min-width: 1524px) {
    .container-fluid {
      padding: 0 90px; } }

/* waves */
.fade-container {
  position: relative;
  line-height: 2em;
  overflow: hidden; }
  .fade-container img {
    clip-path: polygon(0 0, 0% 0, 0% 100%, 0 100%);
    -moz-animation: showHide 2s ease-in forwards;
    /* Firefox */
    -webkit-animation: showHide 2s ease-in forwards;
    /* Safari and Chrome */
    -ms-animation: showHide 2s ease-in forwards;
    /* IE10 */
    -o-animation: showHide 2s ease-in forwards;
    /* Opera */
    animation: showHide 2s ease-in forwards; }

@-webkit-keyframes showHide {
  /* Chrome, Safari */
  from {
    clip-path: polygon(0 0, 0% 0, 0% 100%, 0 100%); }
  to {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%); } }
@-moz-keyframes showHide {
  from {
    clip-path: polygon(0 0, 0% 0, 0% 100%, 0 100%); }
  to {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%); } }
@-ms-keyframes showHide {
  from {
    clip-path: polygon(0 0, 0% 0, 0% 100%, 0 100%); }
  to {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%); } }
@-o-keyframes showHide {
  from {
    clip-path: polygon(0 0, 0% 0, 0% 100%, 0 100%); }
  to {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%); } }
@keyframes showHide {
  from {
    clip-path: polygon(0 0, 0% 0, 0% 100%, 0 100%); }
  to {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%); } }
.uppercase {
  text-transform: uppercase; }

.mobile-menu {
  display: none;
  float: right;
  font-size: 25px;
  color: #000;
  margin-top: -30px; }
  @media all and (max-width: 788px) {
    .mobile-menu {
      display: block; } }

@media all and (max-width: 788px) {
  .nav {
    display: none; } }
.nav ul li {
  display: inline-block;
  margin-right: 35px; }
  .nav ul li a {
    color: #000;
    font-size: 15px;
    font-weight: bold;
    line-height: 19px; }
    .nav ul li a.btn {
      padding: 11px 18px !important; }
  .nav ul li.active a {
    color: #2B80F4; }

.btn-solid {
  border-radius: 3px;
  background-color: #2B80F4;
  color: #fff !important;
  font-weight: bold;
  font-size: 18px;
  padding: 13px 24px !important; }
  .btn-solid:hover {
    opacity: 0.8; }

.btn-green {
  border-radius: 3px;
  background-color: #59ce52;
  color: #fff !important;
  font-weight: bold;
  font-size: 18px;
  padding: 13px 24px !important; }
  .btn-green:hover {
    opacity: 0.8; }

.btn-outline {
  border-radius: 3px;
  border: 1px solid #2B80F4 !important;
  background-color: #fff;
  color: #2B80F4 !important;
  font-weight: bold;
  font-size: 18px;
  padding: 13px 24px !important; }
  .btn-outline:hover {
    opacity: 0.8; }

.homepage-bg {
  background-image: url(/res/img/homebg.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top right;
  /* height: 769px; */
  /* z-index: 100; */
  overflow: visible;
  padding-bottom: 250px; }

.featured-content {
  max-width: 535px;
  z-index: 10;
  margin-top: 171px; }
  .featured-content h1 {
    color: #000;
    font-size: 40px;
    font-weight: bold;
    line-height: 50px;
    margin-top: 120px; }
  .featured-content h2 {
    color: #2B80F4;
    font-size: 40px;
    font-weight: bold;
    line-height: 30px; }
  .featured-content p {
    color: #444444;
    font-size: 20px;
    line-height: 27px;
    margin-top: 40px; }
  .featured-content .btn {
    margin-top: 40px;
    margin-right: 10px; }

.fadeleft {
  background: -moz-linear-gradient(left, white 0%, rgba(255, 255, 255, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, white 0%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  z-index: 100; }

.faderight {
  background: -moz-linear-gradient(right, white 0%, rgba(255, 255, 255, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(right, white 0%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to left, white 0%, rgba(255, 255, 255, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  z-index: 100; }

.carousel {
  margin-bottom: 80px; }
  .carousel .c-heading {
    margin-top: 40px;
    cursor: pointer;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #444; }
    .carousel .c-heading:hover .label {
      color: #2B80F4; }
    .carousel .c-heading .label {
      height: 60px;
      font-size: 16px;
      line-height: 20px;
      display: inline-block; }
      .carousel .c-heading .label:hover {
        opacity: 0.7; }
    .carousel .c-heading.active .label {
      color: #2B80F4; }
    .carousel .c-heading .progress {
      width: 100%;
      height: 2px;
      background-color: #eaeaea; }
      .carousel .c-heading .progress .bar {
        width: 0%;
        height: 2px;
        background-color: #2B80F4; }
  .carousel .c-body-container {
    height: 500px; }
  .carousel .c-body {
    margin-top: 25px;
    position: absolute;
    display: none; }
    .carousel .c-body.active {
      display: block; }
    .carousel .c-body .title {
      color: #000;
      font-size: 30px;
      font-weight: bold;
      line-height: 50px;
      margin-top: 50px; }
    .carousel .c-body .desc {
      margin-top: 30px;
      color: #444444;
      line-height: 26px; }
    .carousel .c-body .btn {
      margin-top: 45px; }
    .carousel .c-body .feat-image {
      margin-top: 25px;
      text-align: right; }
      .carousel .c-body .feat-image img {
        width: 95%; }

.hp-icon-item {
  margin-top: 40px;
  margin-bottom: 80px;
  font-size: 22px; }
  .hp-icon-item div {
    margin: 10px 0 5px 0; }

.box-feature {
  height: 160px;
  width: 520px;
  max-width: 100%;
  border-radius: 5px;
  background-color: #2B80F4;
  margin: 0 auto;
  box-shadow: 3px 8px 16px #00000038; }
  @media all and (max-width: 800px) {
    .box-feature {
      height: auto;
      width: 100%; } }
  .box-feature .row {
    height: 100%; }
  .box-feature .text {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    margin: 0 0 0 50px;
    font-size: 36px;
    font-weight: bold;
    color: #fff;
    line-height: 33px; }
    @media all and (max-width: 800px) {
      .box-feature .text {
        margin: 10px;
        text-align: center; } }
    .box-feature .text p {
      margin-bottom: 0; }
  .box-feature .btn {
    display: inline-block;
    vertical-align: bottom;
    margin-right: 50px;
    margin-top: 55px;
    background-color: #fff;
    color: #2B80F4;
    padding: 10px 15px;
    font-size: 18px; }
    @media all and (max-width: 800px) {
      .box-feature .btn {
        margin: 5px; }
        .box-feature .btn .text-right {
          text-align: center !important; } }
  .box-feature.box-feature-2 {
    background-color: #43D23A; }
  .box-feature.full {
    width: 100%; }

.trust {
  margin-top: 80px;
  margin-bottom: 80px; }
  .trust .logos {
    margin-top: 20px; }

.hp-waves {
  margin-top: -200px;
  z-index: 20; }

.feature-waves {
  margin-top: -30px;
  z-index: -1; }

.waves2 {
  margin: 0 0 0; }

.waves-full {
  width: 100%;
  margin: 20px 0; }

.waves-footer {
  margin: 20px 0; }

.footer {
  margin-top: 50px; }
  .footer h3 {
    font-size: 22px; }
  .footer .logo {
    display: inline-block;
    margin-top: 18px;
    margin-bottom: 20px; }
  .footer .social-icons {
    margin-top: 20px; }
    .footer .social-icons a {
      display: inline-block;
      margin-right: 35px; }
      .footer .social-icons a:hover {
        opacity: 0.7; }
  .footer .extra-links {
    text-align: left;
    margin-top: 60px;
    font-size: 13px; }
    .footer .extra-links a {
      color: #444444; }

/* features page */
.suplabel {
  background: rgba(43, 128, 244, 0.1);
  border-radius: 3.6px;
  font-size: 8.4px;
  color: #2B80F4;
  font-weight: 500;
  letter-spacing: 0;
  vertical-align: super; }

#feature-header {
  margin-top: 70px; }

.prod-feature {
  margin-bottom: 100px; }
  .prod-feature .info h2 {
    font-size: 30px; }
  .prod-feature .info .desc {
    margin-top: 20px;
    font-size: 15px; }
    .prod-feature .info .desc .bluecheck {
      padding-left: 22px; }
      .prod-feature .info .desc .bluecheck li ul {
        list-style-image: none;
        padding-left: 22px; }
  .prod-feature .info .btn {
    margin-top: 20px;
    font-size: 18px; }
  .prod-feature .screenshot img {
    box-shadow: 0px 7px 15px 0px #6d6d6d66; }
  .prod-feature.prod-feature-left .info {
    padding-right: 70px; }
  .prod-feature.prod-feature-right .info {
    padding-left: 70px; }

.side-features-header {
  font-size: 22px; }

.side-features {
  border-left: 2px solid #EAEAEA;
  text-transform: uppercase;
  font-size: 13px;
  list-style: none;
  margin: 29px 2px;
  padding: 0;
  margin-bottom: -10px; }
  @media all and (max-width: 1023px) {
    .side-features {
      margin-left: 25px; } }
  .side-features li {
    margin: 0 20px 20px 0;
    cursor: pointer; }
    .side-features li .dot-container {
      display: inline-block;
      padding: 10px;
      border-radius: 50px;
      border: none;
      vertical-align: middle;
      margin-left: -17px; }
      .side-features li .dot-container .dot {
        display: block;
        width: 12px;
        height: 12px;
        background-color: #EAEAEA;
        border-radius: 20px; }
    .side-features li .label {
      display: inline-block;
      padding-left: 20px; }
    .side-features li.active {
      color: #2B80F4; }
      .side-features li.active .dot-container {
        border: 1px solid #2B80F4; }
        .side-features li.active .dot-container .dot {
          background-color: #2B80F4; }
    .side-features li:hover {
      color: #2B80F4; }

.new-release {
  background: rgba(43, 128, 244, 0.1);
  border-radius: 3px;
  font-size: 13px;
  padding: 30px;
  margin-right: 25px;
  margin-top: 50px; }
  .new-release .heading {
    text-transform: uppercase;
    color: #2B80F4; }
  .new-release p {
    margin-top: 10px; }
  .new-release .btn {
    font-size: 15px; }

/* purchase */
.purchase .tailored {
  border: 1px solid #F2F2F2;
  padding: 10px 30px 30px 30px;
  border-radius: 5px;
  font-size: 15px; }
  .purchase .tailored .badge {
    display: inline-block;
    background: rgba(43, 128, 244, 0.1);
    border-radius: 5px;
    /* Tailored licensing: */
    font-family: PTSans-Bold;
    font-size: 14px;
    font-weight: 300;
    text-transform: uppercase;
    color: #2B80F4;
    letter-spacing: 0.88px; }
  .purchase .tailored h2 {
    font-size: 30px; }
  .purchase .tailored h3 {
    font-size: 23px; }
  .purchase .tailored ul {
    text-align: left;
    margin: 0;
    list-style-image: url("/res/img/blue-check.png"); }
    .purchase .tailored ul li {
      margin: 15px 0; }
.purchase .no-border {
  padding: 10px 30px 30px 30px;
  font-size: 15px; }
  .purchase .no-border h3 {
    font-size: 23px; }

/*howto*/
.box {
  /* Rectangle Copy: */
  border: 1px solid #F2F2F2;
  box-shadow: 0 1px 2px 0 #F2F2F2;
  border-radius: 3px;
  padding: 10px 10px 20px 10px;
  font-size: 15px; }
  .box img {
    width: 100%; }
  .box .inner {
    padding: 15px 15px 30px 15px; }
    .box .inner h3 {
      font-size: 22px;
      margin-top: 10px; }
    .box .inner p {
      margin: 15px 0; }
    .box .inner .btn {
      margin-top: 10px; }

.youtube-copy {
  margin-left: 50px;
  margin-top: 80px; }

.testimonials {
  margin-bottom: 20px; }
  .testimonials .testimonial {
    margin-bottom: 75px; }
    .testimonials .testimonial h2.name {
      margin-top: 10px; }
    .testimonials .testimonial .user-img {
      width: 80px;
      height: 80px;
      border-radius: 100px;
      background-size: cover;
      background-position: center; }
    .testimonials .testimonial .position {
      text-transform: uppercase;
      letter-spacing: 1.2px; }
    .testimonials .testimonial .copy {
      margin-top: 25px;
      line-height: 25px; }
    .testimonials .testimonial.topPad100 {
      margin-bottom: 20px; }

.faq-container {
  border: 1px solid #f2f2f2;
  box-shadow: 0px 1px 1px #ececec;
  border-radius: 3px;
  padding: 25px 25px 20px 25px;
  margin-bottom: 25px; }
  .faq-container .question {
    font-size: 18px !important;
    line-height: 23px; }
    .faq-container .question h3 {
      font-size: 18px !important;
      line-height: 23px; }
  .faq-container .faq-answer {
    font-size: 15px !important;
    line-height: 24px;
    margin-top: 20px;
    margin-bottom: 0; }

.top-content-nav {
  border-top: 1px solid #D0D0D0;
  border-bottom: 1px solid #D0D0D0;
  padding: 18px; }
  .top-content-nav .heading {
    font-size: 22px;
    font-weight: 600;
    color: #8A8A8A; }

/* training */
.custommenu, .custommenu-exp {
  list-style: none;
  margin: 0;
  font-size: 13px;
  padding: 0; }

.custommenu ul, .custommenu-exp ul {
  display: none;
  list-style: none;
  padding: 0;
  margin: 0;
  padding-left: 20px; }

.custommenu.expanded ul, .custommenu-exp.expanded ul {
  display: block;
  list-style: none;
  padding: 0;
  margin: 0;
  padding-left: 0; }

.custommenu li, .custommenu-exp li {
  cursor: pointer;
  margin: 0;
  padding: 8px 13px; }

.custommenu-exp li {
  cursor: pointer;
  margin: 0;
  padding: 1px 15px; }

.custommenu li a {
  color: #000; }

.custommenu li a.activepage, .custommenu-exp li a.activepageexp {
  color: #2B80F4; }

.custommenu li ul, .custommenu-exp li ul {
  display: none;
  list-style: none;
  padding: 0;
  padding-left: 5px;
  margin: 10px 0  0  0; }

.custommenu li ul li ul, .custommenu-exp li ul li ul {
  margin: 0; }

.custommenu li ul li {
  border: none; }

.custommenu .arrow {
  margin-right: 5px; }

/* Slider */
.slick-slide {
  margin: 0px 20px; }

.slick-slide .img {
  width: 100%;
  height: 80px;
  margin-top: 10px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center; }

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
  vertical-align: middle;
  text-align: center; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block;
  vertical-align: middle;
  height: 100px;
  width: auto; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.infobox {
  padding: 5px;
  background-color: #bfddff; }

.infobox p, .infobox span {
  background-color: none !important; }

.figleg {
  color: #666;
  padding: 5px;
  border: 1px solid #ccc;
  font-style: italic; }

ul.ibpul {
  list-style-image: url(/res/img/bmsleaf2.png);
  margin-left: 0;
  padding-left: 23px; }

ul.ibpul li ul {
  list-style-image: none;
  list-style: disc; }

.version-selector {
  display: inline-block;
  margin-right: 20px; }
  .version-selector .version-selector-title {
    font-size: 12px;
    margin-bottom: 10px; }

.ver-toggle-label {
  padding: 2px 6px;
  display: inline-block;
  border-radius: 3px;
  background-color: #dedede;
  color: #333;
  font-weight: bold;
  margin-right: 10px;
  font-size: 12px; }
  .ver-toggle-label:hover {
    text-decoration: none;
    opacity: 0.8; }
  .ver-toggle-label.active {
    background-color: #59ce52;
    color: #fff; }

.faq-box {
  background-image: url(/res/img/faq-bg.png);
  display: block;
  background-repeat: no-repeat;
  height: 160px; }
  .faq-box .text {
    font-size: 36px;
    font-weight: 600;
    float: left;
    color: #fff;
    margin-left: 50px;
    margin-top: 23px; }
  .faq-box #content-faqboxlink {
    float: right; }
  .faq-box .btn {
    background-color: #fff;
    border-radius: 3px;
    float: right;
    margin-right: 80px;
    margin-top: 30px;
    font-size: 18px;
    font-weight: 600;
    padding: 11px 28px; }

.faq-box {
  background-image: url(/res/img/faq-bg.png);
  display: block;
  background-repeat: no-repeat;
  height: 160px; }
  .faq-box .text {
    font-size: 36px;
    font-weight: 600;
    float: left;
    color: #fff;
    margin-left: 50px;
    margin-top: 23px; }
  .faq-box #content-faqboxlink {
    float: right; }
  .faq-box .btn {
    background-color: #fff;
    border-radius: 3px;
    float: right;
    margin-right: 80px;
    margin-top: 30px;
    font-size: 18px;
    font-weight: 600;
    padding: 11px 28px; }

.notes-box {
  background-image: url(/res/img/notes-bg.png);
  display: block;
  background-repeat: no-repeat;
  height: 160px; }
  .notes-box .text {
    font-size: 36px;
    font-weight: 600;
    float: left;
    color: #fff;
    margin-left: 50px;
    margin-top: 23px; }
  .notes-box #content-notesboxlink {
    float: right; }
  .notes-box .btn {
    background-color: #fff;
    border-radius: 3px;
    float: right;
    margin-right: 80px;
    margin-top: 30px;
    font-size: 18px;
    font-weight: 600;
    padding: 11px 28px; }

/*# sourceMappingURL=screen.css.map */
