@import url("https://fonts.googleapis.com/css?family=Montserrat:100, 300, 400, 500, 600, 700, 800|Open+Sans:300, 300i, 400, 400i, 600, 600i, 700, 700i, 800, 800i");
.header-img {
    height: 495px;
    position: absolute;
}
.hero-message {
    color: #fff;
    font-size: 38px;
    text-align: center;
    margin: 10px 0 40px 0;
    line-height: 1.4;
}
.hero-message-subtitle {
    color: #7E3414;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    font-size: 16px !important;
    font-weight: 600;
    margin: 0px;
}
.hero {
    position: relative;
    background: #f88c37;
    background: -moz-linear-gradient(-91deg, #FA8C28 3%, #D74119 100%);
    background: -webkit-linear-gradient(-91deg, #FA8C28 3%, #D74119 100%);
    background-image: linear-gradient(-91deg, #FA8C28 3%, #D74119 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f88c37', endColorstr='#d44225', GradientType=1 );
    padding: 160px 0 120px 0px;
}
.hero .img-wrapper {
    display: none;
    width: 930px;
    height: 563px;
    position: absolute;
    top: -33px;
    left: -40px;
    background: url("../img/asset-hero-dashboard-2.png") no-repeat bottom left;
    z-index: 10;
}
.hero .img-wrapper.two-lines {
    top: -37px;
}
.hero.dark {
    background: #f88c37;
    background: -moz-linear-gradient(-91deg, #232323 3%, #414141 100%);
    background: -webkit-linear-gradient(-91deg, #232323 3%, #414141 100%);
    background-image: linear-gradient(-91deg, #232323 3%, #414141 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#232323', endColorstr='#414141', GradientType=1 );
}
.hero.dark h4 {
    color: #a2a2a2;
}
.hero.dark .header-bg-image-1 {
    background: url("../img/product-overview-bg-top-light.png") no-repeat;
}
.hero.dark .header-bg-image-2, .hero.dark .header-bg-image-4 {
    background: url("../img/product-overview-bg-bottom-light.png") no-repeat;
}
.hero.feature, .hero.feature-summary {
    text-align: center;
    overflow: hidden;
}
.hero.feature h1, .hero.feature-summary h1 {
    color: #fff;
}
.hero.feature h4, .hero.feature-summary h4 {
    font-weight: 300;
    line-height: 25px;
    color: #EDEDED;
    margin: 0;
}
.header-bg-image-1, .header-bg-image-2, .header-bg-image-4 {
    position: absolute;
    height: 450px;
    width: 1125px;
    overflow: hidden;
}
.header-bg-image-1 {
    background: url("../img/product-overview-bg-top.png") no-repeat;
    top: 0;
    left: -432px;
}
.header-bg-image-1.bg-feature {
    left: -572px;
}
.header-bg-image-2 {
    background: url("../img/product-overview-bg-bottom.png") no-repeat;
    bottom: 0;
    right: -20px;
}
.header-bg-image-2.bg-feature {
    right: -435px;
}
.header-bg-image-3 {
    position: absolute;
    height: 482px;
    width: 1995px;
    overflow: hidden;
    background: url("../img/features/asset-bg-header-features.png") no-repeat;
    bottom: 0;
    right: -1547px;
}
.header-bg-image-4 {
    background: url("../img/product-overview-bg-bottom.png") no-repeat;
    bottom: 0;
    right: -20px;
}
.header-bg-image-4.bg-feature {
    right: 0px;
}
.hero-content span {
    font-family: 'Open Sans', Sans-serif;
    font-weight: 300;
}
.navbar-brand {
    height: 50px;
    padding: 8px 15px;
}
.cw-navbar {
    font-family: 'Montserrat', Sans-serif;
}
.cw-navbar li {
    cursor: pointer;
}
.cw-navbar li a {
    color: #fff;
    font-size: 12px;
    opacity: 0.80;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    filter: alpha(opacity=80);
    padding: 15px;
    text-transform: uppercase;
}
.cw-navbar li a:hover {
    opacity: 1.0;
    filter: alpha(opacity=100);
}
.cw-navbar li a:hover, .cw-navbar li a:visited, .cw-navbar li a:focus {
    background-color: transparent;
}
.cw-navbar li .primary-button, .cw-navbar li .secondary-button {
    margin-top: 8px;
    margin-left: 4px;
    padding: 5px 20px;
    font-size: 12px;
    opacity: 1;
    line-height: 18px;
    filter: alpha(opacity=100);
}
.cw-navbar li .primary-button:visited, .cw-navbar li .primary-button:focus {
    background-color: #2ECC71;
}
.cw-navbar li .primary-button:hover {
    background-color: #25a25a;
}
.navbar {
    min-height: 0;
    margin-bottom: 0;
    border: none;
}
.navbar-wrapper.is-hidden {
    transform: translateY(-100%);
}
.navbar-wrapper.have-background {
    height: 68px;
    background-color: #414141;
    padding: 10px 0;
}
.navbar-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 7000;
    background: url("../img/asset-nav-shadow.png") repeat-x;
    height: 150px;
    padding: 25px 0;
    transition: transform .5s, background-color .3s, height .3s, display .3s, padding .3s;
}
.navbar-wrapper .navbar-desktop {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    width: auto;
    border-top: 0;
}
.navbar-wrapper .white {
    display: block;
}
.navbar-wrapper .colour {
    display: none;
}
.navbar-wrapper .btn-open {
    color: #fff;
    border: 2px solid #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    margin-top: 2px;
    font-size: 11px;
    position: relative;
    float: right;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
}
.navbar-wrapper .btn-open:hover, .navbar-wrapper .btn-open:focus {
    text-decoration: none;
    outline: 0;
}
.navbar-wrapper.have-background .colour {
    display: block;
}
.navbar-wrapper.have-background .white {
    display: none;
}
.nav-sidebar {
    background-color: #232323;
    position: fixed;
    top: 0;
    right: -300px;
    width: 300px;
    text-align: center;
    height: 100%;
    font-size: 14px;
    z-index: 5000;
    display: none;
}
.nav-sidebar .buttons {
    padding: 0 40px;
}
.nav-sidebar .buttons a {
    color: #fff;
}
.nav-sidebar .menu ul {
    padding: 15px 0px;
}
.nav-sidebar .menu li {
    display: block;
}
.nav-sidebar .menu li a {
    padding: 20px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}
.nav-sidebar .social {
    padding: 20px;
    text-align: center;
}
.nav-sidebar .social li {
    display: inline-block;
}
.nav-sidebar .social li a {
    padding: 20px 10px;
}
.nav-sidebar a {
    color: #A2A2A2;
    display: block;
}
.nav-sidebar a:hover {
    color: #fff;
}
.nav-sidebar button {
    display: block;
    margin: 10px auto;
}
.nav-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2000;
    display: none;
    background: rgba(0, 0, 0, 0.65);
    background: url("../img/overlay-bg-semi-transparent.png") repeat;
}
.rounded-button, .primary-button, .secondary-button {
    font-family: 'Montserrat', Sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    text-align: center;
    min-width: 120px;
    cursor: pointer;
    font-weight: 600;
}
.rounded-button:focus, .primary-button:focus, .secondary-button:focus {
    outline: 0;
    color: #fff;
}
.primary-button {
    background-color: #2ECC71;
    border: solid 2px #2ECC71;
    font-size: 14px;
    padding: 5px;
    line-height: 22px;
}
.primary-button.large {
    font-size: 15px;
    padding: 10px;
    border-radius: 50px;
    display: block;
    width: 100%}
.primary-button:hover {
    background-color: #25a25a;
    color: #fff;
    border-color: #25a25a;
    text-decoration: none;
}
.primary-button:disabled {
    background-color: #7ee2a8;
    border-color: #7ee2a8;
    cursor: default;
}
.secondary-button {
    background-color: transparent;
    border: solid 2px rgba(255, 255, 255, 0.4);
    font-size: 14px;
    padding: 5px;
    line-height: 22px;
}
.secondary-button.large {
    font-size: 15px;
    padding: 10px;
    border-radius: 50px;
    display: block;
}
.secondary-button.large i {
    padding-right: 5px;
}
.secondary-button.inverse {
    border: solid 2px rgba(136, 136, 136, 0.4);
    color: #636363;
}
.secondary-button.inverse:hover {
    border-color: #636363;
    background-color: transparent;
    color: #636363;
}
.secondary-button.inverse:focus {
    color: #636363;
}
.secondary-button:hover {
    border: 2px solid #fff;
    text-decoration: none;
    color: #fff;
}
.secondary-button:disabled {
    background-color: #ddd;
    border-color: #ddd;
    cursor: default;
}
footer {
    background: #fff;
}
footer .copyright a {
    color: #AFAFAF;
    font-family: 'Montserrat', Sans-serif;
    margin-top: 5px;
    text-decoration: underline;
}
footer .copyright a:hover {
    color: #7c7c7c;
}
.footer-icons {
    background: #fff;
    text-align: center;
    padding: 30px 0 20px 0;
}
.footer-icons ul li {
    display: inline-block;
}
.footer-icons .social a {
    display: inline-block;
    background-color: #EDEDED;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    width: 35px;
    height: 35px;
    color: #636363;
    margin-right: 5px;
    text-align: center;
    padding-top: 8px;
    font-size: 14px;
}
.footer-icons .social a:hover {
    background-color: #636363;
    color: #EDEDED;
}
.footer-icons .payment a {
    margin-left: 5px;
}
.footer-nav {
    color: #ACACAC;
    font-size: 14px;
    font-weight: 300;
    margin: 0px 0px 40px 0px;
}
.footer-nav .heading {
    color: #636363;
    font-weight: 500;
    font-family: 'Montserrat', Sans-serif;
    margin-top: 20px;
}
.footer-nav li {
    cursor: pointer;
}
.footer-nav a {
    margin: 8px 0px;
    text-decoration: none;
    color: #AFAFAF;
    display: block;
    font-family: 'Open Sans', Sans-serif;
    font-weight: 400;
}
.footer-nav a:hover {
    color: #7c7c7c;
}
.ready .primary-button {
    margin-top: 20px;
}
.customer-logos {
    display: table;
    width: 100%;
    margin-top: 40px;
}
.customer-logos .logo-wrapper {
    display: table-cell;
    width: 1%;
    text-align: center;
}
.customer-logos .logo-wrapper img {
    max-height: 60px;
}
#tourModal {
    padding: 0;
    height: 410px;
    width: 720px;
    overflow: hidden;
    margin: 0 auto;
    background-color: transparent;
    -webkit-transition: opacity 1s linear, top 1.2s cubic-bezier(0.86, 0, 0.07, 1);
    -moz-transition: opacity 1s linear, top 1.2s cubic-bezier(0.86, 0, 0.07, 1);
    -o-transition: opacity 1s linear, top 1.2s cubic-bezier(0.86, 0, 0.07, 1);
    transition: opacity 1s linear, top 1.2s cubic-bezier(0.86, 0, 0.07, 1);
    opacity: 0;
    top: -400px;
}
#tourModal .modal-body {
    overflow: hidden;
    padding: 0;
    overflow-y: hidden;
    max-height: 410px;
}
#tourModal .modal-body #media video {
    width: 100%;
    max-width: 720px;
    height: auto;
}
#tourModal .modal-body button.close {
    position: absolute;
    right: 12px;
    top: 12px;
    color: #CCC;
    text-shadow: none;
    background-color: #464646;
    height: 30px;
    width: 30px;
    font-size: 15px;
    opacity: 0.7;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    z-index: 99;
}
#tourModal .modal-body button.close:hover {
    opacity: 1;
}
#tourModal.fade.in {
    opacity: 1;
    top: 16%}
.circle-icon {
    background-color: transparent;
    width: 65px;
    height: 65px;
    margin: 15px 0;
    border-radius: 50%}
.circle-icon.icon-center {
    margin: 15px auto;
}
.circle-icon.icon-light {
    border: 3px solid rgba(255, 255, 255, 0.4);
}
.circle-icon.icon-light.icon-accounting {
    background: url("../img/icons/dark-bg/icon-asset-dark-accounting.png") no-repeat center;
}
.circle-icon.icon-dark {
    border: 3px solid rgba(0, 0, 0, 0.2);
}
.circle-icon.icon-dark.icon-defaults {
    background: url("../img/icons/light-bg/asset-icon-defaults.png") no-repeat center;
}
.circle-icon.icon-dark.icon-defaults.icon-small {
    background-position: 15px center;
}
.circle-icon.icon-dark.icon-monitoring {
    background: url("../img/icons/light-bg/asset-icon-monitoring.png") no-repeat center;
}
.circle-icon.icon-dark.icon-help {
    background: url("../img/icons/light-bg/asset-icon-help.png") no-repeat center;
}
.circle-icon.icon-dark.icon-analysis {
    background: url("../img/icons/light-bg/asset-icon-analysis.png") no-repeat center;
}
.circle-icon.icon-dark.icon-credit-scores {
    background: url("../img/icons/light-bg/asset-icon-credit-scores.png") no-repeat center;
}
.circle-icon.icon-dark.icon-tools {
    background: url("../img/icons/light-bg/asset-icon-tools.png") no-repeat center;
}
.circle-icon.icon-dark.icon-accounting {
    background: url("../img/icons/light-bg/asset-icon-accounting.png") no-repeat center;
}
.circle-icon.icon-small {
    width: 55px;
    height: 55px;
    background-size: 25px !important;
}
.feature-icon {
    width: 76px;
    height: 76px;
    background-color: #414141;
    border-radius: 50%;
    border: 4px solid #fff;
    position: absolute;
    bottom: -38px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 10;
    background-repeat: no-repeat;
    background-position: center;
}
.feature-icon.credit-report-icon {
    background-image: url("../img/icons/divide-variations/asset-icon-white-credit-reporting.png");
}
.feature-icon.defaults-icon {
    background-image: url("../img/icons/divide-variations/asset-icon-white-defaults.png");
    background-position: 18px center;
}
.feature-icon.monitoring-icon {
    background-image: url("../img/icons/divide-variations/asset-icon-white-monitoring.png");
}
.feature-icon.tools-icon {
    background-image: url("../img/icons/divide-variations/asset-icon-white-tools.png");
}
.feature-icon.features-icon {
    background-image: url("../img/icons/divide-variations/asset-icon-white-features.png");
}
.feature-icon.analysis-icon {
    background-image: url("../img/icons/divide-variations/asset-icon-white-analysis.png");
}
.feature-icon.scores-icon {
    background-image: url("../img/icons/divide-variations/asset-icon-white-credit-scores.png");
}
.feature-icon.accounting-icon {
    background-image: url("../img/icons/divide-variations/asset-icon-white-accounting.png");
}
.feature-icon.help-icon {
    background-image: url("../img/icons/divide-variations/asset-icon-white-help.png");
}
.feature-learn-more {
    font-size: 14px;
    font-weight: 400;
    color: #E78329;
}
.feature-learn-more i {
    font-size: 11px;
}
.features-list {
    padding: 20px;
}
.features-list.light-background {
    background: #F9F9F9;
    padding: 40px 40px 32px 40px;
    margin: 40px 0;
    border: 1px solid #EDEDED;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.features-list.large-spacing li {
    margin-bottom: 30px;
    line-height: 30px;
}
.features-list ul {
    margin: 0;
}
.features-list li {
    font-size: 15px;
    font-weight: 400;
    text-align: left;
    position: relative;
    padding-left: 30px;
    margin-bottom: 8px;
    letter-spacing: -0.15px;
    color: #888;
}
.features-list li i {
    color: #ED682F;
    position: absolute;
    top: 4px;
    left: 0px;
}
.feature-img {
    width: 752px;
    height: 482px;
    position: relative;
}
.feature-img.img-100 {
    width: 100% !important;
    background-size: 100% !important;
    background-position-y: center !important;
}
.feature-img.feature-img-credit-report {
    background: url("../img/features/asset-img-credit-report-1.png") no-repeat;
    height: 628px;
}
.feature-img.feature-img-alerts {
    background: url("../img/features/asset-img-alerts-1.png") no-repeat;
}
.feature-img.feature-img-map {
    background: url("../img/features/asset-img-api-map.png") no-repeat;
}
.feature-img.feature-img-help {
    background: url("../img/features/asset-img-help-1.png") no-repeat;
}
.feature-img.feature-img-help-2 {
    background: url("../img/features/asset-img-help-2.png") no-repeat;
    height: 530px;
}
.feature-img.feature-img-help-3 {
    background: url("../img/features/asset-img-help-3.png") no-repeat;
}
.feature-img.feature-img-help-4 {
    background: url("../img/features/asset-img-help-4.png") no-repeat;
    height: 712px;
}
.feature-img.feature-img-payment-defaults {
    background: url("../img/features/asset-img-payment-defaults-1.png") no-repeat;
}
.feature-img.feature-img-payment-defaults-2 {
    background: url("../img/features/asset-img-payment-defaults-2.png") no-repeat;
}
.feature-img.feature-img-credit-scores {
    background: url("../img/features/asset-img-credits-score-1.png") no-repeat;
}
.feature-img.feature-img-accounting {
    background: url("../img/features/asset-img-accounting-1.png") no-repeat;
    height: 712px;
}
.feature-img.feature-img-accounting-2 {
    background: url("../img/features/asset-img-accounting-2.png") no-repeat;
}
.feature-img.feature-img-accounting-3 {
    background: url("../img/features/asset-img-accounting-3.png") no-repeat;
}
.feature-img.feature-img-accounting-4 {
    background: url("../img/features/asset-img-accounting-4.png") no-repeat;
}
.feature-img.feature-img-accounting-5 {
    background: url("../img/features/asset-img-accounting-5.png") no-repeat;
}
.feature-img.feature-img-accounting-6 {
    background: url("../img/features/asset-img-accounting-6.png") no-repeat;
    height: 713px;
}
.feature-img.feature-img-accounting-7 {
    background: url("../img/features/asset-img-accounting-7.png") no-repeat;
    height: 628px;
}
.feature-img.feature-img-accounting-8 {
    background: url("../img/features/asset-img-accounting-8.png") no-repeat;
}
.feature-img.feature-img-payment-predictor {
    background: url("../img/features/asset-img-payment-predictor-1.png") no-repeat;
}
.feature-img.feature-img-payment-predictor-2 {
    background: url("../img/features/asset-img-payment-predictor-2.png") no-repeat;
}
.feature-img.feature-img-payment-predictor-3 {
    background: url("../img/features/asset-img-payment-predictor-3.png") no-repeat;
}
.feature-img.feature-img-payment-predictor-4 {
    background: url("../img/features/asset-img-pp-4.png") no-repeat;
}
.feature-img.feature-img-tools {
    background: url("../img/features/asset-img-tools-1.png") no-repeat;
    position: absolute !important;
    height: 1024px !important;
    left: 67px !important;
    width: 1440px !important;
}
.feature-img.feature-img-tools-2 {
    background: url("../img/features/asset-img-tools-2.png") no-repeat;
}
.feature-img.feature-img-tools-3 {
    background: url("../img/features/asset-img-tools-3.png") no-repeat;
}
.feature-img.feature-img-tools-4 {
    background: url("../img/features/asset-img-tools-4.png") no-repeat;
}
.feature-img.feature-img-credit-scores-2 {
    background: url("../img/features/asset-img-credits-score-2.png") no-repeat;
}
.feature-img.feature-img-high-risk {
    background: url("../img/features/asset-img-high-risk.png") no-repeat;
    height: 574px;
}
.feature-img.feature-img-how-monitor {
    background: url("../img/features/asset-img-how-monitor.png") no-repeat;
}
.feature-img.feature-img-asic-info {
    background: url("../img/features/asset-img-credit-report-2.png") no-repeat;
}
.feature-img.feature-img-historical-timeline {
    background: url("../img/features/asset-img-historical-timeline.png") no-repeat;
    height: 778px;
}
.feature-img.feature-img-corporate-atb-1 {
    background: url("../img/features/asset-img-corporate-atb-1.png") no-repeat;
}
.feature-img.feature-img-corporate-atb-2 {
    background: url("../img/features/asset-img-corporate-atb-2.png") no-repeat;
}
.feature-img.feature-img-additional-searches {
    background: url("../img/features/asset-img-additional-searches.png") no-repeat;
}
.feature-img.feature-img-xero {
    background: url("../img/features/asset-img-accounting-1.png") no-repeat;
    height: 712px;
}
.feature-table {
    margin-top: 50px;
}
.feature-img-shadow {
    width: 824px;
    height: 64px;
    background: url("../img/features/asset-shadow.png") no-repeat;
    margin-bottom: 20px;
    margin-left: -40px;
}
.feature-text-left {
    text-align: left;
}
.feature-text-right {
    text-align: right;
}
@-moz-document url-prefix() {
    .feature-text-vertical-align-wrapper {
        height: 480px;
    }
}
.feature-text-vertical-align-wrapper {
    display: table;
    min-height: 480px;
}
.feature-text-vertical-align-wrapper.feature-text-credit-report {
    min-height: 550px;
}
.feature-text-vertical-align-wrapper.feature-text-high-risk {
    min-height: 570px;
}
.feature-text-vertical-align-wrapper.feature-text-monitoring {
    min-height: 650px;
}
.feature-text-vertical-align-wrapper.feature-text-historical-timeline {
    min-height: 400px;
}
.feature-text-vertical-align-wrapper.feature-text-webinars {
    min-height: 660px;
}
.feature-text-vertical-align-wrapper.feature-text-accounting {
    min-height: 680px;
}
.feature-text-vertical-align-inner {
    display: table-cell;
    vertical-align: middle;
}
.feature-text-vertical-align-inner img {
    padding: 20px 30px 0 0;
}
.feature-text-vertical-align-inner img#img-logo-myob {
    width: 120px;
}
.feature-wrapper {
    position: relative;
    padding: 50px 0px;
    margin: 75px 0px;
}
.text-xl-orange {
    color: #ED682F;
    font-size: 45px;
    font-weight: 400;
    text-align: center;
}
.view_more {
    position: relative;
    padding: 50px 0;
}
.view_more a {
    color: #DDDDDD;
    font-size: 14px;
    display: block;
}
.view_more a i {
    margin-left: 5px;
    color: rgba(255, 255, 255, 0.6);
}
.view_more a .media-left {
    padding-right: 20px;
}
.view_more a .subtitle {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6) !important;
    margin-bottom: 0;
}
.view_more a:hover i {
    color: #FFF;
}
.view_more a:hover .subtitle {
    color: #FFF !important;
}
.mb-0 {
    margin-bottom: 0;
}
.mt-0 {
    margin-top: 0;
}
.ml-0 {
    margin-left: 0;
}
.mr-0 {
    margin-right: 0;
}
.hidden-element {
    display: none;
}
.margin-0-auto {
    margin: 0 auto;
}
.margin-30 {
    margin: 30px 0;
}
.mb-20 {
    margin-bottom: 20px;
}
.mb-30 {
    margin-bottom: 30px;
}
.mb-50 {
    margin-bottom: 50px;
}
.mb-100 {
    margin-bottom: 100px;
}
.mt-20 {
    margin-top: 20px;
}
.mt-50 {
    margin-top: 50px;
}
.mt-100 {
    margin-top: 100px;
}
.no-margin {
    margin: 0px !important;
}
.no-margin-bottom {
    margin-bottom: 0px !important;
}
.no-padding {
    padding: 0px;
}
.no-padding-top {
    padding-top: 0px;
}
.no-padding-left {
    padding-left: 0px;
}
.pos-rel {
    position: relative;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-center {
    text-align: center;
}
.text-justify {
    text-align: justify;
}
.text-sm {
    font-size: 1em;
}
text-italic {
    font-style: italic;
}
.vertical-align {
    display: table-cell;
    vertical-align: middle;
}
.dashed-line {
    background: url("../img/asset-vertical-dashed.png");
    background-repeat: repeat-y;
    background-position-x: center;
    position: relative;
}
.dashed-line-top-gradient, .dashed-line-bottom-gradient {
    position: absolute;
    left: 50%;
    margin-left: -2px;
    height: 145px;
    width: 4px;
}
.dashed-line-top-gradient {
    top: 0;
    background: url("../img/features/asset-img-timeline-gradient-top.png");
    background-repeat: no-repeat;
}
.dashed-line-bottom-gradient {
    bottom: 0;
    background: url("../img/features/asset-img-timeline-gradient-bottom.png");
    background-repeat: no-repeat;
}
.dot {
    width: 25px;
    height: 25px;
    background-color: #ED682F;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%}
.radar-img img {
    margin-left: auto;
    margin-right: auto;
}
.step {
    display: table-cell;
    vertical-align: middle;
}
.step-wrapper {
    display: table;
    min-height: 480px;
    margin: 0 auto;
}
.section-pricing {
    color: #888;
    position: relative;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}
.section-pricing h2 {
    margin: 0;
}
.section-pricing p {
    margin-bottom: 20px;
}
.section-pricing .alert {
    margin-bottom: 0;
    text-shadow: none;
    text-align: center;
}
.section-pricing .alert.alert-info {
    background-color: #FFF;
    border-color: #FFF;
}
.section-pricing .pricing-table {
    top: -82px;
    position: relative;
}
.section-pricing .pricing-table .pricing-item-wrapper {
    position: relative;
    width: 25%;
    display: inline-block;
    float: left;
}
.section-pricing .pricing-table .pricing-item-wrapper .pricing-item-learnmore {
    display: block;
    font-size: 14px;
    padding: 25px 25px 10px 25px;
    color: #888;
    border: 1px solid #DDD;
}
.section-pricing .pricing-table .pricing-item-wrapper .pricing-item-learnmore:hover {
    background-color: #414141;
    color: #fff;
}
.section-pricing .pricing-table .pricing-item-wrapper .pricing-item-body, .section-pricing .pricing-table .pricing-item-wrapper .pricing-item-footer {
    padding: 10px;
    border-right: 1px solid #ddd;
}
.section-pricing .pricing-table .pricing-item-wrapper .pricing-item-footer {
    border-top: 1px solid #ddd;
}
.section-pricing .pricing-table .pricing-item-wrapper .pricing-item-head {
    position: relative;
    display: block;
    padding: 23px 5px 35px 5px;
    outline: 0;
    border-right: solid 1px rgba(160, 0, 0, 0.4);
}
.section-pricing .pricing-table .pricing-item-wrapper .pricing-item-head h3 {
    margin: 0;
    color: #fff;
    text-align: center;
    line-height: normal;
    font-size: 20px;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
    letter-spacing: 0px;
}
.section-pricing .pricing-table .pricing-item-wrapper .pricing-item-head h3 span {
    color: #888;
    display: block;
    font-weight: normal;
    font-size: 18px;
}
.section-pricing .pricing-table .pricing-item-wrapper .pricing-item-head:focus {
    outline: 0;
    text-decoration: none;
}
.section-pricing .pricing-table .pricing-item-wrapper .pricing-item-head.disabled {
    cursor: default;
}
.section-pricing .pricing-table .pricing-item-wrapper .pricing-item-head.disabled h3 {
    color: #bbb;
}
.section-pricing .pricing-table .pricing-item-wrapper .pricing-item-head.disabled h3 span {
    color: #ddd;
}
.section-pricing .pricing-table .pricing-item-wrapper .pricing-item-head.disabled:hover {
    cursor: default;
    background-color: #f0f0f0;
    border-right: 1px solid #ddd;
}
.section-pricing .pricing-table .pricing-item-wrapper .pricing-item-head-cta {
    display: block;
    position: absolute;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    border: 1px solid #AAA;
    background-color: #AAA;
    color: #fff;
    padding: 8px 30px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    width: 165px;
    top: 62px;
    left: 50%;
    margin-left: -80px;
}
.section-pricing .pricing-table .pricing-item-wrapper .pricing-item-head-cta:hover {
    border: 1px solid #919191;
    background-color: #919191;
}
.section-pricing .pricing-table .pricing-item-wrapper .pricing-item-head-cta.recommended {
    background-color: #2ECC71;
    border: 1px solid #2ECC71;
    color: #fff;
}
.section-pricing .pricing-table .pricing-item-wrapper .pricing-item-head-cta.recommended:hover {
    background-color: #25a25a;
    border: 1px solid #25a25a;
}
.section-pricing .pricing-table .pricing-item-wrapper .pricing-item-body {
    background-color: #fff;
    padding: 40px 8px 20px 8px;
    min-height: 140px;
    text-align: center;
    font-size: 15px;
}
.section-pricing .pricing-table .pricing-item-wrapper .pricing-item-body .plan-price {
    color: #E78329;
    padding-bottom: 20px;
}
.section-pricing .pricing-table .pricing-item-wrapper .pricing-item-body ul {
    margin: 0;
    list-style-type: none;
    padding: 0px 10px;
}
.section-pricing .pricing-table .pricing-item-wrapper .pricing-item-body ul li {
    position: relative;
    display: block;
    margin-bottom: 12px;
    color: #888;
}
.section-pricing .pricing-table .pricing-item-wrapper .pricing-item-body ul li .alert-text {
    color: #E78329;
}
.section-pricing .pricing-table .pricing-item-wrapper .pricing-item-body ul li a {
    color: #636363;
    width: 20px;
    height: 20px;
    margin-left: 5px;
    font-family: 'Open Sans', sans-serif;
}
.section-pricing .pricing-table .pricing-item-wrapper .pricing-item-body ul li a i {
    color: #CCCCCC;
}
.section-pricing .pricing-table .pricing-item-wrapper .pricing-item-body ul li:last-child {
    margin-bottom: 0;
    font-family: 'Open Sans', sans-serif;
}
.section-pricing .pricing-table .pricing-item-wrapper .pricing-item-body-scores {
    min-height: 0;
    border-bottom: 1px solid #ddd;
    padding: 35px 10px 45px 10px;
    border-right: 1px solid #ddd;
}
.section-pricing .pricing-table .pricing-item-wrapper .pricing-item-body-scores ul {
    margin: 0;
    list-style-type: none;
    padding: 0px 20px;
}
.section-pricing .pricing-table .pricing-item-wrapper .pricing-item-body-scores ul li {
    position: relative;
    display: block;
    margin-bottom: 10px;
    padding-left: 30px;
    color: #888;
}
.section-pricing .pricing-table .pricing-item-wrapper .pricing-item-body-scores ul li span {
    color: #ea4b41;
}
.section-pricing .pricing-table .pricing-item-wrapper .pricing-item-body-scores ul li a {
    color: #ddd;
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    text-align: right;
}
.section-pricing .pricing-table .pricing-item-wrapper .pricing-item-body-scores ul li a:hover {
    color: #888;
}
.section-pricing .pricing-table .pricing-item-wrapper .pricing-item-body-scores ul li:last-child {
    margin-bottom: 0;
}
.section-pricing .pricing-table .pricing-item-wrapper .pricing-item-footer {
    background-color: #fff;
    border-top: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
}
.section-pricing .pricing-table .pricing-item-wrapper .pricing-item-footer a {
    text-transform: uppercase;
    background-color: #AAA;
    border: 1px solid #AAA;
    color: #fff;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    padding: 8px;
    font-size: 15px;
    font-weight: 600;
}
.section-pricing .pricing-table .pricing-item-wrapper .pricing-item-footer a:hover {
    background-color: #919191;
    border-color: #919191;
}
.section-pricing .pricing-table .pricing-item-wrapper .pricing-item-footer a:focus {
    outline: 0;
}
.section-pricing .pricing-table .pricing-item-wrapper .pricing-item-footer a:active {
    outline: 0;
}
.section-pricing .pricing-table .pricing-item-wrapper .pricing-item-footer a.recommended {
    background-color: #2ECC71;
    border: 1px solid #2ECC71;
}
.section-pricing .pricing-table .pricing-item-wrapper .pricing-item-footer a.recommended:hover {
    background-color: #25a25a;
    border-color: #25a25a;
}
.section-pricing .pricing-table .pricing-item-wrapper.pricing-item-highlight-wrapper {
    margin-top: 0;
}
.section-pricing .pricing-table .pricing-item-wrapper.pricing-item-highlight-wrapper .pricing-item-head {
    border-top: 1px solid #2ECC71;
}
.section-pricing .pricing-table .pricing-item-wrapper.pricing-item-highlight-wrapper .pricing-item-head .pricing-item-head-cta {
    background-color: #2ECC71;
}
.section-pricing .pricing-table .pricing-item-wrapper.pricing-item-highlight-wrapper .pricing-item-footer a {
    background-color: #2ECC71;
    border-color: #2ECC71;
    color: #fff;
}
.section-pricing .pricing-table .pricing-item-wrapper.pricing-item-highlight-wrapper .pricing-item-footer a:hover {
    background-color: #1b7943;
    border-color: #1b7943;
}
.section-pricing .pricing-table .pricing-item-wrapper.first-item .pricing-item-head {
    background: #f88c37;
    background: -moz-linear-gradient(-91deg, #F27B24 3%, #FA8C28 100%);
    background: -webkit-linear-gradient(-91deg, #F27B24 3%, #FA8C28 100%);
    background-image: linear-gradient(-91deg, #F27B24 3%, #FA8C28 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FA8C28', endColorstr='#F27B24', GradientType=1 );
}
.section-pricing .pricing-table .pricing-item-wrapper.first-item .pricing-item-body, .section-pricing .pricing-table .pricing-item-wrapper.first-item .pricing-item-footer {
    border-left: 1px solid #ddd;
}
.section-pricing .pricing-table .pricing-item-wrapper.first-item .pricing-item-head {
    -webkit-border-radius: 4px 0 0 0;
    -moz-border-radius: 4px 0 0 0;
    border-radius: 4px 0 0 0;
}
.section-pricing .pricing-table .pricing-item-wrapper.first-item .pricing-item-footer {
    -webkit-border-radius: 0 0 0 4px;
    -moz-border-radius: 0 0 0 4px;
    border-radius: 0 0 0 4px;
}
.section-pricing .pricing-table .pricing-item-wrapper.first-item .pricing-item-body-scores {
    border-left: 1px solid #ddd;
}
.section-pricing .pricing-table .pricing-item-wrapper.second-item .pricing-item-head {
    background: #f88c37;
    background: -moz-linear-gradient(-91deg, #EA6821 3%, #F27B24 100%);
    background: -webkit-linear-gradient(-91deg, #EA6821 3%, #F27B24 100%);
    background-image: linear-gradient(-91deg, #EA6821 3%, #F27B24 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F27B24', endColorstr='#EA6821', GradientType=1 );
}
.section-pricing .pricing-table .pricing-item-wrapper.third-item .pricing-item-head {
    background: #f88c37;
    background: -moz-linear-gradient(-91deg, #E0541D 3%, #EA6821 100%);
    background: -webkit-linear-gradient(-91deg, #E0541D 3%, #EA6821 100%);
    background-image: linear-gradient(-91deg, #E0541D 3%, #EA6821 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EA6821', endColorstr='#E0541D', GradientType=1 );
}
.section-pricing .pricing-table .pricing-item-wrapper.last-item .pricing-item-head {
    background: #f88c37;
    background: -moz-linear-gradient(-91deg, #D74119 3%, #E0541D 100%);
    background: -webkit-linear-gradient(-91deg, #D74119 3%, #E0541D 100%);
    background-image: linear-gradient(-91deg, #D74119 3%, #E0541D 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E0541D', endColorstr='#D74119', GradientType=1 );
}
.section-pricing .pricing-table .pricing-item-wrapper.last-item .pricing-item-head {
    -webkit-border-radius: 0 4px 0 0;
    -moz-border-radius: 0 4px 0 0;
    border-radius: 0 4px 0 0;
}
.section-pricing .pricing-table .pricing-item-wrapper.last-item .pricing-item-footer {
    -webkit-border-radius: 0 0 4px 0;
    -moz-border-radius: 0 0 4px 0;
    border-radius: 0 0 4px 0;
}
.section-pricing .pricing-table .disabled {
    background-color: #e6e6e6;
    border-color: #e6e6e6;
    color: #888;
}
.section-pricing .pricing-table .disabled:hover {
    color: #888;
    background-color: #e6e6e6;
    border-color: #e6e6e6;
}
.pricing-features {
    color: #F9F9F9;
    font-size: 14px;
    font-weight: 400;
    padding: 10px 0;
    line-height: 3;
}
.pricing-features li {
    padding: 0 10px;
    display: inline-block;
}
.pricing-features i {
    padding-right: 5px;
    font-size: 25px;
}
.pricing-list-callout {
    margin: 10px 0;
}
.pricing-list-callout li {
    position: relative;
    padding-left: 40px;
    padding-right: 40px;
}
.pricing-list-callout li i {
    position: absolute;
    font-size: 14px;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    border: 2px solid #ddd;
    height: 30px;
    width: 30px;
    padding: 6px 5px 4px 5px;
    margin-right: 10px;
    top: 5px;
    left: 0;
}
.faq {
    padding-top: 0;
    color: #888;
    font-size: 15px;
}
.faq .faq-list {
    text-align: left;
    padding: 50px 0;
}
.faq .faq-list .faq-item {
    margin-bottom: 40px;
}
.faq .faq-list .faq-item p:last-child {
    color: #adadad;
}
.faq .faq-list .faq-item b {
    font-weight: 500;
}
.faq .have-question {
    font-size: 20px;
    padding-top: 50px;
}
.faq .have-question a {
    color: #888;
}
.popover {
    width: 350px;
    background-color: #414141;
    color: #fff;
    font-weight: 300;
    letter-spacing: 1px;
    font-size: 14px;
}
.popover .arrow:after {
    border-top-color: #414141 !important;
}
.popover.cvc-popover {
    background: #DDD;
    border-color: #DDD;
    z-index: 10000;
    position: absolute;
    width: 280px;
    top: -117px  !important;
    left: 62px  !important;
}
.popover.cvc-popover .popover-content {
    color: #fff;
    background: #fff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
}
.popover.cvc-popover .popover-content img {
    width: 100%}
.popover.cvc-popover .cvc-popover-arrow {
    bottom: -10px;
    margin-left: -10px;
}
.popover.cvc-popover .cvc-popover-arrow:after {
    border-top-color: #414141;
}
.popover .popover-title {
    background-color: #414141;
    color: #fff;
    border-bottom: none;
    margin-bottom: -10px;
    font-weight: normal;
    letter-spacing: 0;
    font-family: 'Open Sans', Sans-serif;
}
.popover .popover-title.cvc-popover-title {
    background-color: #DDD;
    color: #414141;
    text-align: center;
    margin-bottom: 0px;
}
.pricing-table.top .arrow:after {
    border-top-color: #414141;
}
.cc-form {
    margin: 20px 0;
}
.signup-form .form-group {
    margin: 15px 0;
    position: relative;
}
.signup-form .form-group label {
    font-weight: 400;
}
.signup-form .input-icon {
    position: absolute;
    top: 42px;
    right: 20px;
}
.signup-form .cards {
    height: 40px;
    margin-right: 5px;
}
.signup-form .bpoint {
    height: 60px;
    float: right;
}
.signup-form .input-lg {
    font-size: 14px;
    color: #A2A2A2;
}
.signup-form .terms_privacy a {
    font-weight: 400;
    color: #636363;
    text-decoration: underline;
}
.signup-form .alert {
    font-size: 14px;
    text-align: left;
    margin-bottom: -20px;
}
#signup-step-2 {
    display: none;
}
#signup-step-2.animated {
    display: inline-block !important;
}
@media screen and (max-width: 767px) {
    h1, h2 {
        font-size: 27px !important;
    }
    .hero {
        padding: 130px 0 50px 0px !important;
    }
    .hero.feature, .hero.feature-summary {
        padding: 110px 0 70px 0px  !important;
    }
    .feature-text-vertical-align-wrapper {
        min-height: 0px !important;
        padding: 50px 0;
    }
    #customer-logos img {
        display: block;
        margin: 15px auto 0px auto;
    }
    .footer-icons {
        margin: 20px 0px;
    }
    .footer-icons .social {
        margin: 20px 0px;
        text-align: center;
    }
    .footer-icons .payment a, .footer-icons .social a {
        margin: 0px 3px;
    }
    .footer-icons .payment {
        margin: 25px 0px;
    }
    .navbar-desktop {
        display: none;
    }
    .customer-logos .logo-wrapper {
        display: block;
        width: auto;
    }
    .customer-logos .logo-wrapper img {
        max-height: 60px;
    }
    .ready .primary-button {
        margin-top: 20px !important;
    }
    #tourModal {
        width: auto !important;
        margin: 0 20px !important;
    }
    .feature-icon {
        width: 70px !important;
        height: 70px !important;
        border: 4px solid #fff !important;
    }
    .view_more {
        padding: 0 !important;
        text-align: left;
    }
    .view_more a {
        padding: 40px 0;
    }
    .features-list.light-background {
        padding: 40px 20px;
    }
    .vseparator {
        display: none;
    }
    .feature-img {
        margin-top: 25px !important;
        height: 342px !important;
        background-size: 534px !important;
    }
    .header-bg-image-3 {
        background-size: 50%;
        background-position-y: bottom;
        right: -1627px;
    }
    .dashed-line {
        background: none !important;
    }
    .section-pricing .pricing-table {
        top: 0 !important;
    }
    .section-pricing .pricing-table .pricing-item-wrapper {
        width: 100% !important;
        display: block !important;
        margin-bottom: 20px !important;
    }
    .section-pricing .pricing-table .pricing-item-wrapper .pricing-item-body, .section-pricing .pricing-table .pricing-item-wrapper .pricing-item-footer {
        border-left: 1px solid #ddd;
    }
    .pricing-item-head {
        -webkit-border-radius: 4px 4px 0 0 !important;
        -moz-border-radius: 4px 4px 0 0 !important;
        border-radius: 4px 4px 0 0 !important;
    }
    .section-pricing {
        padding-top: 50px;
    }
    .pricing-list-callout li {
        padding-right: 10px;
        margin: 10px 0;
        display: block;
        text-align: left;
    }
    .signup-form {
        padding: 0px 20px;
    }
    #request-text {
        display: block !important;
        min-height: 0px !important;
    }
    .background-corporate-capture {
        padding: 75px 0px;
    }
    form .grey-panel, .grey-panel {
        padding: 10px 20px;
    }
}
@media screen and (min-width: 768px) {
    #btn-search {
        margin-top: 38px;
    }
    .ready {
        text-align: left;
    }
    .social {
        text-align: left;
    }
    .payment {
        text-align: right;
    }
    .section-pricing {
        margin-bottom: -82px;
    }
    .block-section.block-dark-grey table {
        font-size: 14px;
    }
    .feature-tools-1 {
        margin-bottom: 150px;
    }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-desktop {
        display: none;
    }
    .navbar-header {
        width: 100% !important;
    }
    .btn-open {
        margin-right: 0px !important;
    }
    .feature-img.feature-img-left {
        left: -530px;
    }
    .feature-img.feature-img-left.timeline-left {
        left: -470px;
    }
    .header-bg-image-3 {
        right: -1407px !important;
        background-position-y: bottom;
        background-size: 75%}
    .feature-text-vertical-align-wrapper.feature-text-monitoring {
        min-height: 550px !important;
    }
    .feature-img.feature-img-alerts {
        top: -85px;
        left: 0;
        width: 1050px;
        height: 1050px;
        position: absolute;
        background-size: 750px !important;
    }
    .feature-img.feature-img-map {
        top: -65px;
        left: -150px;
        width: 1050px;
        height: 700px;
        position: absolute;
        background-size: 660px !important;
    }
    .section-pricing .pricing-table .pricing-item-wrapper .pricing-item-body {
        min-height: 335px !important;
    }
    .pricing-list-callout {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        text-align: left;
    }
    .pricing-list-callout li {
        margin: 10px 0;
    }
}
@media screen and (max-width: 991px) {
    .hero {
        padding: 150px 0 110px 0px;
    }
    .hero .primary-button {
        margin-bottom: 10px;
    }
    .hero.feature, .hero.feature-summary {
        padding: 140px 0 90px 0px;
    }
    .customer-logos .logo-wrapper img {
        max-height: 50px;
    }
    .ready .primary-button {
        margin-top: 48px;
    }
}
@media screen and (min-width: 992px) {
    .hero-message, .hero-message-subtitle {
        text-align: left;
    }
    .hero .img-wrapper {
        display: block;
    }
    .btn-open {
        display: none;
    }
    .block-section.block-dark-grey table {
        font-size: 14px;
    }
    .block-section.block-dark-grey table th {
        width: 10%}
    .feature-table {
        margin-top: 100px !important;
    }
    #search-table tbody tr td:last-child a {
        font-size: 12px !important;
    }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
    .feature-img.feature-img-left {
        left: -430px;
    }
    .feature-img.feature-img-left.timeline-left {
        left: -375px;
    }
    .header-bg-image-3 {
        right: -1277px;
    }
    .feature-text-vertical-align-wrapper.feature-text-monitoring {
        min-height: 550px !important;
    }
    .feature-img.feature-img-alerts {
        top: -160px;
        left: 0;
        width: 1050px;
        height: 1050px;
        position: absolute;
        background-size: 900px !important;
    }
    .feature-img.feature-img-map {
        top: -70px;
        left: -180px;
        width: 1050px;
        height: 860px;
        position: absolute;
        background-size: 830px !important;
    }
    .section-pricing .pricing-table .pricing-item-wrapper .pricing-item-body {
        min-height: 272px !important;
    }
}
@media screen and (max-width: 1199px) {
    .hero .img-wrapper {
        top: -61px;
        left: -80px;
    }
    .hero .img-wrapper.two-lines {
        top: -61px;
    }
    .header-bg-image-1 {
        left: -680px;
    }
    .header-bg-image-1.bg-feature {
        left: -680px;
    }
    .header-bg-image-2 {
        right: -540px;
    }
    .header-bg-image-2.bg-feature {
        right: -540px;
    }
    .header-bg-image-4 {
        right: -540px;
    }
    .header-bg-image-4.bg-feature {
        right: -170px;
    }
    .ready .primary-button {
        margin-top: 48px;
    }
}
@media screen and (min-width: 1200px) {
    .hero {
        padding: 180px 0 140px 0;
    }
    .hero.feature, .hero.feature-summary {
        padding: 160px 0 120px 0px;
    }
    .feature-img.feature-img-left {
        left: -330px;
    }
    .feature-img.feature-img-left.timeline-left {
        left: -295px;
    }
    .header-bg-image-3 {
        right: -1167px;
    }
    .feature-img.feature-img-alerts {
        top: -165px;
        left: -50px;
        width: 1050px;
        height: 1050px;
        position: absolute;
    }
    .feature-img.feature-img-map {
        top: -75px;
        left: -210px;
        width: 1050px;
        height: 1050px;
        position: absolute;
    }
}
#request-text {
    display: table;
    min-height: 630px;
}
#request-form-wrapper #success-alert {
    display: none;
}
#search-table {
    border-collapse: separate;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
#search-table tbody, #search-table thead {
    font-size: 14px;
    color: #414141;
}
#search-table thead {
    font-weight: 600;
    background-color: #DDD;
}
#search-table thead tr th {
    text-align: center;
}
#search-table tbody td {
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
    border-right: none;
    border-bottom: none;
    vertical-align: middle;
}
#search-table tbody td:first-child {
    border-left: none;
}
#search-table tbody tr td:first-child {
    width: 15%;
    white-space: nowrap;
}
#search-table tbody tr td:nth-child(4) {
    width: 10%}
#search-table tbody tr td:nth-child(3) {
    width: 15%}
#search-table tbody tr td:nth-child(2) {
    text-align: left;
}
#search-table tbody tr td:last-child {
    width: 18%}
#search-table tbody tr td:last-child a {
    display: block;
    font-size: 9px;
}
#search-icon {
    padding-top: 28px;
}
#search-results-table {
    margin-top: -50px;
}
#about-features-2 {
    padding: 0px;
}
#about-us-hero {
    background-image: url("../img/asset-img-aboutus-header.jpg");
    background-position-x: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}
.about-us-section .quote {
    position: relative;
    text-align: center;
    padding: 30px 70px;
    margin-top: 100px;
    margin-bottom: 100px;
}
.about-us-section .quote .fa {
    position: absolute;
    color: #EDEDED;
}
.about-us-section .quote .fa-quote-left {
    top: -40px;
    left: 20px;
}
.about-us-section .quote .fa-quote-right {
    bottom: -40px;
    right: 20px;
}
.about-us-section .quote h2 {
    font-family: 'Open Sans';
    font-weight: 300;
}
.about-us-section .video h2 {
    text-align: center;
}
#core-values {
    text-align: center;
    position: relative;
    margin-bottom: 200px;
    margin-top: 0px;
    padding-top: 0px;
    background: url("../img/asset-img-corevalues-empty.png") no-repeat center;
    -webkit-background-size: contain;
    background-size: contain;
    height: 900px;
}
#core-values .icon {
    border: 2px #A2A2A2 solid;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-color: #FFFFFF;
    background-position: center;
    background-size: 60%;
    width: 75px;
    height: 75px;
    margin: auto;
    color: #F9F9F9;
}
#core-values .icon.star {
    background-image: url("../img/icons/light-bg/asset-icon-star@2x.png");
}
#core-values .icon.barchart {
    background-image: url("../img/icons/light-bg/asset-icon-barchart@2x.png");
}
#core-values .icon.handshake {
    background-image: url("../img/icons/light-bg/asset-icon-handshake@2x.png");
}
#core-values .icon.usergroup {
    background-image: url("../img/icons/light-bg/asset-icon-usergroup@2x.png");
}
#core-values .item {
    width: 250px;
    position: absolute;
    color: #A2A2A2;
}
#core-values .item.top {
    margin: auto;
    left: 0px;
    right: 0;
}
#core-values .item.left {
    top: 350px;
    left: 90px;
}
#core-values .item.right {
    top: 350px;
    right: 90px;
}
#core-values .item.bottom {
    margin: auto;
    left: 0;
    right: 0;
    bottom: -960px;
}
#core-values .title {
    color: #636363;
    margin-top: 10px;
    font-weight: 500;
}
#interesting {
    background: #F9F9F9;
}
#interesting .facts {
    text-align: center;
}
#interesting .facts .hyphen {
    content: "";
    display: inline-block;
    background: #A2A2A2 !important;
    height: 1px !important;
    width: 15px !important;
    position: relative;
    top: -6px;
}
#interesting .facts span {
    color: #636363;
    font-weight: 400;
    font-size: 1.5em;
    display: inline-block;
    margin: 0 10px;
}
#interesting .facts span.orange {
    color: #ED682F;
}
#interesting h2 {
    text-align: center;
    font-size: 1.2em;
    letter-spacing: 6px;
    font-weight: 400;
    margin-bottom: 40px;
}
#interesting .stats {
    margin-bottom: 40px;
}
#interesting ul {
    text-align: center;
    width: 100%}
#interesting ul li {
    display: inline-block;
    text-align: center;
    position: relative;
}
#interesting ul li .description {
    color: #A2A2A2;
    font-size: 0.9em;
}
#interesting ul li.separator {
    content: "";
    display: inline-block;
    height: 1px;
    width: 20px;
    margin: 10px;
    background: #A2A2A2;
    top: -16px;
    position: relative;
}
#interesting ul li span {
    display: block;
}
#interesting ul li .stat {
    color: #ED682F;
    font-size: 2.5em;
    font-weight: 500;
    margin-bottom: -10px;
}
#interesting ul:first-of-type {
    margin-bottom: 40px;
}
#pictures {
    text-align: center;
}
#pictures .pic1, #pictures .pic2, #pictures .pic3 {
    height: 250px;
    display: inline-block;
    background-repeat: no-repeat;
}
#pictures .pic1 {
    background-image: url("../img/team/img-1-desktop.jpg");
    width: 265px;
    margin-right: 18px;
}
#pictures .pic2 {
    background-image: url("../img/team/img-2-desktop.jpg");
    width: 460px;
}
#pictures .pic3 {
    background-image: url("../img/team/img-3-desktop.jpg");
    width: 750px;
    margin-top: 18px;
}
@media (max-width: 767px) {
    .about-us-section .quote .fa-quote-left {
        top: -10px !important;
    }
    .about-us-section .quote .fa-quote-right {
        bottom: -10px !important;
    }
    #client-logos .logo-wrapper {
        margin: 10px;
    }
    #core-values {
        margin-bottom: 50px !important;
        margin-top: -70px !important;
        background-image: none !important;
        height: inherit !important;
    }
    #core-values .item {
        position: relative !important;
        width: 100% !important;
        margin-bottom: 20px !important;
    }
    #core-values .item.top, #core-values .item.right, #core-values .item.left, #core-values .item.bottom {
        left: 0px;
        right: 0px;
        top: auto;
        bottom: auto;
        margin: auto;
    }
    #interesting ul:first-of-type {
        margin-bottom: 0px;
    }
    #interesting ul li {
        display: block !important;
        margin: 20px 0;
    }
    #interesting ul li.separator {
        display: none !important;
    }
}
@media (max-width: 991px) {
    #pictures .pic1, #pictures .pic2, #pictures .pic3 {
        margin-bottom: 10px !important;
        width: 300px;
    }
    #pictures .pic1 {
        background-image: url("../img/team/img-1-mobile.jpg") !important;
    }
    #pictures .pic2 {
        background-image: url("../img/team/img-2-mobile.jpg") !important;
    }
    #pictures .pic3 {
        background-image: url("../img/team/img-3-mobile.jpg") !important;
    }
}
@media (min-width: 768px) {
    #interesting ul li {
        width: 20%}
}
@media (min-width: 768px) and (max-width: 991px) {
    #core-values {
        height: 690px !important;
    }
    #core-values .item.left {
        top: 280px !important;
        left: 20px !important;
    }
    #core-values .item.right {
        top: 280px !important;
        right: 25px !important;
    }
    #core-values .item.bottom {
        bottom: -820px !important;
    }
    .fix-pos-sm {
        top: 20px;
    }
    .fix-pos-sm-md {
        top: 40px;
    }
}
@media (min-width: 992px) {
    .fix-pos-sm-md {
        top: 20px;
    }
}
#maintenance {
    margin-top: 100px;
}
#maintenance i {
    font-size: 80px;
    color: #dcdbdb;
}
#maintenance h1 {
    font-weight: 300;
    margin-top: 30px;
}
#maintenance h4 {
    font-size: 17px;
    font-weight: 300;
}
#maintenance p {
    font-size: 14px;
}
#contact-tiles h3 {
    color: #888;
}
#contact-tiles .tile {
    display: block;
    background: #F0F0F0;
    padding: 32px 40px;
    border: 1px solid #DDD;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 300;
    color: #888;
}
#contact-tiles .tile:hover {
    color: white;
    background-color: #888;
    border-color: #888;
}
#contact-tiles .tile .icon {
    width: 110px;
    height: 110px;
    margin: 0px auto 20px auto;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 3px solid #DDD;
    background-position: center;
    background-color: white;
    background-repeat: no-repeat;
    background-size: 50%}
#contact-tiles .tile .icon.envelope {
    background-image: url("../img/icons/light-bg/asset-icon-envelope@2x.png");
}
#contact-tiles .tile .icon.credit-card {
    background-image: url("../img/icons/light-bg/asset-icon-creditcard@2x.png");
}
#contact-tiles .tile .icon.chat {
    background-image: url("../img/icons/light-bg/asset-icon-help@2x.png");
}
#contact-form-section {
    display: none;
}
#contact-form-section .validation-tick a {
    position: absolute;
    right: 15px;
    top: 37px;
}
#contact-form-section .validation-tick .tooltip {
    top: 7px !important;
    left: initial !important;
    right: -33px !important;
}
.contact-menu-btn {
    background-color: #AAA;
    border: 2px solid #AAA;
    color: #fff;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    padding: 8px;
    font-size: 15px;
    font-weight: 600;
}
.contact-menu-btn:hover {
    background-color: #919191;
    border-color: #919191;
}
#customer-question {
    display: none;
}
#customer-question h2 {
    color: #888;
    font-weight: 500;
    margin-bottom: 25px;
}
#live-chat {
    display: none;
}
#live-chat .live-chat-tile {
    position: relative;
    background-color: #F0F0F0;
    background-image: url("../img/features/asset-deco-right-1.png");
    background-repeat: no-repeat;
    background-position-x: 600px;
    padding: 20px 40px;
    border: 1px solid #DDD;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 300;
    color: #888;
    text-align: left;
}
#live-chat .live-chat-tile .intercom-icon {
    background-image: url("../img/icons/light-bg/asset-img-contact-intercom-icon.png");
    background-repeat: no-repeat;
    background-position: center;
    width: 100px;
    height: 100px;
    position: absolute;
    top: 18px;
    right: 22px;
}
#live-chat .live-chat-tile .intercom-arrow {
    background-image: url("../img/icons/asset-img-contact-arrow.png");
    background-repeat: no-repeat;
    background-position: center;
    width: 150px;
    height: 81px;
    position: absolute;
    top: 71px;
    right: -138px;
    z-index: 1;
}
@media screen and (max-width: 767px) {
    #contact-tiles {
        padding-bottom: 0px;
    }
    #contact-tiles .tile {
        margin-bottom: 20px !important;
    }
    .live-chat-tile {
        text-align: center !important;
    }
    .intercom-arrow {
        display: inline-block !important;
        position: absolute !important;
        transform: rotate(40deg);
        top: 85% !important;
        left: 50% !important;
        background-size: 80% !important;
    }
    .intercom-icon {
        display: inline-block !important;
        margin: 0 auto !important;
        position: static !important;
    }
}
a {
    color: #EA6A26;
}
a:hover {
    color: #9b400f;
}
.alert {
    font-size: 14px !important;
}
.block-section {
    text-align: center;
    padding: 75px 0px;
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;
    position: relative;
}
.block-section h2 {
    font-size: 30px;
}
.block-section .subtitle {
    font-size: 16px;
    font-weight: 300;
    color: #828282;
}
.block-section.block-light-grey {
    background: #F9F9F9;
}
.block-section.block-light-grey h1, .block-section.block-light-grey h2, .block-section.block-light-grey h3 {
    color: #ED682F;
}
.block-section.block-light-grey p {
    color: #6d6d6d;
}
.block-section .feature-items {
    display: flex;
    flex-wrap: wrap;
    display: -webkit-flex-wrap;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
}
.block-section.block-dark-grey {
    background: #414141;
}
.block-section.block-dark-grey h1, .block-section.block-dark-grey h2, .block-section.block-dark-grey h3 {
    color: #fff;
}
.block-section.block-dark-grey .subtitle {
    color: #b3b3b3;
}
.block-section.block-dark-grey .features-list li {
    color: #DDDDDD;
}
.block-section.block-dark-grey table {
    margin: 0 auto;
    font-size: 12px;
    border-collapse: separate;
    border: 1px solid #6E6E6E;
    border-radius: 4px;
    -moz-border-radius: 4px;
}
.block-section.block-dark-grey table th {
    text-align: center;
    width: 22%;
    padding: 10px;
    background: #6E6E6E;
    border-top: none;
    border-left: 1px solid #6E6E6E;
    color: #DDDDDD;
}
.block-section.block-dark-grey table th:nth-child(3) {
    width: 56%;
    text-align: left;
}
.block-section.block-dark-grey table th:first-child {
    border-left: none;
}
.block-section.block-dark-grey table td {
    padding: 10px;
    border-left: solid #6E6E6E 1px;
    border-top: solid #6E6E6E 1px;
}
.block-section.block-dark-grey table td:nth-child(3) {
    text-align: left;
}
.block-section.block-dark-grey table td:first-child {
    border-left: none;
}
.block-section.block-dark-grey table tr:nth-child(even) {
    background: #525252;
}
.block-section.block-dark-grey table tr:last-child td:first-child {
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-left-radius: 4px;
}
.block-section.block-dark-grey table tr:last-child td:last-child {
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    border-bottom-right-radius: 4px;
}
.block-section.block-white {
    background: #fff;
}
.block-section.block-white h1, .block-section.block-white h2, .block-section.block-white h3 {
    color: #636363;
}
.block-section.block-soft-grey {
    background: #f0f0f0;
}
.block-section.block-soft-grey h1, .block-section.block-soft-grey h2, .block-section.block-soft-grey h3 {
    color: #414141;
}
.block-section.block-gradient {
    background-image: -webkit-linear-gradient(#EDEDED 0%, #fff 20%);
    background-image: -o-linear-gradient(#EDEDED 0%, #fff 20%);
    background-image: linear-gradient(#EDEDED 0%, #fff 20%);
}
.block-section.block-orange {
    background: #f88c37;
    background: -moz-linear-gradient(-91deg, #FA8C28 3%, #D74119 100%);
    background: -webkit-linear-gradient(-91deg, #FA8C28 3%, #D74119 100%);
    background-image: linear-gradient(-91deg, #FA8C28 3%, #D74119 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f88c37', endColorstr='#d44225', GradientType=1 );
}
.block-section.block-orange p a {
    color: #d6d6d6;
}
.block-section.block-orange p a:hover {
    color: #a3a3a3;
}
.block-section.block-orange p a.primary-button {
    color: #fff;
}
.block-section.block-orange h1, .block-section.block-orange h2, .block-section.block-orange h3 {
    color: #fff;
}
.block-section.block-orange h1 {
    font-size: 36px;
    font-weight: 600;
}
.block-section.block-orange .subtitle {
    color: #fff;
}
.block-section.background-data {
    background-image: url("../img/features/asset-bg-data.jpg");
    background-position: top right;
    background-repeat: no-repeat;
    padding: 100px 0px;
}
.block-section.background-monitoring {
    background-image: url("../img/features/asset-bg-monitoring.jpg");
    background-position: top right;
    background-repeat: no-repeat;
    padding: 100px 0px;
}
.block-section.background-scores {
    background-image: url("../img/features/asset-bg-scores.jpg");
    background-position: top right;
    background-repeat: no-repeat;
    padding: 100px 0px;
}
.block-section.background-handshake {
    background-image: url(../img/features/asset-bg-handshake.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    padding: 150px 0px;
}

body {
    background-color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    color: #BCBCBC;
}
body a, body a:hover, body a:focus, body button:focus {
    text-decoration: none;
}
body li {
    list-style-type: none;
}
body ul {
    padding: 0px;
}
.lp-template {
    font-size: 16px;
    color: #414141;
    text-align: left;
}
.faqs-page {
    font-size: 14px;
    color: #414141;
    text-align: left;
}
.faqs-page h2 {
    text-align: center;
    padding: 20px 0px;
}
.features-icons {
    margin: 45px 0 0 0;
}
.features-icons .tile {
    display: block;
    margin-bottom: 40px;
}
.features-icons .tile h3 {
    font-size: 17px;
    font-weight: 600;
    font-family: 'Montserrat', Sans-serif;
    padding-bottom: 0;
    letter-spacing: 0px;
}
.features-icons .tile h4 {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    color: #BCBCBC;
    margin-top: 0;
    line-height: 22px;
}
.features-icons .tile .icon {
    background-color: transparent;
    width: 75px;
    height: 75px;
    margin: 15px auto;
    border-radius: 50%}
.features-icons .tile:hover, .features-icons .tile:focus {
    text-decoration: none;
}
.features-icons .tile:hover .feature-learn-more, .features-icons .tile:focus .feature-learn-more {
    color: #995111;
}
.features-icons.dark-background .tile h3 {
    color: #fff;
}
.features-icons.dark-background .tile .icon {
    border: 3px solid rgba(255, 255, 255, 0.4);
}
.features-icons.dark-background .tile:hover .icon {
    border-color: #fff;
}
.features-icons.dark-background .credit-reporting {
    background: url("../img/icons/dark-bg/icon-asset-dark-credit-reporting.png") no-repeat center;
}
.features-icons.dark-background .monitoring {
    background: url("../img/icons/dark-bg/icon-asset-dark-monitoring.png") no-repeat center;
}
.features-icons.dark-background .tools {
    background: url("../img/icons/dark-bg/icon-asset-dark-tools.png") no-repeat center;
}
.features-icons.dark-background .credit-scores {
    background: url("../img/icons/dark-bg/icon-asset-dark-credit-scores.png") no-repeat center;
}
.features-icons.dark-background .register {
    background: url("../img/icons/dark-bg/icon-asset-dark-defaults.png") no-repeat center;
    background-position: 19px center;
}
.features-icons.dark-background .analysis {
    background: url("../img/icons/dark-bg/icon-asset-dark-analysis.png") no-repeat center;
}
.features-icons.light-background .features-container {
    display: flex;
    flex-wrap: wrap;
}
.features-icons.light-background .tile h3 {
    color: #636363;
}
.features-icons.light-background .tile .icon {
    border: 3px solid rgba(0, 0, 0, 0.2);
}
.features-icons.light-background .tile:hover .icon {
    border-color: #A2A2A2;
}
.features-icons.light-background .credit-reporting {
    background: url("../img/icons/light-bg/asset-icon-credit-reporting.png") no-repeat center;
}
.features-icons.light-background .monitoring {
    background: url("../img/icons/light-bg/asset-icon-monitoring.png") no-repeat center;
}
.features-icons.light-background .tools {
    background: url("../img/icons/light-bg/asset-icon-tools.png") no-repeat center;
}
.features-icons.light-background .credit-scores {
    background: url("../img/icons/light-bg/asset-icon-credit-scores.png") no-repeat center;
}
.features-icons.light-background .register {
    background: url("../img/icons/light-bg/asset-icon-defaults.png") no-repeat center;
    background-position: 19px center;
}
.features-icons.light-background .analysis {
    background: url("../img/icons/light-bg/asset-icon-analysis.png") no-repeat center;
}
.features-icons.light-background .payment-predictor {
    background: url("../img/icons/light-bg/asset-icon-payment-predictor.png") no-repeat center;
}
.features-icons.light-background .accounting {
    background: url("../img/icons/light-bg/asset-icon-accounting.png") no-repeat center;
}
.features-icons.light-background .help {
    background: url("../img/icons/light-bg/asset-icon-help.png") no-repeat center;
}
.content {
    position: relative;
    z-index: 10;
    overflow: hidden;
}
.copyright {
    color: #ACACAC;
    font-size: 14px;
    font-weight: 100;
    margin-bottom: 20px;
    text-align: center;
}
form .form-group {
    margin: 15px 0;
    position: relative;
}
form .form-group label {
    font-weight: 400;
}
form .validation-tick .tooltip-inner {
    font-size: 11px;
    font-weight: 100;
}
form .validation-tick a.validation-icon {
    position: absolute;
    top: 37px;
    right: 13px;
}
form .validation-tick i.error {
    color: #ea4b41;
}
form .validation-tick i.valid {
    color: #2ECC71;
    position: absolute;
    top: 43px;
    right: 12px;
}
form .validation-tick input.error, form .validation-tick textarea.error {
    border-color: #ea4b41;
}
form .validation-tick input.valid, form .validation-tick textarea.valid {
    border-color: #2ECC71;
}
form .input-icon {
    position: absolute;
    top: 42px;
    right: 20px;
}
form .cards {
    height: 40px;
    margin-right: 5px;
}
form .bpoint {
    height: 60px;
    float: right;
}
form .input-lg {
    font-size: 14px !important;
    color: #A2A2A2;
}
form .alert {
    font-size: 14px;
    text-align: left;
    margin-bottom: -20px;
}
.feedback, .feedback_hidden {
    text-align: center;
    padding: 70px 30px;
}
.feedback h2, .feedback_hidden h2 {
    color: #888 !important;
}
.feedback .title, .feedback_hidden .title {
    font-size: 24px;
    font-weight: 100;
    letter-spacing: 2px;
    color: #414141;
}
.feedback .message, .feedback_hidden .message {
    font-weight: 400;
    line-height: 1.4;
    font-size: 0.9em;
}
.feedback i.fa, .feedback_hidden i.fa {
    color: #2ECC71;
}
.feedback_hidden {
    display: none;
}
.green-panel {
    background: #2ECC71;
    padding: 20px;
    color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-align: left;
    display: table;
    margin-top: 20px;
}
.green-panel .icon {
    display: table-cell;
}
.green-panel .text {
    display: table-cell;
    padding-left: 10px;
    font-size: 14px;
    vertical-align: top;
}
.grey-panel {
    background: #F9F9F9;
    padding: 20px 40px;
    border: 1px solid #EDEDED;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 300;
    color: #636363;
}
h1, h2, h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    margin: 0 0 10px 0;
    letter-spacing: -1px;
}
header {
    position: relative;
}
.j-loading-sprite {
    position: relative;
    display: block;
    margin-top: 10px;
    left: 50%;
    margin-left: -20px;
    height: 40px;
    width: 40px;
    background-image: url("../img/cp-preloaderSprite.png");
    -webkit-animation: play 0.8s steps(45) infinite;
    -moz-animation: play 0.8s steps(45) infinite;
    -ms-animation: play 0.8s steps(45) infinite;
    -o-animation: play 0.8s steps(45) infinite;
    animation: play 0.8s steps(45) infinite;
}
@keyframes play {
    from {
        background-position: 0px;
    }
    to {
        background-position: -1800px;
    }
}
.separator hr {
    margin-top: -1px;
}
.subtitle {
    font-family: 'Open Sans', sans-serif;
}
.vseparator {
    width: 2px;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 0;
}
.hseparator {
    width: 100%;
    height: 2px;
    background-color: rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 50%;
    margin-top: -1px;
}
.bg-deco-left-1, .bg-deco-right-1, .bg-deco-right-2, .bg-deco-right-3 {
    position: absolute;
}
.bg-deco-left-1 {
    background: url("../img/features/asset-deco-left-1.png") no-repeat;
    height: 547px;
    width: 177px;
    top: 410px;
    left: 0;
}
.bg-deco-right-1 {
    background: url("../img/features/asset-deco-right-1.png") no-repeat;
    height: 504px;
    width: 251px;
    top: 0;
    right: 0;
}
.bg-deco-right-2 {
    background: url("../img/features/asset-deco-right-2.png") no-repeat;
    height: 327px;
    width: 307px;
    top: 1060px;
    right: 0;
}
.bg-deco-right-2.repeat {
    top: 2280px;
}
.bg-deco-right-3 {
    background: url("../img/features/asset-deco-right-3.png") no-repeat;
    height: 587px;
    width: 507px;
    top: 150px;
    right: 0;
}
.white-spacer {
    border: transparent;
    margin: 120px 0;
}
.video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}
.video-wrapper iframe {
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%}
#ppsr-features {
    padding: 75px 0px 0px 0px;
}
section .paragraph {
    margin-bottom: 60px;
}
section .paragraph ul {
    padding-left: 40px;
}
section .paragraph ul li {
    list-style-type: disc;
}
