html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block
}

canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

a:active,
a:hover {
    outline: 0
}

b,
strong {
    font-weight: 700
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code,
pre {
    font-family: monospace, monospace;
    font-size: 1em
}

button,
input,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type=checkbox],
input[type=radio] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

textarea {
    overflow: auto
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td {
    padding: 0
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent
}

body {
    font-family: helvetica neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #337ab7;
    text-decoration: none
}

a:hover,
a:focus {
    color: #23527c;
    text-decoration: underline
}

a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

figure {
    margin: 0
}

img {
    vertical-align: middle
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}

.img-rounded {
    border-radius: 6px
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto
}

.img-circle {
    border-radius: 50%
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

[role=button] {
    cursor: pointer
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

@media(min-width:768px) {
    .container {
        width: 750px
    }
}

@media(min-width:992px) {
    .container {
        width: 970px
    }
}

@media(min-width:1200px) {
    .container {
        width: 1170px
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

.row {
    margin-left: -15px;
    margin-right: -15px
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    float: left
}

.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-1 {
    width: 8.33333333%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-pull-11 {
    right: 91.66666667%
}

.col-xs-pull-10 {
    right: 83.33333333%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-8 {
    right: 66.66666667%
}

.col-xs-pull-7 {
    right: 58.33333333%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-5 {
    right: 41.66666667%
}

.col-xs-pull-4 {
    right: 33.33333333%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-2 {
    right: 16.66666667%
}

.col-xs-pull-1 {
    right: 8.33333333%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-push-11 {
    left: 91.66666667%
}

.col-xs-push-10 {
    left: 83.33333333%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-8 {
    left: 66.66666667%
}

.col-xs-push-7 {
    left: 58.33333333%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-5 {
    left: 41.66666667%
}

.col-xs-push-4 {
    left: 33.33333333%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-2 {
    left: 16.66666667%
}

.col-xs-push-1 {
    left: 8.33333333%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-offset-12 {
    margin-left: 100%
}

.col-xs-offset-11 {
    margin-left: 91.66666667%
}

.col-xs-offset-10 {
    margin-left: 83.33333333%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-8 {
    margin-left: 66.66666667%
}

.col-xs-offset-7 {
    margin-left: 58.33333333%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-5 {
    margin-left: 41.66666667%
}

.col-xs-offset-4 {
    margin-left: 33.33333333%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-2 {
    margin-left: 16.66666667%
}

.col-xs-offset-1 {
    margin-left: 8.33333333%
}

.col-xs-offset-0 {
    margin-left: 0
}

@media(min-width:768px) {

    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: left
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-11 {
        width: 91.66666667%
    }

    .col-sm-10 {
        width: 83.33333333%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-8 {
        width: 66.66666667%
    }

    .col-sm-7 {
        width: 58.33333333%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-5 {
        width: 41.66666667%
    }

    .col-sm-4 {
        width: 33.33333333%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-2 {
        width: 16.66666667%
    }

    .col-sm-1 {
        width: 8.33333333%
    }

    .col-sm-pull-12 {
        right: 100%
    }

    .col-sm-pull-11 {
        right: 91.66666667%
    }

    .col-sm-pull-10 {
        right: 83.33333333%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-8 {
        right: 66.66666667%
    }

    .col-sm-pull-7 {
        right: 58.33333333%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-5 {
        right: 41.66666667%
    }

    .col-sm-pull-4 {
        right: 33.33333333%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-2 {
        right: 16.66666667%
    }

    .col-sm-pull-1 {
        right: 8.33333333%
    }

    .col-sm-pull-0 {
        right: auto
    }

    .col-sm-push-12 {
        left: 100%
    }

    .col-sm-push-11 {
        left: 91.66666667%
    }

    .col-sm-push-10 {
        left: 83.33333333%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-8 {
        left: 66.66666667%
    }

    .col-sm-push-7 {
        left: 58.33333333%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-5 {
        left: 41.66666667%
    }

    .col-sm-push-4 {
        left: 33.33333333%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-2 {
        left: 16.66666667%
    }

    .col-sm-push-1 {
        left: 8.33333333%
    }

    .col-sm-push-0 {
        left: auto
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }

    .col-sm-offset-0 {
        margin-left: 0
    }
}

@media(min-width:992px) {

    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: left
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-11 {
        width: 91.66666667%
    }

    .col-md-10 {
        width: 83.33333333%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-8 {
        width: 66.66666667%
    }

    .col-md-7 {
        width: 58.33333333%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-5 {
        width: 41.66666667%
    }

    .col-md-4 {
        width: 33.33333333%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-2 {
        width: 16.66666667%
    }

    .col-md-1 {
        width: 8.33333333%
    }

    .col-md-pull-12 {
        right: 100%
    }

    .col-md-pull-11 {
        right: 91.66666667%
    }

    .col-md-pull-10 {
        right: 83.33333333%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-8 {
        right: 66.66666667%
    }

    .col-md-pull-7 {
        right: 58.33333333%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-5 {
        right: 41.66666667%
    }

    .col-md-pull-4 {
        right: 33.33333333%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-2 {
        right: 16.66666667%
    }

    .col-md-pull-1 {
        right: 8.33333333%
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-push-12 {
        left: 100%
    }

    .col-md-push-11 {
        left: 91.66666667%
    }

    .col-md-push-10 {
        left: 83.33333333%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-8 {
        left: 66.66666667%
    }

    .col-md-push-7 {
        left: 58.33333333%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-5 {
        left: 41.66666667%
    }

    .col-md-push-4 {
        left: 33.33333333%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-2 {
        left: 16.66666667%
    }

    .col-md-push-1 {
        left: 8.33333333%
    }

    .col-md-push-0 {
        left: auto
    }

    .col-md-offset-12 {
        margin-left: 100%
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%
    }

    .col-md-offset-0 {
        margin-left: 0
    }
}

@media(min-width:1200px) {

    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        float: left
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-11 {
        width: 91.66666667%
    }

    .col-lg-10 {
        width: 83.33333333%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-8 {
        width: 66.66666667%
    }

    .col-lg-7 {
        width: 58.33333333%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-5 {
        width: 41.66666667%
    }

    .col-lg-4 {
        width: 33.33333333%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-2 {
        width: 16.66666667%
    }

    .col-lg-1 {
        width: 8.33333333%
    }

    .col-lg-pull-12 {
        right: 100%
    }

    .col-lg-pull-11 {
        right: 91.66666667%
    }

    .col-lg-pull-10 {
        right: 83.33333333%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-8 {
        right: 66.66666667%
    }

    .col-lg-pull-7 {
        right: 58.33333333%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-5 {
        right: 41.66666667%
    }

    .col-lg-pull-4 {
        right: 33.33333333%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-2 {
        right: 16.66666667%
    }

    .col-lg-pull-1 {
        right: 8.33333333%
    }

    .col-lg-pull-0 {
        right: auto
    }

    .col-lg-push-12 {
        left: 100%
    }

    .col-lg-push-11 {
        left: 91.66666667%
    }

    .col-lg-push-10 {
        left: 83.33333333%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-8 {
        left: 66.66666667%
    }

    .col-lg-push-7 {
        left: 58.33333333%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-5 {
        left: 41.66666667%
    }

    .col-lg-push-4 {
        left: 33.33333333%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-2 {
        left: 16.66666667%
    }

    .col-lg-push-1 {
        left: 8.33333333%
    }

    .col-lg-push-0 {
        left: auto
    }

    .col-lg-offset-12 {
        margin-left: 100%
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }

    .col-lg-offset-0 {
        margin-left: 0
    }
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
    content: " ";
    display: table
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
    clear: both
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.hidden {
    display: none !important
}

@font-face {
    font-family: dashicons;
    src: url(//www.netreputation.com/wp-content/themes/nr/assets/fonts/dashicons.eot?50db0456fde2a241f005968eede3f987);
    src: url(//www.netreputation.com/wp-content/themes/nr/assets/fonts/dashicons.eot?50db0456fde2a241f005968eede3f987#iefix) format("embedded-opentype"), url(data:application/x-font-woff;charset=utf-8;base64,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) format("woff"), url(//www.netreputation.com/wp-content/themes/nr/assets/fonts/dashicons.ttf?50db0456fde2a241f005968eede3f987) format("truetype");
    font-weight: 400;
    font-style: normal
}

label {
    display: block;
    cursor: pointer;
    font-weight: 500;
    padding: 0 0 5px
}

input[type=text],
input[type=email],
input[type=url],
input[type=tel],
input[type=password],
input[type=number] {
    display: inline-block;
    width: 100%;
    -webkit-appearance: none;
    background: #fff;
    padding: 6px 10px;
    border: 1px solid #aaa;
    border-radius: 5px;
    transition: all .2s
}

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=tel]:focus,
input[type=password]:focus,
input[type=number]:focus,
textarea:focus,
select:focus {
    outline: 0;
    border-color: #37935C
}

input[type=checkbox],
input[type=radio] {
    margin: 0 8px 0 0;
    transition: all .2s
}

textarea {
    display: inline-block;
    width: 100%;
    height: 160px;
    -webkit-appearance: none;
    background: #fff;
    padding: 8px 10px;
    border: 1px solid #aaa;
    border-radius: 5px;
    transition: all .2s
}

select {
    display: inline-block;
    width: 100%;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 3px
}

.validation_error {
    padding: 0 0 20px;
    color: red
}

.validation_message {
    padding: 5px 0 0;
    color: red;
    font-size: .9em
}

.form_fields {
    list-style: none;
    margin: 0;
    padding: 0
}

.form_fields li {
    clear: both;
    margin: 0;
    padding: 0 0 30px
}

.form_fields sup {
    color: red;
    padding: 0 0 0 5px
}

.half_col {
    display: block
}

.half_col.last {
    padding-top: 10px
}

label.small {
    font-size: 90%;
    font-weight: 400;
    padding: 2px 0 0 2px
}

@media(min-width:768px) {
    .form_fields .half_col {
        float: left;
        clear: none;
        width: calc(50% - 10px)
    }

    .half_col.last {
        float: right;
        padding-top: 0
    }
}

img,
img:before,
img:after {
    box-sizing: content-box
}

img {
    height: auto
}

img,
object,
embed,
iframe {
    max-width: 100%
}

svg {
    display: block
}

::-moz-selection {
    background: #333;
    color: #fff;
    text-shadow: none
}

::selection {
    background: #333;
    color: #fff;
    text-shadow: none
}

br,
hr {
    display: block;
    clear: both;
    height: 0;
    margin: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
    border: 0
}

hr {
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px
}

a {
    color: #37935C
}

a:hover,
a:focus {
    color: #414141;
    text-decoration: none
}

.clear {
    clear: both
}

.left {
    float: left
}

.right {
    float: right
}

@font-face {
    font-family: avenir next lt pro;
    src: url(../fonts/AvenirNextLTPro-Regular.eot);
    src: url(../fonts/AvenirNextLTPro-Regular.eot?#iefix) format('embedded-opentype'), url(../fonts/AvenirNextLTPro-Regular.woff) format('woff'), url(../fonts/AvenirNextLTPro-Regular.ttf) format('truetype');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: avenir next lt pro;
    src: url(../fonts/AvenirNextLTPro-Demi.eot);
    src: url(../fonts/AvenirNextLTPro-Demi.eot?#iefix) format('embedded-opentype'), url(../fonts/AvenirNextLTPro-Demi.woff) format('woff'), url(../fonts/AvenirNextLTPro-Demi.ttf) format('truetype');
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: avenir next lt pro;
    src: url(../fonts/AvenirNextLTPro-Bold.eot);
    src: url(../fonts/AvenirNextLTPro-Bold.eot?#iefix) format('embedded-opentype'), url(../fonts/AvenirNextLTPro-Bold.woff) format('woff'), url(../fonts/AvenirNextLTPro-Bold.ttf) format('truetype');
    font-weight: 700;
    font-style: normal
}

body {
    background: #fff;
    color: #555;
    font: normal 16px/1.6 'Avenir Next LT Pro', sans-serif;
}

#footer,
#footer_bottom {
    font-family: 'Avenir Next LT Pro', sans-serif !important;
    font-weight: 700 !important;
}

#main {
    padding: 90px 0 0
}

#main.background {
    padding: 0
}

#top {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 10;
    height: 90px
}

#top.dark {
    background: #414141
}

#top .container {
    position: relative
}

#top .col-xs-9 {
    position: static
}

#top .logo {
    display: block;
    background: url(https://cdn.shortpixel.ai/client/q_glossy,ret_img/https://www.netreputation.com/wp-content/themes/nr/assets/nr-logo-man.svg) left center no-repeat;
    background-size: 46px 73px;
    padding: 0 0 0 54px;
    height: 90px;
    line-height: 1.3
}

.background_dark #top .logo,
#top.dark .logo {
    background: url(https://cdn.shortpixel.ai/client/q_glossy,ret_img/https://www.netreputation.com/wp-content/themes/nr/assets/logo_light.png) left center no-repeat;
    background-size: 46px 73px
}

#top .logo span {
    display: none
}

#top .logo .name {
    color: #414141;
    font-weight: 700;
    font-size: 24px;
    padding: 22px 0 0
}

#top .logo .com,
#top.dark .logo .com {
    color: #37935C
}

#top .logo .tagline {
    color: #414141;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1.3px
}

.background_dark #top .logo .name,
#top.dark .logo .name,
.background_dark #top .logo .tagline,
#top.dark .logo .tagline {
    color: #fff
}

#nav_main {
    float: right;
    display: none;
    font-size: 14px
}

#nav_main ul,
#nav_main li,
#nav_main li a {
    float: left
}

#nav_main ul,
#nav_mobile_visible,
#nav_mobile_dropdown ul {
    list-style: none;
    margin: 0;
    padding: 0
}

#nav_main li {
    padding: 0 0 0 13px
}

#nav_main li:first-child {
    padding: 0
}

#nav_main .phone,
#nav_main .get_started {
    padding-top: 25px
}

#nav_main a {
    color: #000;
    font-weight: 500;
    line-height: 90px;
    text-transform: uppercase;
    transition: all .3s
}

.background_dark #nav_main a,
#top.dark #nav_main a {
    color: #fff
}

#top #nav_main a:hover {
    color: #37935C
}

#nav_main .phone a {
    border: 1px solid rgba(0, 0, 0, .75);
    border-radius: 50px;
    padding: 2px 10px 0;
    line-height: 36px
}

#nav_main .phone a i {
    margin: 0 5px 0 0;
    vertical-align: -2px;
    font-size: 18px
}

.background_dark #nav_main .phone a,
#top.dark #nav_main .phone a {
    border-color: #fff
}

#nav_main .phone a:hover {
    background: #fff;
    border-color: #fff
}

#nav_main .get_started a {
    color: #fff;
    background: #37935C;
    border-radius: 50px;
    padding: 2px 12px 0;
    line-height: 38px
}

#nav_main .get_started a:hover {
    background: #fff
}

#nav_mobile_visible {
    float: right;
    color: #000;
    font-size: 16px;
    line-height: 1;
    padding: 28px 0 0
}

#nav_mobile_visible li,
#nav_mobile_visible li a {
    float: left
}

#nav_mobile_visible .phone {
    margin: 1px 9px 0 0
}

#nav_mobile_visible .phone a {
    display: block;
    font-weight: 500;
    color: #000;
    border: 1px solid #000;
    border-radius: 50px;
    padding: 8px 10px 7px;
    transition: all .3s ease-in-out
}

#nav_mobile_visible .phone a i {
    margin: 0 5px 0 0
}

.background_dark #nav_mobile_visible .phone a,
#top.dark #nav_mobile_visible .phone a {
    color: #fff;
    border-color: #fff
}

#nav_mobile_visible .phone a:hover {
    color: #37935C;
    background: #fff;
    border-color: #fff
}

.background_dark #nav_mobile_visible .phone a:hover,
#top.dark #nav_mobile_visible .phone a:hover {
    color: #37935C
}

#nav_mobile_visible .trigger i {
    font-size: 35px;
    cursor: pointer;
    transition: all .3s ease-in-out
}

.background_dark #nav_mobile_visible .trigger i,
#top.dark #nav_mobile_visible .trigger i {
    color: #fff
}

#nav_mobile_visible .trigger i:hover,
#top.dark #nav_mobile_visible .trigger i:hover {
    color: #37935C
}

#nav_mobile_dropdown {
    display: none;
    position: absolute;
    background: #fff;
    left: 30px;
    top: 89px;
    z-index: 2;
    width: 85%;
    width: calc(100% - 62px);
    padding: 15px 0 20px;
    border: 1px solid #414141;
    font-size: 16px;
    text-align: center
}

#nav_mobile_dropdown .phone {
    display: none
}

#nav_mobile_dropdown a {
    display: block;
    color: #000;
    font-weight: 500;
    line-height: 40px;
    text-transform: uppercase
}

#nav_mobile_dropdown a:hover {
    color: #37935C
}

#nav_mobile_dropdown .get_started {
    padding: 8px 0 0
}

#nav_mobile_dropdown .get_started a {
    display: inline-block;
    color: #fff;
    background: #37935C;
    border-radius: 50px;
    padding: 2px 35px 0;
    line-height: 38px
}

#nav_mobile_dropdown .get_started a:hover {
    color: #fff;
    background: #414141
}

.uppercase-transform{
    text-transform: uppercase;
}

h1 {
    text-transform: none;
    color: #000;
    margin: 0;
    padding: 0 0 25px;
    font-size: 27px;
    line-height: 1.3
}

h2 {
    text-transform: none;
    color: #000;
    margin: 0;
    padding: 0 0 25px;
    font-size: 20px;
    line-height: 1.4
}

h3 {
    color: #333;
    margin: 0;
    padding: 0 0 30px;
    font-size: 20px;
    line-height: 1.5
}

h4,
h5,
h6 {
    margin: 0;
    padding: 0 0 10px;
    font-size: 18px
}

h1.border_bottom,
h2.border_bottom {
    margin: 0 0 40px
}

p {
    margin: 0;
    padding: 0 0 30px
}

ul {
    list-style: disc outside;
    margin: 0 0 25px 20px;
    padding: 0
}

li {
    padding: 0 0 5px
}

blockquote {
    background: #f4f4f4;
    margin: 0 0 30px;
    padding: 25px 30px 0;
    border-radius: 4px
}

.polygon_white polygon {
    fill: #fff
}

.polygon_green polygon {
    fill: #37935C
}

.polygon_light_grey polygon {
    fill: #f4f4f4
}

.polygon_dark_grey polygon {
    fill: #414141
}

#content {
    padding: 50px 0 0
}

.text_center {
    text-align: center
}

.text_right {
    text-align: right
}

.hide_small {
    display: none
}

.border_bottom {
    position: relative
}

.border_bottom:after {
    position: absolute;
    left: 50%;
    bottom: 0;
    content: "";
    height: 5px;
    background: #37935C;
    width: 120px;
    margin: 0 0 0 -60px
}

.border_bottom_left:after {
    left: 0;
    margin: 0
}

.border_white:after {
    background: #fff
}

.border_small:after {
    width: 80px;
    margin: 0 0 0 -40px
}

.btn {
    display: inline-block;
    border: 0;
    border-radius: 50px;
    padding: 15px 30px 14px;
    color: #fff;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    background: #37935C;
    transition: all .3s;
    cursor: pointer;
    width: auto
}

.btn.full {
    display: block;
    margin: auto;
    max-width: 300px
}

.btn:hover,
.btn:focus {
    color: #fff;
    background: #414141;
    outline: 0
}

.space_top {
    padding-top: 20px
}

.space_bottom {
    padding-bottom: 20px
}

.cta_phone {
    font-weight: 700;
    color: #000
}

.cta_phone:hover {
    text-decoration: underline
}

.background_grey {
    background: #f4f4f4
}

#stage {
    padding: 140px 0 0;
    background-repeat: no-repeat;
    background-position: 55% top;
    background-size: cover
}

.background_dark #stage h1 {
    color: #fff
}

#stage .desc {
    color: #000;
    line-height: 1.5;
    font-size: 20px
}

.background_dark #stage .desc {
    color: #fff
}

#stage .desc a {
    color: #000;
    display: inline-block
}

#stage .desc a:hover {
    text-decoration: underline
}

#stage .logos img {
    vertical-align: middle;
    margin: 0 3px
}

.expert_rep_mgmt {
    padding: 10px 0 0
}

.reputation_score {
    display: none;
    margin: auto;
    max-width: 300px;
    position: relative;
    z-index: 1;
    top: -60px
}

.reputation_score .line,
.reputation_score .line.animated {
    background: #37935C;
    height: 0;
    margin: 0 0 0 5px;
    max-height: 0;
    position: absolute;
    left: 50%;
    top: -170px;
    width: 3px;
    z-index: 1
}

.reputation_score .line.draw {
    -webkit-transition: max-height 1.5s;
    -moz-transition: max-height 1.5s;
    transition: max-height 1.5s
}

.reputation_score .line.animated,
.reputation_score .line.draw {
    height: 200px;
    max-height: 200px
}

.reputation_score .line:before,
.reputation_score .line:after {
    background: #37935C;
    border-radius: 50px;
    content: '';
    height: 20px;
    position: absolute;
    left: -8px;
    width: 20px
}

.reputation_score .line:before {
    top: -20px
}

.reputation_score .line:after {
    bottom: -220px
}

.reputation_score .line.draw:after {
    bottom: -20px;
    -webkit-transition: bottom 1.5s;
    -moz-transition: bottom 1.5s;
    transition: bottom 1.5s
}

.reputation_score .line.animated:after {
    bottom: -20px
}

.reputation_score .avatar {
    display: block
}

.reputation_score .text {
    background: #d7d7d7;
    text-align: center;
    padding: 20px 10px
}

.reputation_score .name {
    text-transform: uppercase;
    color: #000;
    padding: 0
}

.reputation_score .score {
    display: block;
    width: 120px;
    height: 46px;
    margin: auto;
    padding: 8px 0 0;
    background: #37935C;
    color: #fff;
    border-radius: 50px
}

.reputation_score .score.animate {
    -webkit-animation: fadeColor 1.5s;
    -moz-animation: fadeColor 1.5s;
    -o-animation: fadeColor 1.5s;
    animation: fadeColor 1.5s
}

@-webkit-keyframes fadeColor {
    0% {
        background: #d37070
    }

    33% {
        background: #cc6736
    }

    66% {
        background: #dfdd59
    }

    100% {
        background: #37935C
    }
}

@-moz-keyframes fadeColor {
    0% {
        background: #d37070
    }

    33% {
        background: #cc6736
    }

    66% {
        background: #dfdd59
    }

    100% {
        background: #37935C
    }
}

@-o-keyframes fadeColor {
    0% {
        background: #d37070
    }

    33% {
        background: #cc6736
    }

    66% {
        background: #dfdd59
    }

    100% {
        background: #37935C
    }
}

@keyframes fadeColor {
    0% {
        background: #d37070
    }

    33% {
        background: #cc6736
    }

    66% {
        background: #dfdd59
    }

    100% {
        background: #37935C
    }
}

.reputation_score .score .number {
    display: inline-block;
    font-weight: 700;
    width: 55px;
    text-align: left
}

.reputation_score .score img {
    vertical-align: top
}

.reputation {
    border: 1px solid #ccc;
    border-radius: 20px;
    height: 100;
    margin: 0 auto 30px;
    min-height: 260px;
    padding: 0;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 100%
}

.reputation .title {
    color: #222;
    font-family: Helvetica, Sans-Serif;
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 10px;
    padding: 25px 0
}

.reputation .gauge-container {
    height: 190px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    width: 380px
}

.gauge-container .outer {
    background: #ccc;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    height: 380px;
    width: 380px
}

.gauge-container .inner {
    background: #fff;
    border: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    height: 190px;
    margin: -95px 0 0 -95px;
    width: 190px;
    position: absolute;
    top: 100%;
    left: 50%;
    z-index: 5
}

.gauge-container .needle {
    background: #002;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 110%;
    border-top-right-radius: 110%;
    display: inline-block;
    height: 160px;
    margin: auto;
    position: absolute;
    bottom: 5px;
    left: 0;
    right: 0;
    -webkit-transform: rotate(-92deg);
    -moz-transform: rotate(-92deg);
    -o-transform: rotate(-92deg);
    transform: rotate(-92deg);
    -webkit-transform-origin: bottom;
    -moz-transform-origin: bottom;
    -o-transform-origin: bottom;
    transform-origin: bottom;
    width: 10px;
    z-index: 10
}

.gauge-container.animate .needle {
    -webkit-animation: grow 2s;
    -moz-animation: grow 2s;
    -o-animation: grow 2s;
    animation: grow 2s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.gauge-container.animated .needle {
    -webkit-transform: rotate(46deg);
    -moz-transform: rotate(46deg);
    -o-transform: rotate(46deg);
    transform: rotate(46deg)
}

.gauge-container .quarter {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    clip: rect(0, 380px, 380px, 190px);
    height: 380px;
    position: absolute;
    top: 0;
    width: 380px
}

.gauge-container .quarter .panel {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    clip: rect(0, 190px, 380px, 0);
    height: 380px;
    position: absolute;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 380px
}

#quarter1 {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

#quarter1 .panel {
    background-color: #e62c24
}

#quarter2 {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

#quarter2 .panel {
    background-color: #fbb01a
}

#quarter3 {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0)
}

#quarter3 .panel {
    background-color: #fff100
}

#quarter4 {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

#quarter4 .panel {
    background-color: #5cba46
}

@-webkit-keyframes grow {
    0% {
        -webkit-transform: rotate(-92deg)
    }

    100% {
        -webkit-transform: rotate(46deg)
    }
}

@-moz-keyframes grow {
    0% {
        -moz-transform: rotate(-92deg)
    }

    100% {
        -moz-transform: rotate(46deg)
    }
}

@-o-keyframes grow {
    0% {
        -o-transform: rotate(-92deg)
    }

    100% {
        -o-transform: rotate(46deg)
    }
}

@keyframes grow {
    0% {
        transform: rotate(-92deg)
    }

    100% {
        transform: rotate(46deg)
    }
}

.reputation .score {
    background: #fff100;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    color: #000;
    display: block;
    height: 46px;
    margin: 60px auto;
    padding: 8px 0 0;
    width: 120px
}

.reputation .score.animate {
    -webkit-animation: fadeScore 2s;
    -moz-animation: fadeScore 2s;
    -o-animation: fadeScore 2s;
    animation: fadeScore 2s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.reputation .score .number {
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    width: 55px;
    text-align: left
}

.reputation .score img {
    vertical-align: top
}

@-webkit-keyframes fadeScore {
    0% {
        background: #e62c24
    }

    50% {
        background: #fbb01a
    }

    100% {
        background: #fff100
    }
}

@-moz-keyframes fadeScore {
    0% {
        background: #e62c24
    }

    50% {
        background: #fbb01a
    }

    100% {
        background: #fff100
    }
}

@-o-keyframes fadeScore {
    0% {
        background: #e62c24
    }

    50% {
        background: #fbb01a
    }

    100% {
        background: #fff100
    }
}

@keyframes fadeScore {
    0% {
        background: #e62c24
    }

    50% {
        background: #fbb01a
    }

    100% {
        background: #fff100
    }
}

#our_services_header {
    background: #37935C;
    padding: 10px 0 1px
}

#our_services_header h2 {
    color: #fff
}

#our_services {
    position: relative;
    background: #f4f4f4
}

#our_services:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 40px;
    top: 0;
    left: 0;
    background: #37935C
}

#our_services .col-sm-6 {
    padding-bottom: 30px
}

#our_services .col-sm-6:nth-child(odd) {
    clear: left
}

#our_services .service {
    padding: 25px 20px 25px 25px;
    background: #fff
}

#our_services .service img {
    display: block;
    max-height: 55px;
    margin: 0 0 15px
}

#our_services .service a {
    display: inline-block;
    text-transform: uppercase;
    border-bottom: 1px solid #37935C;
    transition: all .3s
}

#our_services .service a:hover {
    border-bottom-color: #414141
}

#get_reviews {
    color: #fff;
    background: #37935C
}

#get_reviews h2 {
    color: #fff
}

#get_reviews h3 {
    color: #fff;
    text-transform: uppercase;
    padding: 0 0 10px;
    margin: 0 0 20px
}

#get_reviews .review_item img {
    display: block;
    margin: 0 auto 8px;
    max-height: 30px
}

.explain_text {
    color: #fff;
    background: #37935C;
    font-size: 18px
}

.explain_text h2 {
    color: #fff
}

.explain_text.margin_bottom {
    margin-bottom: -100px;
    padding-bottom: 120px
}

#rep_mgmt_points .icon {
    float: left;
    padding: 5px 0;
    width: 50px
}

#rep_mgmt_points .text {
    float: right;
    width: calc(100% - 70px)
}

#rep_mgmt_points .point h3 {
    padding: 0 0 10px
}

#protect_reputation {
    position: relative
}

#protect_reputation .comp {
    position: absolute;
    top: 40px;
    right: 0;
    max-width: 500px;
    width: 45%
}

#process_steps .line span {
    display: block;
    position: relative;
    height: 3px;
    background: #ccc;
    margin: 40px 0 0
}

#process_steps .line span:before,
#process_steps .line span:after {
    position: absolute;
    content: "";
    top: -8px;
    width: 20px;
    height: 20px;
    border-radius: 50px;
    background: #cfcfcf
}

#process_steps .line span:before {
    left: -19px
}

#process_steps .line span:after {
    right: -19px
}

#process_steps .steps a,
#process_steps .steps a img,
#process_steps .steps a strong {
    display: block
}

#process_steps .steps a {
    text-decoration: underline
}

#process_steps .steps a:hover {
    color: #000;
    text-decoration: none
}

#process_steps .steps a img {
    margin: 0 auto 10px;
    max-height: 75px
}

#process_steps .bottom_steps {
    border: 2px solid #cfcfcf;
    border-radius: 10px;
    margin: 20px 0;
    padding: 20px 0;
    position: relative
}

#process_steps .arrow_left,
#process_steps .arrow_right {
    position: absolute;
    content: "";
    left: 50%;
    background-repeat: no-repeat;
    background-color: #fff;
    width: 20px;
    height: 20px;
    margin: 0 0 0 -10px;
    background-size: 20px 20px
}

#process_steps .arrow_right {
    background-image: url(https://www.netreputation.com/wp-content/themes/nr/assets/arrow_right.svg);
    top: -10px
}

#process_steps .arrow_left {
    background-image: url(https://www.netreputation.com/wp-content/themes/nr/assets/arrow_left.svg);
    bottom: -10px
}

#process_steps .step1 {
    color: #70bdd3
}

#process_steps .step2 {
    color: #707dd3
}

#process_steps .step3 {
    color: #d370be
}

#process_steps .step4 {
    color: #70d3c6
}

#process_steps .step5 {
    color: #d38870;
    margin: 15px 0 0
}

.step_title {
    background: #f4f4f4
}

.step_title .left_part img {
    display: block;
    max-height: 75px
}

.step_title .left_part .text {
    padding: 5px 0 0
}

.step_title .left_part h3 {
    padding: 0
}

.step_title.step1 .left_part h3 {
    color: #70bdd3
}

.step_title.step2 .left_part h3 {
    color: #707dd3
}

.check_points p {
    background: url(https://www.netreputation.com/wp-content/themes/nr/assets/check_green.svg) 0 4px no-repeat;
    background-size: 22px 22px;
    padding-left: 30px
}

#free_analysis {
    background: #f4f4f4;
    margin: 0 0 -100px;
    padding: 20px 0 120px
}

#free_analysis .text_center p a,
#free_analysis .text_center p strong {
    color: #000
}

#free_analysis .text_center p a:hover {
    text-decoration: underline
}

.post_thumbnail {
    display: block;
    margin: auto
}

.post_thumbnail img {
    display: inline-block;
    border-radius: 5px;
    transition: opacity .1s linear
}

.post_thumbnail:hover img {
    opacity: .75
}

.post_full .post_thumbnail {
    text-align: center
}

.post_category {
    padding: 0 0 10px;
    font-size: 16px
}

h3.post_title {
    text-transform: uppercase
}

.post_title a {
    color: #000
}

.post_title a:hover {
    text-decoration: underline
}

.post_author {
    font-size: 16px
}

.post_author span {
    display: block;
    color: #999
}

.post_excerpt_medium .col-md-6:nth-child(2n+1) {
    clear: left
}

.post_excerpt_small article {
    padding: 0 0 30px
}

.post_excerpt_small .post_title {
    padding: 0 0 15px
}

.wp-pagenavi a,
.wp-pagenavi span {
    display: inline-block;
    padding: 7px 10px 5px;
    line-height: 1;
    text-decoration: none;
    color: #37935C;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px
}

.wp-pagenavi a:focus,
.wp-pagenavi a:hover,
.wp-pagenavi span:focus,
.wp-pagenavi span:hover {
    color: #990d50;
    background-color: #eee;
    border-color: #ddd
}

.wp-pagenavi a:first-child,
.wp-pagenavi span:first-child {
    margin-left: 0;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px
}

.wp-pagenavi a:last-child,
.wp-pagenavi span:last-child {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px
}

.wp-pagenavi .current,
.wp-pagenavi .current:focus,
.wp-pagenavi .current:hover {
    color: #fff;
    background-color: #37935C;
    border-color: #37935C;
    cursor: default
}

#post_nav a {
    display: block;
    border-radius: 50px;
    border: 1px solid #f4f4f4;
    background: #f4f4f4;
    color: #555;
    font-size: 15px;
    padding: 5px 10px 3px
}

#post_nav a i {
    vertical-align: -1px
}

#post_nav a:hover {
    border-color: #37935C;
    background: #fff
}

#contact_details {
    color: #fff;
    background: #37935C;
    text-align: center
}

#contact_details img {
    display: block;
    margin: 0 auto 8px;
    max-height: 30px
}

#contact_details h3 {
    text-transform: uppercase;
    padding: 0 0 10px;
    margin: 0 0 20px
}

#contact_details h3,
#contact_details a {
    color: #fff
}

#contact_details a:hover {
    text-decoration: underline
}

#contact_details p {
    font-size: 18px;
    line-height: 1.5
}

#help_fixing {
    background: #f4f4f4;
    text-align: center
}

#help_fixing.green {
    background: #37935C
}

#help_fixing i.fa-phone {
    color: #fff;
    background: #37935C;
    border-radius: 100px;
    position: absolute;
    left: 50%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    top: -75px;
    margin: 0 0 0 -25px;
    font-size: 30px
}

#help_fixing i.fa-phone.dark {
    background: #000
}

#help_fixing h2 {
    padding: 20px 0 30px;
    margin: 0 0 30px;
    position: relative
}

#help_fixing p {
    color: #000;
    font-size: 20px;
    padding: 0
}

#help_fixing p span {
    font-weight: 500
}

#help_fixing p a {
    color: #000;
    display: inline-block
}

#help_fixing p a:hover {
    text-decoration: underline
}

#help_fixing.green h2,
#help_fixing.green p,
#help_fixing.green p a {
    color: #fff
}

.before_testimonial {
    position: relative;
    z-index: 5
}

#testimonial_slideshow {
    position: relative;
    top: -100px;
    margin: 0 0 -100px;
    text-align: center
}

#testimonial_slideshow .slides {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 450px
}

#testimonial_slideshow .slides li {
    width: 100%;
    height: 450px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #333;
    color: #fff
}

#testimonial_slideshow .text {
    width: 80%;
    max-width: 700px;
    margin: auto;
    padding: 120px 0 0;
    line-height: 1.5
}

#testimonial_slideshow .text p {
    font-style: italic;
    color: #fff;
    line-height: 1.5;
}

#testimonial_slideshow .text strong {
    display: block;
    position: relative;
    text-transform: uppercase;
    padding: 20px 0 0
}

#testimonial_slideshow .text strong:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    width: 60px;
    margin: 0 0 0 -30px;
    height: 5px;
    background: #fff
}

#testimonial_slideshow .headshots {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -10px;
    z-index: 6
}

#testimonial_slideshow .headshots li {
    display: inline-block;
    margin: 0 5px
}

#testimonial_slideshow .headshots a {
    display: block;
    border-radius: 100px;
    border: 4px solid #fff;
    background: #fff
}

#testimonial_slideshow .headshots img {
    display: block;
    cursor: pointer;
    max-width: 60px;
    transition: all .5s;
    border-radius: 100px;
    opacity: .5
}

#testimonial_slideshow .headshots img:hover {
    opacity: 1
}

.after_testimonial {
    position: relative;
    z-index: 5;
    top: -100px;
    margin: 0 0 -100px
}

#footer_bottom {
    color: #fff;
    background: #414141;
    padding: 60px 0 0
}

#footer_bottom .container {
    display: flex;
    flex-direction: column
}

#footer_bottom .copyright {
    order: 1
}

#footer .logo {
    display: block;
    color: #fff;
    background: url(https://cdn.shortpixel.ai/client/q_glossy,ret_img/https://www.netreputation.com/wp-content/themes/nr/assets/logo_light.png) left center no-repeat;
    background-size: 46px 73px;
    padding: 0 0 0 54px;
    height: 73px;
    line-height: 1.3
}

#footer .logo .name {
    display: block;
    font-weight: 700;
    font-size: 21px;
    padding: 15px 0 0
}

#footer .logo .com {
    color: #37935C
}

#footer .logo .tagline {
    display: block;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1px
}

#footer .social {
    padding: 20px 0
}

#footer .social a {
    float: left;
    margin: 0 10px 0 0;
    color: #fff;
    border-radius: 50px;
    width: 32px;
    height: 32px;
    text-align: center;
    font-size: 20px;
    line-height: 36px;
    transition: all .3s
}

#footer .social .facebook {
    background: #3b5998
}

#footer .social .facebook:hover {
    color: #3b5998;
    background: #fff
}

#footer .social .twitter {
    background: #00aced
}

#footer .social .twitter:hover {
    color: #00aced;
    background: #fff
}

#footer .social .instagram {
    background: #517fa4
}

#footer .social .instagram:hover {
    color: #517fa4;
    background: #fff
}

#footer .copyright p {
    padding: 0 0 20px;
    color: #888;
    font-size: 14px
}

#footer_bottom h4 {
    font-family: 'Avenir Next LT Pro', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
}

#footer .links ul {
    list-style: none;
    margin: 0 0 30px;
    padding: 0
}

#footer .links li {
    padding: 0
}

#footer .links a {
    font-weight: 700;
    color: #fff;
    display: block
}

#footer .links a:hover,
#footer .address a:hover {
    text-decoration: underline
}

#footer .address a {
    color: #fff;
    font-weight: 500;
    display: inline-block
}

#basement {
    background: rgba(0, 0, 0, .2)
}

#basement a {
    display: inline-block;
    color: #fff;
    font-size: 13px;
    padding: 10px 4px;
    transition: all .3s
}

#basement a:hover {
    background: rgba(255, 255, 255, .1)
}

@media(min-width:375px) {
    #nav_mobile_visible .phone {
        margin: 1px 20px 0 0
    }

    #stage .logos img {
        margin: 0 6px
    }

    #post_nav a {
        font-size: 16px;
        padding: 5px 15px 3px
    }

    #testimonial_slideshow .headshots li {
        margin: 0 10px
    }

    #testimonial_slideshow .headshots img {
        max-width: 80px
    }

    #footer .logo .name {
        font-size: 24px;
        padding: 12px 0 0
    }

    #footer .logo .tagline {
        font-size: 11px;
        letter-spacing: 1.3px
    }

    #basement a {
        font-size: 14px;
        padding: 10px
    }
}

@media(min-width:480px) {
    body {
        font-size: 18px;
        line-height: 1.8
    }

    h1 {
        font-size: 30px
    }

    h2 {
        font-size: 23px
    }

    h3 {
        font-size: 22px
    }

    h1.border_bottom,
    h2.border_bottom {
        margin: 0 0 50px
    }

    blockquote {
        margin: 0 30px 30px
    }

    #content {
        padding: 60px 0 0
    }

    .btn {
        font-size: 20px
    }

    .btn.full {
        max-width: 400px
    }

    .space_top {
        padding-top: 30px
    }

    .space_bottom {
        padding-bottom: 30px
    }

    #stage {
        padding: 150px 0 0;
        background-position: center top
    }

    #stage .desc {
        font-size: 22px
    }

    .expert_rep_mgmt {
        padding: 20px 0 0
    }

    #our_services {
        padding: 0 0 10px
    }

    #our_services:before {
        height: 60px
    }

    #our_services .service {
        padding: 30px 30px 30px 35px
    }

    #get_reviews .review_item img,
    #contact_details img {
        max-height: 35px
    }

    .explain_text.margin_bottom {
        padding-bottom: 130px
    }

    #rep_mgmt_points .icon {
        width: 60px
    }

    #rep_mgmt_points .text {
        width: calc(100% - 80px)
    }

    #process_steps .bottom_steps {
        margin: 30px 0 20px;
        padding: 30px 0
    }

    .check_points p {
        background-position: 0 7px;
        background-size: 25px 25px;
        padding-left: 35px
    }

    #free_analysis {
        padding: 30px 0 130px
    }

    #post_nav a {
        font-size: 18px;
        padding: 5px 20px
    }

    #contact_details p {
        font-size: 19px
    }

    #help_fixing i.fa-phone {
        width: 60px;
        height: 60px;
        line-height: 60px;
        top: -80px;
        margin: 0 0 0 -30px;
        font-size: 35px
    }

    #help_fixing p {
        font-size: 22px
    }

    #testimonial_slideshow .slides,
    #testimonial_slideshow .slides li {
        height: 550px
    }

    #testimonial_slideshow .text {
        padding: 175px 0 0
    }

    #testimonial_slideshow .text p {
        font-size: 20px
    }

    #testimonial_slideshow .headshots {
        bottom: -30px
    }

    #testimonial_slideshow .headshots li {
        margin: 0 15px
    }

    #testimonial_slideshow .headshots img {
        max-width: 95px
    }

    #footer_bottom {
        padding: 80px 0 0
    }

    #basement a {
        font-size: 15px
    }
}

@media(min-width:768px) {

    #top .logo .name,
    #top .logo .tagline {
        display: block
    }

    #top .logo .com {
        display: inline
    }

    #content {
        padding: 70px 0 0
    }

    h1 {
        font-size: 35px
    }

    h2 {
        font-size: 26px
    }

    h3 {
        font-size: 24px
    }

    .hide_small {
        display: block
    }

    .btn {
        font-size: 22px
    }

    .space_top {
        padding-top: 40px
    }

    .space_bottom {
        padding-bottom: 40px
    }

    #stage {
        padding: 160px 0 0
    }

    #stage .desc {
        font-size: 24px
    }

    .reputation_score {
        display: block
    }

    .rep_score_bottom {
        position: relative;
        top: -120px;
        margin: 0 0 -120px
    }

    #our_services_header {
        padding: 30px 0 10px
    }

    #our_services {
        padding: 0 0 20px
    }

    #our_services:before {
        height: 80px
    }

    #our_services .service {
        padding: 35px
    }

    #get_reviews {
        padding-bottom: 10px
    }

    #get_reviews .col-sm-6.col-md-4:nth-child(2n+0) {
        clear: left
    }

    #get_reviews p {
        line-height: 1.5
    }

    #get_reviews .review_item img,
    #contact_details img {
        max-height: 40px
    }

    #get_reviews h3,
    #contact_details h3 {
        margin: 0 0 30px
    }

    .explain_text {
        font-size: 20px
    }

    .explain_text.margin_bottom {
        padding-bottom: 140px
    }

    #rep_mgmt_points .icon {
        width: 70px
    }

    #rep_mgmt_points .text {
        width: calc(100% - 90px)
    }

    #process_steps .arrow_left,
    #process_steps .arrow_right {
        width: 24px;
        height: 24px;
        margin: 0 0 0 -12px;
        background-size: 24px 24px
    }

    #process_steps .arrow_right {
        top: -12px
    }

    #process_steps .arrow_left {
        bottom: -12px
    }

    #process_steps .steps a img {
        max-height: 85px
    }

    #process_steps .line span {
        margin: 45px 0 0
    }

    #process_steps .bottom_steps {
        margin: 40px 0 20px;
        padding: 40px 0
    }

    #process_steps .line_first {
        margin: 0 -150% 0 -75%
    }

    #process_steps .line_second {
        margin: 0 -75% 0 -150%
    }

    #process_steps .step5 {
        margin: 0
    }

    .step_title .left_part img {
        float: left;
        max-height: 85px
    }

    .step_title .left_part .text {
        float: left;
        padding: 5px 0 0 20px
    }

    .step_title .right_part {
        text-align: right;
        padding: 7px 0 0
    }

    .check_points p {
        background-position: 0 6px;
        background-size: 30px 30px;
        padding-left: 42px
    }

    #free_analysis {
        padding: 40px 0 140px
    }

    #free_analysis #field_2_3,
    #free_analysis #field_2_6 {
        float: left;
        width: 48.5%
    }

    #free_analysis #field_2_4,
    #free_analysis #field_2_7 {
        float: right;
        clear: none;
        width: 48.5%
    }

    .post_excerpt_large,
    .post_excerpt_medium,
    .post_full .post_category,
    .post_full .post_title,
    .post_full .post_author {
        text-align: center
    }

    .post_excerpt_small .post_thumbnail {
        margin: 8px auto 0
    }

    #help_fixing h2 {
        padding: 30px 0;
        margin: 0 0 40px
    }

    #help_fixing i.fa-phone {
        width: 70px;
        height: 70px;
        line-height: 70px;
        top: -85px;
        margin: 0 0 0 -35px;
        font-size: 40px
    }

    #help_fixing p {
        font-size: 24px;
        padding: 0 0 10px
    }

    #testimonial_slideshow .slides,
    #testimonial_slideshow .slides li {
        height: 600px
    }

    #testimonial_slideshow .text {
        padding: 200px 0 0
    }

    #testimonial_slideshow .text p {
        font-size: 24px;
        padding: 0 0 60px
    }

    #testimonial_slideshow .text strong {
        font-size: 20px
    }

    #testimonial_slideshow .headshots li {
        margin: 0 20px
    }

    #testimonial_slideshow .headshots img {
        max-width: 120px
    }

    #footer_bottom {
        padding: 100px 0 0
    }
}

@media(min-width:992px) {
    #nav_main {
        display: block
    }

    #nav_mobile_visible {
        display: none
    }

    h1 {
        font-size: 40px
    }

    h2 {
        font-size: 28px
    }

    h3 {
        font-size: 26px
    }

    #content {
        padding: 90px 0 0
    }

    .btn {
        font-size: 24px
    }

    .space_top {
        padding-top: 50px
    }

    .space_bottom {
        padding-bottom: 50px
    }

    #stage {
        padding: 180px 0 0
    }

    #stage .desc {
        font-size: 26px
    }

    .expert_rep_mgmt {
        padding: 30px 0 0
    }

    #our_services_header {
        padding: 50px 0 15px
    }

    #our_services {
        padding: 0 0 30px
    }

    #our_services:before {
        height: 100px
    }

    #our_services .service {
        padding: 40px 50px 40px 40px
    }

    #get_reviews {
        padding-bottom: 20px
    }

    #get_reviews .col-sm-6.col-md-4:nth-child(2n+0) {
        clear: none
    }

    #get_reviews .review_item img,
    #contact_details img {
        max-height: 45px
    }

    .explain_text {
        font-size: 22px
    }

    .explain_text.margin_bottom {
        padding-bottom: 150px
    }

    #rep_mgmt_points .icon {
        width: 80px
    }

    #rep_mgmt_points .text {
        width: calc(100% - 100px)
    }

    #protect_reputation .comp {
        top: 50px
    }

    #process_steps .arrow_left,
    #process_steps .arrow_right {
        width: 28px;
        height: 28px;
        margin: 0 0 0 -14px;
        background-size: 28px 28px
    }

    #process_steps .arrow_right {
        top: -14px
    }

    #process_steps .arrow_left {
        bottom: -14px
    }

    #process_steps .steps a img {
        max-height: 100px
    }

    #process_steps .line span {
        margin: 50px 0 0
    }

    #process_steps .bottom_steps {
        margin: 50px 0 20px;
        padding: 50px 0
    }

    .step_title .left_part img {
        max-height: 100px
    }

    .step_title .left_part .text {
        padding: 10px 0 20px 25px
    }

    .step_title .right_part {
        padding: 12px 0 0
    }

    .check_points p {
        background-size: 32px 32px;
        padding-left: 45px
    }

    #free_analysis {
        padding: 50px 0 150px
    }

    #contact_details p {
        font-size: 22px
    }

    #help_fixing i.fa-phone {
        width: 80px;
        height: 80px;
        line-height: 80px;
        top: -90px;
        margin: 0 0 0 -40px;
        font-size: 45px
    }

    #help_fixing h2 {
        padding: 40px 0 30px;
        margin: 0 0 50px
    }

    #help_fixing p {
        font-size: 26px;
        padding: 0 0 15px
    }

    #testimonial_slideshow .slides,
    #testimonial_slideshow .slides li {
        height: 650px
    }

    #testimonial_slideshow .text p {
        font-size: 26px;
        padding: 0 0 80px
    }

    #testimonial_slideshow .text strong {
        font-size: 22px
    }

    #footer_bottom .container {
        display: block
    }
}

@media(min-width:1200px) {
    #main {
        padding: 100px 0 0
    }

    #top,
    #top .logo {
        height: 100px
    }

    #top .logo .name {
        padding: 26px 0 0
    }

    #nav_main {
        font-size: 17px
    }

    #nav_main li {
        padding: 0 0 0 16px
    }

    #nav_main .phone,
    #nav_main .get_started {
        padding-top: 30px
    }

    #nav_main a {
        line-height: 100px
    }

    #nav_main .phone a {
        padding: 2px 13px 0
    }

    #nav_main .get_started a {
        padding: 2px 15px 0
    }

    h1 {
        font-size: 64px
    }

    h2 {
        font-size: 48px
    }

    #content {
        padding: 100px 0 0
    }

    .btn {
        font-size: 26px
    }

    .space_top {
        padding-top: 60px
    }

    .space_bottom {
        padding-bottom: 60px
    }

    #stage {
        padding: 200px 0 0
    }

    #stage .desc {
        font-size: 28px
    }

    .expert_rep_mgmt {
        padding: 40px 0 0
    }

    #our_services_header {
        padding: 70px 0 20px
    }

    #our_services {
        padding: 0 0 40px
    }

    #our_services:before {
        height: 120px
    }

    #our_services .service {
        padding: 50px 120px 50px 50px
    }

    #get_reviews {
        padding-bottom: 30px
    }

    #get_reviews .review_item img,
    #contact_details img {
        max-height: 50px
    }

    .explain_text {
        font-size: 24px
    }

    .explain_text.margin_bottom {
        padding-bottom: 160px
    }

    #rep_mgmt_points .icon {
        width: 90px
    }

    #rep_mgmt_points .text {
        width: calc(100% - 110px)
    }

    #protect_reputation .comp {
        top: 60px
    }

    #process_steps .bottom_steps {
        margin: 60px 0 20px
    }

    #process_steps .arrow_left,
    #process_steps .arrow_right {
        width: 30px;
        height: 30px;
        margin: 0 0 0 -15px;
        background-size: 30px 30px
    }

    #process_steps .arrow_right {
        top: -15px
    }

    #process_steps .arrow_left {
        bottom: -15px
    }

    #process_steps .steps a img {
        max-height: 120px
    }

    #process_steps .line span {
        margin: 60px 0 0
    }

    .step_title .left_part img {
        max-height: 120px
    }

    .step_title .left_part .text {
        padding: 20px 0 30px 30px
    }

    .step_title .right_part {
        padding: 22px 0 0
    }

    .check_points p {
        background-position: left 4px
    }

    #free_analysis {
        padding: 60px 0 160px
    }

    #help_fixing i.fa-phone {
        width: 100px;
        height: 100px;
        line-height: 100px;
        top: -100px;
        margin: 0 0 0 -50px;
        font-size: 50px
    }

    #help_fixing p {
        font-size: 28px
    }

    #testimonial_slideshow .slides,
    #testimonial_slideshow .slides li {
        height: 700px
    }

    #testimonial_slideshow .text {
        padding: 250px 0 0
    }

    #testimonial_slideshow .text p {
        font-size: 28px
    }

    #testimonial_slideshow .text strong {
        font-size: 24px
    }

    #testimonial_slideshow .headshots {
        bottom: -40px
    }
}

#nav_main ul.sub-menu {
    display: none;
    width: 260px;
    position: absolute;
    top: 80px;
    background: #fff;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25)
}

#nav_main li:hover ul.sub-menu {
    display: block
}

#nav_main ul.sub-menu li {
    width: 100%;
    display: block;
    padding: 0;
    margin: 0
}

#nav_main ul.sub-menu li a {
    line-height: 1.4em !important;
    float: none;
    clear: both;
    padding: 10px 20px;
    text-transform: none !important;
    display: block
}

#formhero input[type=submit] {
    width: 250px !important
}

@media(min-width:480px) {
    .heading-top-blog {
        font-size: 30px;
        font-weight: 700;
        text-transform: uppercase;
        color: #000;
        font-size: 45px
    }
}

@media(min-width:768px) {
    .heading-top-blog {
        font-size: 35px
    }
}

@media(min-width:992px) {
    .heading-top-blog {
        font-size: 40px
    }
}

@media(min-width:1200px) {
    .heading-top-blog {
        font-size: 45px
    }
}

.heading-top-blog.border_bottom {
    margin: 0 0 50px
}

.overlay {
    position: relative;
    border-radius: 15px;
    overflow: hidden
}

.overlay .thumbnail {
    display: block
}

.overlay .playWrapper {
    opacity: 0;
    position: absolute;
    z-index: 1;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6) url(https://cdn.shortpixel.ai/client/q_glossy,ret_img/https://www.netreputation.com/wp-content/themes/nr/assets/play-button.png) no-repeat scroll center center/50px 50px;
    -webkit-transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out
}

.overlay .playWrapper:hover {
    opacity: 1
}

.netrepvideo-img {
    width: 100%
}

input.invalid {
    background-color: #fdd
}

select.invalid {
    background-color: #fdd
}

.input-hidden {
    display: none
}

.tab {
    display: none
}

.bnr-con {
    margin-top: 0
}

.form-top-flex {
    display: flex;
    align-items: center;
    flex-direction: row
}

@media only screen and (max-width:992px) {
    .form-top-flex {
        display: flex;
        align-items: center;
        flex-direction: column
    }
}

@media only screen and (min-width:768px) {
    .bnr-schedule-form {
        padding: 20px 30px 14px
    }
}

.inputGroup {
    background-color: #fff;
    display: block;
    margin: 10px 0;
    position: relative
}

.inputGroup label {
    padding: 12px 30px;
    width: 100%;
    display: block;
    text-align: left;
    color: #3c454c;
    cursor: pointer;
    position: relative;
    z-index: 2;
    transition: color .2s ease-in;
    overflow: hidden;
    border-radius: 30px;
    border: 2px solid #37935c
}

.inputGroup label:before {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    content: '';
    background-color: #5562eb;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) scale3d(1, 1, 1);
    transform: translate(-50%, -50%) scale3d(1, 1, 1);
    transition: all .3s cubic-bezier(.4, 0, .2, 1);
    opacity: 0;
    z-index: -1
}

.inputGroup label:after {
    width: 32px;
    height: 32px;
    content: '';
    border: 2px solid #37935c;
    background-color: #fff;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMzInIGhlaWdodD0nMzInIHZpZXdCb3g9JzAgMCAzMiAzMicgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJz48cGF0aCBkPSdNNS40MTQgMTFMNCAxMi40MTRsNS40MTQgNS40MTRMMjAuODI4IDYuNDE0IDE5LjQxNCA1bC0xMCAxMHonIGZpbGw9JyNmZmYnIGZpbGwtcnVsZT0nbm9uemVybycvPjwvc3ZnPiA=);
    background-repeat: no-repeat;
    background-position: 2px 3px;
    border-radius: 50%;
    z-index: 2;
    position: absolute;
    right: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    transition: all .2s ease-in
}

.inputGroup input:checked~label {
    color: #fff;
    border-radius: 30px
}

.inputGroup input:checked~label:before {
    -webkit-transform: translate(-50%, -50%) scale3d(56, 56, 1);
    transform: translate(-50%, -50%) scale3d(56, 56, 1);
    opacity: 1
}

.inputGroup input:checked~label:after {
    background-color: #37935c;
    border-color: #37935c
}

.inputGroup input {
    width: 32px;
    height: 32px;
    order: 1;
    z-index: 2;
    position: absolute;
    right: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    visibility: hidden
}

.form {
    padding: 0 16px;
    max-width: 550px;
    margin: 50px auto;
    font-size: 18px;
    font-weight: 600;
    line-height: 36px
}

.form-header-label {
    color: #000;
    font-size: 17px;
    margin: 15px 0
}

.inputGroup label {
    font-size: 13px
}

button {
    background-color: #37935c;
    color: #fff;
    border: 0;
    padding: 10px 20px;
    font-size: 17px;
    font-family: Raleway;
    cursor: pointer
}

.form-group.tab select {
    width: 50%;
    border: 0;
    height: 35px
}

#nextBtn {
    font-family: inherit
}

#prevBtn {
    background-color: #bbb;
    font-family: inherit
}

.step {
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border: 0;
    border-radius: 50%;
    display: inline-block;
    opacity: .5
}

.step.active {
    opacity: 1
}

.step.finish {
    background-color: #37935c
}

.hero-wrap-top {
    background-image: url(https://cdn.shortpixel.ai/client/q_glossy,ret_img/https://www.netreputation.com/wp-content/themes/nr/assets/bg-hero-min-min.jpg);
    background-size: cover;
    padding: 110px 0 50px;
    background-position: center
}

.left-col-txt {
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.left-col-txt-top h1 {
    font-weight: 700;
    font-size: 26px;
    text-transform: uppercase;
    color: #fff
}

.border-green {
    width: 30%;
    height: 6px;
    background-color: #37935C;
    margin-bottom: 20px
}

.p-white-normal {
    color: #fff;
    font-size: 19px
}

.bold-p {
    font-weight: 700
}

.bnr-schedule {
    background-color: #fff;
    box-shadow: 2.5px 4.33px 5px 0 rgba(0, 0, 0, .027)
}

.bnr-schedule-hdr {
    background-color: #37935C;
    padding: 15px 10px;
    text-align: center
}

.tem-btn-one {
    background-color: #37935C
}

.tem-btn {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    padding: 15px 50px;
    border-radius: 35px;
    transition: inherit
}

.inner-text-form-wrap {
    display: flex;
    flex-direction: row;
    justify-content: space-between
}

.bnr-schedule-hdr h4 {
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: .8px
}

.bnr-schedule-hdr h4 span {
    display: block;
    font-weight: 500;
    text-transform: none;
    font-size: 16px;
    letter-spacing: .4px
}

.bnr-schedule {
    width: 520px;
    margin-bottom: 40px
}

.btn-white-clear {
    padding: 10px 20px;
    color: #000;
    border: 2px solid #37935C;
    background-color: #fff
}

.btn-white-clear:hover {
    color: #000;
    text-decoration: none
}

.featured-by-section {
    padding: 50px 0;
    background-color: #37935C
}

.featured-by-section img {
    max-height: 70px
}

.img-wrap-featured {
    display: flex;
    justify-content: space-between
}

.col-two-contain {
    padding: 80px 0
}

.col-two-contain h2 {
    text-transform: uppercase;
    font-weight: 700;
    color: #000
}

.col-two-contain p {
    font-size: 26px;
    font-weight: 200;
    color: #000
}

.video-section-center {
    display: flex;
    justify-content: center;
    align-items: center
}

.double-box-wrap {
    display: flex;
    justify-content: space-between
}

.box-1-wrap {
    padding: 40px;
    border: 2px solid #37935C;
    width: 49%;
    text-align: center
}

.box-1-wrap h2 {
    text-transform: uppercase;
    font-weight: 700
}

.box-1-wrap .border-green {
    margin: 0 auto;
    width: 60%
}

.box-1-header {
    margin-bottom: 40px
}

.box-1-image {
    margin-bottom: 40px
}

.box-1-image img {
    max-height: 275px
}

.box-1-header h2 span {
    color: #37935C
}

.box-1-content {
    font-size: 22px
}

.box-1-header h2 {
    min-height: 82px
}

.double-column-box {
    margin-bottom: 50px
}

.cta-section {
    padding: 50px 0
}

.cta-section h2 {
    text-transform: uppercase;
    color: #000;
    text-align: center;
    margin-bottom: 40px;
    font-weight: 700
}

.cta-section .border-green {
    margin: 0 auto;
    margin-bottom: 30px
}

.cta-section p {
    text-align: center;
    font-size: 20px;
    font-weight: 200
}

.btns-cta-flex {
    margin: 50px 0;
    display: flex;
    justify-content: space-around;
    align-items: baseline;
    width: 70%;
    margin: 50px auto
}

.green-btn-white-text {
    padding: 10px 20px;
    background-color: #37935C;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700
}

.green-btn-white-text:hover {
    color: #fff;
    text-decoration: none
}

.white-btn-black-txt {
    padding: 10px 20px;
    background-color: #fff;
    color: #000;
    margin-bottom: 20px;
    font-weight: 200;
    border: 2px solid #37935C
}

.white-btn-black-txt:hover {
    color: #000;
    text-decoration: none
}

.btn-txt-under {
    display: flex;
    flex-direction: column;
    align-items: center
}

.cta-section .btn-txt-under .btn-text-urgent {
    font-size: 18px !important
}

.btn-holder-white {
    text-align: center
}

.bnr-schedule-form input {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid gray;
    border-radius: 0
}

@media only screen and (max-width:992px) {
    .inner-text-form-wrap {
        flex-direction: column;
        align-items: center
    }

    .left-col-txt {
        margin-bottom: 50px
    }

    .hero-wrap-top {
        padding: 150px 0
    }

    .featured-by-section img {
        max-height: 40px
    }
}

@media only screen and (max-width:768px) {
    .featured-by-section img {
        max-height: 20px
    }

    .featured-by-section {
        padding: 25px 0
    }

    .bnr-schedule {
        width: 100%
    }

    .right-col-txt {
        padding: 0 10px
    }

    .hero-wrap-top {
        padding: 140px 0 80px
    }

    .form-header-label {
        text-align: center
    }

    .form-group {
        padding: 0 10px
    }

    .bnr-schedule-form .inputGroup label {
        font-size: 9px
    }

    .bnr-schedule-form {
        padding: 10px
    }

    .video-section-center {
        flex-direction: column
    }

    .col-two-contain {
        padding: 40px 0
    }

    .double-box-wrap {
        flex-direction: column
    }

    .box-1-wrap {
        width: 100%;
        margin-bottom: 10px
    }

    .box-1-content {
        font-size: 15px
    }

    .btns-cta-flex {
        flex-direction: column;
        align-items: center
    }

    .m-left-60 {
        margin: 10px 0
    }

    .mg-20-bot {
        margin-bottom: 20px
    }
}

@media only screen and (max-width:500px) {
    .inputGroup label:after {
        right: 16px
    }

    .inputGroup label {
        padding: 12px 14px
    }

    .tem-btn {
        padding: 10px 38px
    }

    #regForm>div.bnr-schedule-form>div:nth-child(4)>label {
        font-size: 10px
    }

    .left-col-txt {
        text-align: center
    }

    .border-green {
        margin: 15px auto
    }
}

.cta-section {
    padding: 50px 0 150px
}

.our-simple-process {
    padding: 100px 0;
    text-align: center
}

.our-simple-process h2 {
    text-align: center;
    margin-bottom: 50px
}

.our-simple-process img {
    max-width: 100px
}

.btn-cta-footer {
    font-size: 21px
}

#menu-item-21>a {
    background-color: #37935C !important
}

.btn-cta-footer .btn-text-urgent {
    font-size: 20px !important
}

@media only screen and (min-width:1400px) {
    .hero-wrap-top {
        padding: 160px 0
    }
}

#ez-toc-container {
    background: #f9f9f9;
    border: 1px solid #aaa;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    display: table;
    margin-bottom: 1em;
    padding: 10px;
    position: relative;
    width: auto
}

.ez-toc-widget-container {
    position: relative;
    white-space: nowrap
}

#ez-toc-container.ez-toc-light-blue {
    background: #edf6ff
}

#ez-toc-container.ez-toc-white {
    background: #fff
}

#ez-toc-container.ez-toc-black {
    background: #000
}

#ez-toc-container.ez-toc-transparent {
    background: 0
}

.ez-toc-widget-container ul.ez-toc-list {
    padding: 0 10px
}

#ez-toc-container ul ul,
.ez-toc div.ez-toc-widget-container ul ul {
    margin-left: 1.5em
}

#ez-toc-container li,
#ez-toc-container ul {
    padding: 0
}

#ez-toc-container li,
#ez-toc-container ul,
#ez-toc-container ul li,
.ez-toc-widget-container,
.ez-toc-widget-container li {
    background: 0;
    list-style: none;
    line-height: 1.6;
    margin: 0;
    overflow: hidden;
    z-index: 1
}

.btn.active,
.ez-toc-btn,
.ez-toc-btn-default.active,
.ez-toc-btn-default:active,
.ez-toc-btn:active {
    background-image: none
}

#ez-toc-container p.ez-toc-title {
    text-align: left;
    line-height: 1.45;
    margin: 0;
    padding: 0
}

.ez-toc-title-container {
    display: table;
    width: 100%
}

.ez-toc-title,
.ez-toc-title-toggle {
    display: table-cell;
    text-align: left;
    vertical-align: middle
}

#ez-toc-container.ez-toc-black p.ez-toc-title {
    color: #fff
}

#ez-toc-container div.ez-toc-title-container+ul.ez-toc-list {
    margin-top: 1em
}

.ez-toc-wrap-left {
    float: left;
    margin-right: 10px
}

.ez-toc-wrap-right {
    float: right;
    margin-left: 10px
}

#ez-toc-container a {
    color: #444;
    text-decoration: none;
    text-shadow: none
}

#ez-toc-container a:visited {
    color: #9f9f9f
}

#ez-toc-container a:hover {
    text-decoration: underline
}

#ez-toc-container.ez-toc-black a,
#ez-toc-container.ez-toc-black a:visited {
    color: #fff
}

#ez-toc-container a.ez-toc-toggle {
    color: #444
}

.ez-toc-widget-container ul.ez-toc-list li:before {
    content: ' ';
    position: absolute;
    left: 0;
    right: 0;
    height: 30px;
    line-height: 30px;
    z-index: -1
}

.ez-toc-widget-container ul.ez-toc-list li.active:before {
    background-color: #ededed
}

.ez-toc-widget-container li.active>a {
    font-weight: 900
}

.ez-toc-btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none
}

.ez-toc-btn:focus {
    outline: #333 dotted thin;
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px
}

.ez-toc-btn:focus,
.ez-toc-btn:hover {
    color: #333;
    text-decoration: none
}

.ez-toc-btn.active,
.ez-toc-btn:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.ez-toc-btn-default {
    color: #333;
    background-color: #fff;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075)
}

.ez-toc-btn-default.active,
.ez-toc-btn-default:active,
.ez-toc-btn-default:focus,
.ez-toc-btn-default:hover {
    color: #333;
    background-color: #ebebeb;
    border-color: #adadad
}

.ez-toc-btn-sm,
.ez-toc-btn-xs {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.ez-toc-glyphicon,
[class*=ez-toc-icon-] {
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.ez-toc-btn-xs {
    padding: 1px 5px
}

.ez-toc-btn-default:active {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.ez-toc-btn-default {
    text-shadow: 0 1px 0 #fff;
    background-image: -webkit-gradient(linear, left 0, left 100%, from(#fff), to(#e0e0e0));
    background-image: -webkit-linear-gradient(top, #fff 0, #e0e0e0 100%);
    background-image: -moz-linear-gradient(top, #fff 0, #e0e0e0 100%);
    background-image: linear-gradient(to bottom, #fff 0, #e0e0e0 100%);
    background-repeat: repeat-x;
    border-color: #ccc;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false)
}

.ez-toc-btn-default:focus,
.ez-toc-btn-default:hover {
    background-color: #e0e0e0;
    background-position: 0 -15px
}

.ez-toc-btn-default.active,
.ez-toc-btn-default:active {
    background-color: #e0e0e0;
    border-color: #dbdbdb
}

.ez-toc-pull-right {
    float: right !important;
    margin-left: 10px
}

.ez-toc-glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: glyphicons halflings
}

.ez-toc-glyphicon:empty {
    width: 1em
}

.ez-toc-toggle i.ez-toc-glyphicon {
    font-size: 16px;
    margin-left: 2px
}

[class*=ez-toc-icon-] {
    font-family: ez-toc-icomoon !important;
    speak: none;
    font-variant: normal;
    text-transform: none
}

.ez-toc-icon-toggle:before {
    content: "\e87a"
}

body .simple-sitemap-menu li {
    float: initial
}

.simple-sitemap-container ul {
    margin: 0 0 0 1.2em;
    padding: 0
}

.simple-sitemap-wrap:not(:first-of-type) {
    margin-top: 1.5em
}

.simple-sitemap-container .excerpt {
    font-size: .85em
}

.simple-sitemap-container span.excerpt {
    position: relative;
    left: 8px
}

.simple-sitemap-container .separator {
    border-bottom: 1px #eee solid;
    margin-bottom: -5px;
    margin-top: 18px;
    padding: 0
}

.simple-sitemap-container ul.main>li:last-child .separator {
    border-bottom: 0
}

.simple-sitemap-container.col {
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap
}

.simple-sitemap-wrap.col {
    width: 260px;
    margin-right: 20px;
    margin-top: 10px
}

.simple-sitemap-wrap.col ul.main {
    margin-left: 20px
}

.simple-sitemap-container.hide-icon ul.main {
    margin-left: 0;
    list-style-type: none
}

.simple-sitemap-container.hide-icon ul.main ul.children {
    list-style-type: none
}

.simple-sitemap-container .no-posts {
    font-style: italic
}

.label-wide label {
    max-width: 100%
}

.mb20 {
    margin-bottom: 20px
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
address,
big,
cite,
code,
em,
img,
ins,
q,
s,
small,
strike,
strong,
sub,
sup,
var,
b,
u,
i,
center,
dd,
ul,
li,
form,
label,
table,
caption,
tbody,
tr,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
menu,
nav,
section,
summary,
time,
mark,
video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
    display: block
}

ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

@font-face {
    font-family: avenir next demi;
    src: url(//www.netreputation.com/wp-content/themes/nr/AvenirNext-DemiBold.woff2) format('woff2'), url(//www.netreputation.com/wp-content/themes/nr/AvenirNext-DemiBold.woff) format('woff');
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-family: avenir next;
    src: url(//www.netreputation.com/wp-content/themes/nr/AvenirNext-Medium.woff2) format('woff2'), url(//www.netreputation.com/wp-content/themes/nr/AvenirNext-Medium.woff) format('woff');
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: avenir next;
    src: url(//www.netreputation.com/wp-content/themes/nr/AvenirNext-Regular.woff2) format('woff2'), url(//www.netreputation.com/wp-content/themes/nr/AvenirNext-Regular.woff) format('woff');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: avenir next;
    src: url(//www.netreputation.com/wp-content/themes/nr/AvenirNext-Bold.woff2) format('woff2'), url(//www.netreputation.com/wp-content/themes/nr/AvenirNext-Bold.woff) format('woff');
    font-weight: 700;
    font-style: normal
}

img {
    max-width: 100%;
    height: auto
}

* {
    box-sizing: border-box;
    outline: 0
}

#newcontainer {
    overflow: hidden;
    font-family: avenir next
}

.newwrapper {
    max-width: 1340px;
    margin: auto;
    padding: 0 30px
}

#herobanner {
    background-size: cover !important;
    background-position: bottom center !important;
    padding-bottom: 25px;
    padding-top: 65px
}

#newcontainer h2 {
    font-size: 40px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: .5px;
    color: #303030;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 25px;
    padding-bottom: 15px
}

#newcontainer h2:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 76px;
    height: 3px;
    background: #37935C
}

#newcontainer h3 {
    font-size: 40px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.38;
    letter-spacing: .5px;
    color: #303030;
    margin-bottom: 25px;
    float: none
}

figure.image {
    text-align: center
}

#newcontainer p {
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.67;
    letter-spacing: .2px;
    color: #869096;
    margin-bottom: 25px
}

#newcontainer p:last-child {
    margin: 0
}

.cols-mid {
    font-size: 0
}

.cols-mid>div {
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
    padding: 0 2%;
    width: 100%
}

.cols-mid>div+div {
    width: 57%
}

.cols-mid.invert>div {
    width: 60%
}

.cols-mid.invert>div+div {
    width: 40%
}

.cols-mid.banner>div {
    width: 53%
}

.cols-mid.banner>div+div {
    width: 47%
}

.cols-mid.noinvert>div {
    width: 40%
}

.cols-mid.noinvert>div+div {
    width: 60%
}

.btn-zm {
    height: 55px;
    border-radius: 27.5px;
    background-color: #37935C;
    box-shadow: 0 8px 10px 0 rgba(137, 209, 139, .3);
    display: inline-block;
    line-height: 55px;
    padding: 0 35px;
    color: #fff;
    font-family: avenir next;
    font-weight: 600;
    text-decoration: none;
    transition: all .2s ease-in-out;
    font-size: 16px
}

.btn-zm:hover {
    box-shadow: 0 8px 10px 0 rgba(137, 209, 139, .6)
}

.sections-c {
    padding: 103px 0;
    background-position: bottom center !important;
    background-size: cover !important
}

#formhero {
    max-width: 510px;
    margin: auto;
    background: #fff;
    padding: 50px;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .07);
    border-radius: 10px;
    text-align: center
}

#formhero h3 {
    font-size: 18px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: .5px;
    color: #253238;
    margin-bottom: 30px
}

#formhero h3 span {
    display: block;
    text-transform: uppercase;
    font-size: 35px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1px;
    color: #37935C
}

#formhero i {
    display: block;
    line-height: 0;
    margin-top: 50px
}

#formhero input:not([type=submit]) {
    height: 50px;
    border-radius: 5px;
    border: solid 1px #ced2da;
    font-size: 18px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: .2px;
    color: #869096;
    padding: 0 16px;
    width: 100%;
    font-family: avenir next;
    transition: all .2s ease-in-out
}

#formhero input:not([type=submit]):focus {
    border-color: #37935C
}

#formhero input[type=submit] {
    width: 218px;
    height: 55px;
    border-radius: 27.5px;
    background-color: #37935C;
    box-shadow: 0 8px 10px 0 rgba(137, 209, 139, .3);
    border: 0;
    font-size: 16px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.56;
    letter-spacing: .5px;
    text-align: center;
    color: #fff;
    font-family: avenir next;
    cursor: pointer;
    transition: all .2s ease-in-out
}

#formhero input[type=submit]:hover {
    box-shadow: 0 8px 10px 0 rgba(137, 209, 139, .6)
}

.statistics {
    background: url(https://www.netreputation.com/wp-content/themes/nr/images/Graph.svg) no-repeat center !important;
    padding: 0;
    background-size: auto 100% !important
}

.statistics ul {
    font-size: 0
}

.statistics li {
    width: 25%;
    display: inline-block;
    vertical-align: middle;
    padding: 0 15px;
    background: url(https://cdn.shortpixel.ai/client/q_glossy,ret_img/https://www.netreputation.com/wp-content/themes/nr/images/Other-point.png) no-repeat 0 0
}

.statistics li h3 {
    font-size: 35px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.43;
    letter-spacing: normal;
    text-align: center;
    color: #404041
}

#newcontainer .statistics li p {
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.56;
    letter-spacing: normal;
    text-align: center;
    color: #18283b
}

.statistics li:nth-child(1) {
    background-position: bottom center;
    padding-bottom: 50px;
    margin-bottom: -57px
}

.statistics li:nth-child(2) {
    padding-top: 50px;
    background-position: top center;
    margin-top: 367px
}

.statistics li:nth-child(3) {
    background-position: bottom center;
    padding-bottom: 50px;
    margin-bottom: 302px
}

.statistics li:nth-child(4) {
    background-position: top center;
    padding-top: 50px;
    margin-top: 145px
}

.sections-c.light {
    background-size: cover !important;
    background-position: center !important;
    background-color: #37935C !important;
    position: relative;
    overflow: hidden
}

.sections-c.light:before {
    position: absolute;
    content: '';
    -webkit-transform: skew(0, -3deg);
    transform: skew(0, -3deg);
    background: #fff;
    width: 100%;
    height: 150px;
    top: -11%
}

.sections-c.light:after {
    position: absolute;
    content: '';
    -webkit-transform: skew(0, -3deg);
    transform: skew(0, -3deg);
    background: #fff;
    width: 100%;
    height: 150px;
    bottom: -11%
}

.sections-c.light .btn-zm {
    color: #37935C;
    background: #fff;
    box-shadow: 0 8px 10px 0 rgba(255, 255, 255, .2)
}

.sections-c.light .btn-zm:hover {
    box-shadow: 0 8px 10px 0 rgba(255, 255, 255, .4)
}

#newcontainer .light h2,
#newcontainer .light p {
    color: #fff
}

#newcontainer .light h2:after {
    background: #fff
}

#newcontainer p.subtitle {
    color: #404041
}

.list-with-icons h3 {
    font-size: 40px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: .5px;
    color: #303030;
    padding: 0 20px
}

.list-with-icons ul {
    font-size: 0;
    margin-top: 40px
}

.list-with-icons ul li {
    padding: 20px;
    width: 33.33%;
    display: inline-block;
    vertical-align: top
}

.list-with-icons li figure {
    margin: 0 0 0 -20px
}

.list-with-icons li h4 {
    font-size: 24px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    letter-spacing: .3px;
    color: #303030;
    margin-bottom: 15px;
    margin-top: 10px
}

.list-with-icons h3.center {
    text-align: center
}

.oblique-list ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr
}

.oblique-list li {
    position: relative
}

.oblique-list li:nth-child(2n) {
    margin-top: -9.65%;
    margin-bottom: 9.65%
}

.oblique-list li>div {
    max-width: 660px;
    padding: 12%
}

.oblique-list li:nth-child(2n+1)>div {
    margin-left: auto
}

.oblique-list span.bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 102%;
    height: 102%;
    z-index: -1;
    -webkit-transform: skew(0, -5.5deg);
    transform: skew(0, -5.5deg)
}

.oblique-list li>div figure {
    margin: 0 0 0 -20px
}

.oblique-list li>div h4 {
    font-size: 30px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: .4px;
    color: #fff;
    margin-bottom: 15px;
    margin-top: 10px
}

#newcontainer .oblique-list li>div p {
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.56;
    letter-spacing: .2px;
    color: #fff
}

.btn-zm+.btn-zm {
    border: 2px solid #37935C;
    margin-left: 15px;
    background: #fff;
    color: #37935C
}

.title-separator h2 {
    margin: 0 auto;
    text-align: center;
    max-width: 520px;
    display: block
}

#newcontainer .title-separator h2:after {
    left: 50%;
    width: 76px;
    margin-left: -38px
}

.sections-c.title-separator {
    padding-bottom: 0
}

.page-template-template_zm #testimonial_slideshow,
.page-template-template_zm .after_testimonial {
    display: none !important
}

.onlymobile {
    display: none !important
}

.image {
    text-align: center
}

.section-wide-list {
    padding: 6% 0
}

.section-wide-list .newwrapper>h2,
.section-wide-icons .newwrapper>h2 {
    text-align: center
}

#newcontainer .section-wide-icons {
    background: #37935C;
    padding: 6% 0
}

#newcontainer .section-wide-icons .newwrapper>h2 {
    color: #fff
}

#newcontainer .section-wide-list .newwrapper>h2:after,
#newcontainer .section-wide-icons .newwrapper>h2:after {
    left: 50%;
    margin-left: -38px
}

#newcontainer .section-wide-icons .newwrapper>h2:after {
    background: #fff
}

.section-wide-list .newwrapper>h4 {
    font-size: 30px;
    text-align: center;
    line-height: 1.5;
    padding: 0;
    font-weight: 500;
    color: #869096
}

.section-wide-list .newwrapper>h5 {
    font-size: 26px;
    text-align: center;
    color: #869096;
    font-weight: 400
}

.section-wide-list .newwrapper>h6 {
    font-size: 18px;
    text-align: center;
    line-height: 1.5;
    padding: 25px 0;
    color: #869096;
    font-weight: 400
}

.section-wide-list .col-mid-6 {
    margin: 40px -20px 60px;
    font-size: 0
}

.section-wide-list .col-mid-6 ul {
    display: inline-block;
    width: 50%;
    vertical-align: top;
    font-size: 18px;
    padding: 0 20px
}

.section-wide-list .col-mid-6 li {
    line-height: 1.5;
    padding: 0 0 20px 25px;
    color: #869096;
    position: relative
}

.section-wide-lists li:before {
    content: '';
    position: absolute;
    width: 9px;
    height: 9px;
    left: 0;
    top: 8px;
    background: #37935C;
    border-radius: 100%
}

#newcontainer .section-wide-list p {
    margin: 0;
    text-align: center;
    text-transform: uppercase
}

#newcontainer .section-wide-icons ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    border-right: 1px solid rgba(255, 255, 255, .3);
    border-bottom: 1px solid rgba(255, 255, 255, .3);
    margin-top: 40px
}

#newcontainer .section-wide-icons ul li {
    padding: 25px;
    position: relative;
    border: 1px solid rgba(255, 255, 255, .3);
    border-bottom: 0;
    border-right: 0
}

#newcontainer .section-wide-icons ul li figure {
    text-align: center;
    padding: 5px
}

#newcontainer .section-wide-icons ul li p {
    color: #fff;
    font-size: 18px;
    text-align: center;
    line-height: 1.5
}

#newcontainer .section-wide-icons li:last-child {
    position: relative;
    background: rgba(84, 162, 86, .3)
}

#newcontainer .section-wide-icons li:last-child h6 {
    font-size: 18px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-weight: 500
}

@media(max-width:1024px) {
    .statistics li:nth-child(n) {
        padding: 30px;
        margin: 10px 0;
        vertical-align: top;
        background: #f9f9f9;
        width: 100%
    }
}

@media(max-width:991px) {
    .section-wide-list .newwrapper>h4 {
        font-size: 22px
    }

    .section-wide-list .newwrapper>h5 {
        font-size: 20px
    }

    .section-wide-list .col-mid-6 ul {
        width: 100%
    }

    #newcontainer .section-wide-icons ul {
        grid-template-columns: 1fr 1fr
    }

    .onlymobile {
        display: block !important
    }

    .onlydesktop {
        display: none !important
    }

    .cols-mid>div:nth-child(n) {
        padding: 20px 0;
        width: 100% !important
    }

    #formhero {
        max-width: none
    }

    .sections-c {
        padding: 40px 0
    }

    #newcontainer h2,
    #newcontainer h3,
    #formhero h3 span {
        line-height: 1.3;
        font-size: 30px
    }

    #formhero h3 {
        font-size: 18px
    }

    .list-with-icons li h4,
    .oblique-list li>div h4 {
        font-size: 20px
    }
}

@media(max-width:767px) {
    .list-with-icons ul {
        font-size: 0;
        margin-top: 0
    }

    .list-with-icons ul li {
        padding: 20px 0;
        width: 100%
    }

    .oblique-list span.bg {
        -webkit-transform: skew(0, 0);
        transform: skew(0, 0)
    }

    .oblique-list li:nth-child(2n) {
        margin: 0
    }

    .oblique-list li:nth-child(n) {
        width: 100%
    }

    .oblique-list ul {
        display: block
    }

    .oblique-list li>div {
        max-width: none;
        padding: 30px
    }

    #newcontainer p,
    #formhero h3,
    #formhero input:not([type=submit]) {
        font-size: 16px
    }

    #formhero {
        padding: 25px
    }

    .cols-mid.banner {
        padding-bottom: 50px
    }
}

@media(max-width:480px) {
    .btn-zm {
        width: 100% !important;
        margin: 0 0 15px !important;
        text-align: center
    }

    #formhero input[type=submit] {
        width: 100%
    }
}

.reviews-badges {
    margin-top: 50px;
    margin-bottom: 80px
}

.reviews-badges img {
    max-width: 150px
}

.page-template-template_zm #formhero input[type=submit] {
    width: 70%
}

#rep_mgmt_points .point {
    max-height: 231px
}

.heading-white {
    background-color: #fff
}

.heading-75-h {
    height: 55vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 0 !important
}

.logos-white img {
    filter: brightness(0) invert(1)
}

.heading-white-leading {
    color: #fff
}

.header-top-white {
    background-color: #fff
}

.sub-header-class p {
    text-align: center;
    margin: 50px 0
}

.heading-h2-main {
    margin-bottom: 50px
}

.ratings-businesses-holder {
    margin: 45px 0;
    position: relative
}

.ratings-businesses-holder:before {
    position: absolute;
    width: 50%;
    height: 5px;
    background-color: #37935C;
    top: -20px;
    left: 0;
    right: 0;
    content: '';
    margin: 0 auto
}

.ratings-businesses-holder:after {
    position: absolute;
    width: 50%;
    height: 5px;
    background-color: #37935C;
    bottom: -20px;
    left: 0;
    right: 0;
    content: '';
    margin: 0 auto
}

.ratings-business-holder-all-left {
    margin: 45px 0;
    position: relative
}

.ratings-business-holder-all-left:before {
    position: absolute;
    width: 30%;
    height: 5px;
    background-color: #37935C;
    top: -20px;
    left: 0;
    content: '';
    margin: 0 auto
}

.ratings-business-holder-all-left:after {
    position: absolute;
    width: 50%;
    height: 5px;
    background-color: #37935C;
    bottom: -20px;
    left: 0;
    content: '';
    margin: 0 auto
}

.btn-holders {
    display: flex;
    justify-content: space-around;
    width: 90%;
    align-items: center;
    margin: 0 auto;
    margin-bottom: 80px
}

.btn-holders-left {
    margin-left: 0;
    justify-content: space-between;
    margin-bottom: 40px
}

.btn-holders .btn-green-full {
    background: #71d283;
    color: #fff;
    padding: 5px 10px;
    font-weight: 700;
    width: 270px
}

.btn-holders .btn-green-invert {
    background: #fff;
    color: #71d283;
    padding: 5px 10px;
    font-weight: 700;
    border: 2px solid #71d283
}

.cta-double-btn-wrap .btn-green-invert {
    position: relative
}

.cta-double-btn-wrap .btn-green-invert:after {
    position: absolute;
    content: '*If this matter is urgent, please call us';
    bottom: -30px;
    left: 0;
    color: #000;
    font-size: 11px;
    width: 100%;
    font-weight: 400
}

.simple-process-section-wrap {
    padding: 50px 0;
    overflow: auto
}

.simple-process-section-wrap h2 {
    margin-bottom: 90px
}

.process-section {
    display: flex;
    justify-content: space-between;
    flex-direction: row
}

.bubble {
    display: inline-block;
    border-radius: 50%;
    border: 6px solid #37935C;
    font-size: 30px;
    margin-bottom: 10px
}

.bubble:before,
.bubble:after {
    content: '\200B';
    display: inline-block;
    line-height: 0;
    padding-top: 50%;
    padding-bottom: 50%
}

.bubble:before {
    padding-left: 18px
}

.bubble:after {
    padding-right: 18px
}

.bubble span {
    font-size: 30px;
    font-weight: 700;
    color: #37935C
}

.sections-wrap {
    margin: 0 15px;
    width: 250px
}

.sections-wrap .section-heading {
    margin-bottom: 20px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000
}

.sections-wrap .section-text {
    font-size: 12px
}

.process-section-wrap {
    margin-bottom: 50px
}

.green-bar-top {
    width: 200px;
    height: 7px;
    background-color: #37935C;
    margin: 0 auto;
    margin-bottom: 50px
}

.heading-h2-cta {
    margin-bottom: 30px
}

.p-30 {
    margin-bottom: 30px
}

.heading-h2-main {
    margin-top: 50px
}

@media screen and (max-width:769px) {
    .btn-holders {
        flex-direction: column
    }

    .btn-holders p {
        margin: 10px 0
    }

    .btn-holders a {
        width: 270px
    }

    .btn-holders .btn-green-invert {
        padding: 10px
    }

    .btn-holders .btn-green-full {
        padding: 10px
    }

    .process-section {
        flex-direction: column;
        align-items: center
    }

    .cta-double-btn-wrap .btn-holders .btn-green-full {
        width: 300px
    }

    .cta-double-btn-wrap .btn-holders .btn-green-invert {
        width: 300px
    }

    .sections-wrap {
        margin-bottom: 20px
    }

    .simple-process-section-wrap h2 {
        margin-bottom: 45px
    }

    .heading-h2-main {
        margin-top: 0
    }
}

.contact-form-section {
    position: relative
}

.contact-form-section:before {
    content: "";
    display: block;
    height: 70px;
    margin: -70px 0 0
}

.heading-h2-cta {
    margin-top: 0
}

.inner-contact-wrap {
    display: flex;
    width: 80%;
    margin: 0 auto
}

.column-left {
    width: 50%;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.column-right {
    width: 50%
}

.contact-form-v2 label {
    font-size: 13px
}

.content-v2 .heading-h2-main {
    margin-top: 0;
    margin-bottom: 0
}

.contact-form-v2 .form_fields li {
    padding: 0 0 15px
}

.contact-form-v2 input {
    padding: 0 10px
}

.btn-holders-left .btn-green-invert {
    color: #000;
    font-weight: 400
}

.contact-form-v2 .btn-green-full {
    background: #71d283;
    color: #fff;
    padding: 5px 10px;
    font-weight: 700;
    width: 270px;
    border: 1px solid #71d283
}

.page-template-page-contact-v2 .content-v2 {
    padding-top: 40px
}

@media screen and (max-width:769px) {
    .inner-contact-wrap {
        flex-direction: column
    }

    .column-left {
        width: 100%;
        justify-content: center;
        text-align: center
    }

    .ratings-business-holder-all-left:before {
        right: 0
    }

    .ratings-business-holder-all-left:after {
        right: 0
    }

    .btn-holders-left {
        justify-content: center;
        width: 100%
    }

    .column-right {
        width: 100%
    }

    .content-v2 {
        padding-top: 50px
    }
}

.page-template-page-contact-v2 .content-v2 {
    padding-top: 80px
}

.page-template-page-contact-v2 .process-section-wrap {
    margin-bottom: 40px
}

.page-template-page-contact-v2 .contact-form-v2 .form_fields li {
    padding: 0 0 5px
}

.page-template-page-contact-v2 .contact-form-v2 textarea {
    height: 60px
}

.page-template-page-contact-v2 .bubble {
    font-size: 22px;
    margin-bottom: 10px
}

.page-template-page-contact-v2 .bubble:before {
    padding-left: 15px
}

.page-template-page-contact-v2 .bubble:after {
    padding-right: 15px
}

.page-template-page-contact-v2 .bubble span {
    font-size: 22px
}

.page-template-page-contact-v2 .sections-wrap .section-heading {
    margin-bottom: 7px;
    font-size: 16px
}

.page-template-page-contact-v2 .sections-wrap .section-text {
    font-size: 12px
}

.page-template-page-contact-v2 .content-v2 .heading-h2-main {
    font-size: 23px
}

.page-template-page-contact-v2 .contact-form-v2 .btn-green-full {
    font-size: 15px;
    padding: 4px 15px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.page-template-page-contact-v2 .contact-form-v2 .btn-green-full:hover {
    color: #71d283;
    background: #fff;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.page-template-page-contact-v2 .contact-form-v2 label {
    font-size: 11px
}

.page-template-page-contact-v2 .btn-holders .btn-green-full {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    border: 2px solid #71d283
}

.page-template-page-contact-v2 .btn-holders .btn-green-full:hover {
    color: #71d283;
    background: #fff;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    border: 2px solid #71d283
}

.page-template-page-contact-v2 .btn-holders .btn-green-invert {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.page-template-page-contact-v2 .btn-holders .btn-green-invert:hover {
    background: #71d283;
    color: #fff;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.page-template-page-contact-v2 .simple-process-section-wrap h2 {
    margin-bottom: 40px;
    font-size: 23px
}

.page-template-page-contact-v1 .simple-process-section-wrap h2 {
    margin-bottom: 40px;
    font-size: 23px
}

.page-template-page-contact-v1 .bubble {
    font-size: 22px;
    margin-bottom: 10px
}

.page-template-page-contact-v1 .bubble:before {
    padding-left: 15px
}

.page-template-page-contact-v1 .bubble:after {
    padding-right: 15px
}

.page-template-page-contact-v1 .bubble span {
    font-size: 22px
}

.page-template-page-contact-v1 .sections-wrap .section-heading {
    margin-bottom: 7px;
    font-size: 16px
}

.page-template-page-contact-v1 .sections-wrap .section-text {
    font-size: 12px
}

.page-template-page-contact-v1 .process-section-wrap {
    margin-bottom: 40px
}

.page-template-page-contact-v1 .cta-double-btn-wrap .heading-h2-main {
    font-size: 23px;
    margin-bottom: 0
}

.page-template-page-contact-v1 div.text_center .heading-h2-main {
    font-size: 23px;
    margin-bottom: 30px
}

.page-template-page-contact-v1 .btn-holders .btn-green-full {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    border: 2px solid #71d283
}

.page-template-page-contact-v1 .btn-holders .btn-green-full:hover {
    color: #71d283;
    background: #fff;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    border: 2px solid #71d283
}

.page-template-page-contact-v1 .btn-holders .btn-green-invert {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.page-template-page-contact-v1 .btn-holders .btn-green-invert:hover {
    background: #71d283;
    color: #fff;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.btn-orange-custom {
    background-color: orange
}

.btn-orange-custom:hover {
    background-color: #37935C
}

.get_started a {
    background-color: orange
}

@font-face {
    font-family: ez-toc-icomoon;
    src: url(//www.netreputation.com/wp-content/themes/nr/assets/fonts/ez-toc-icomoon.eot?-5j7dhv);
    src: url(//www.netreputation.com/wp-content/themes/nr/assets/fonts/ez-toc-icomoon.eot?#iefix-5j7dhv) format('embedded-opentype'), url(//www.netreputation.com/wp-content/themes/nr/assets/fonts/ez-toc-icomoon.ttf?-5j7dhv) format('truetype'), url(//www.netreputation.com/wp-content/themes/nr/assets/fonts/ez-toc-icomoon.woff?-5j7dhv) format('woff'), url(//www.netreputation.com/wp-content/themes/nr/assets/fonts/ez-toc-icomoon.svg?-5j7dhv#ez-toc-icomoon) format('svg');
    font-weight: 400;
    font-style: normal
}

.wp-block-button {
    color: #fff;
    margin-bottom: 1.5em
}

.wp-block-button__link {
    background-color: #32373c;
    border: 0;
    border-radius: 28px;
    box-shadow: none;
    color: inherit;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    margin: 0;
    padding: 12px 24px;
    text-align: center;
    text-decoration: none;
    overflow-wrap: break-word
}

.wp-block-button__link:active,
.wp-block-button__link:focus,
.wp-block-button__link:hover,
.wp-block-button__link:visited {
    color: inherit
}

.is-style-outline {
    color: #32373c
}

.is-style-outline .wp-block-button__link {
    background-color: transparent;
    border: 2px solid
}

.wp-block-calendar {
    text-align: center
}

.wp-block-calendar tbody td {
    padding: 4px;
    border: 1px solid #e2e4e7
}

.wp-block-calendar table {
    width: 100%;
    border-collapse: collapse;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif
}

.wp-block-calendar a {
    text-decoration: underline
}

.wp-block-calendar table caption,
.wp-block-calendar table tbody {
    color: #40464d
}

.wp-block-columns {
    display: flex;
    flex-wrap: wrap
}

@media(min-width:782px) {
    .wp-block-columns {
        flex-wrap: nowrap
    }
}

.wp-block-column {
    flex-grow: 1;
    margin-bottom: 1em;
    flex-basis: 100%;
    min-width: 0;
    word-break: break-word;
    overflow-wrap: break-word
}

@media(min-width:600px) {
    .wp-block-column {
        flex-basis: calc(50% - 16px);
        flex-grow: 0
    }

    .wp-block-column:nth-child(2n) {
        margin-left: 32px
    }
}

@media(min-width:782px) {
    .wp-block-column:not(:first-child) {
        margin-left: 32px
    }
}

.wp-block-cover,
.wp-block-cover-image {
    position: relative;
    background-color: #000;
    background-size: cover;
    background-position: 50%;
    min-height: 430px;
    width: 100%;
    margin: 0 0 1.5em;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden
}

.wp-block-cover-image.has-left-content,
.wp-block-cover.has-left-content {
    justify-content: flex-start
}

.wp-block-cover-image.has-left-content .wp-block-cover-image-text,
.wp-block-cover-image.has-left-content .wp-block-cover-text,
.wp-block-cover-image.has-left-content h2,
.wp-block-cover.has-left-content .wp-block-cover-image-text,
.wp-block-cover.has-left-content .wp-block-cover-text,
.wp-block-cover.has-left-content h2 {
    margin-left: 0;
    text-align: left
}

.wp-block-cover-image.has-right-content,
.wp-block-cover.has-right-content {
    justify-content: flex-end
}

.wp-block-cover-image.has-right-content .wp-block-cover-image-text,
.wp-block-cover-image.has-right-content .wp-block-cover-text,
.wp-block-cover-image.has-right-content h2,
.wp-block-cover.has-right-content .wp-block-cover-image-text,
.wp-block-cover.has-right-content .wp-block-cover-text,
.wp-block-cover.has-right-content h2 {
    margin-right: 0;
    text-align: right
}

.wp-block-cover-image .wp-block-cover-image-text,
.wp-block-cover-image .wp-block-cover-text,
.wp-block-cover-image h2,
.wp-block-cover .wp-block-cover-image-text,
.wp-block-cover .wp-block-cover-text,
.wp-block-cover h2 {
    color: #fff;
    font-size: 2em;
    line-height: 1.25;
    z-index: 1;
    margin-bottom: 0;
    max-width: 610px;
    padding: 14px;
    text-align: center
}

.wp-block-cover-image .wp-block-cover-image-text a,
.wp-block-cover-image .wp-block-cover-image-text a:active,
.wp-block-cover-image .wp-block-cover-image-text a:focus,
.wp-block-cover-image .wp-block-cover-image-text a:hover,
.wp-block-cover-image .wp-block-cover-text a,
.wp-block-cover-image .wp-block-cover-text a:active,
.wp-block-cover-image .wp-block-cover-text a:focus,
.wp-block-cover-image .wp-block-cover-text a:hover,
.wp-block-cover-image h2 a,
.wp-block-cover-image h2 a:active,
.wp-block-cover-image h2 a:focus,
.wp-block-cover-image h2 a:hover,
.wp-block-cover .wp-block-cover-image-text a,
.wp-block-cover .wp-block-cover-image-text a:active,
.wp-block-cover .wp-block-cover-image-text a:focus,
.wp-block-cover .wp-block-cover-image-text a:hover,
.wp-block-cover .wp-block-cover-text a,
.wp-block-cover .wp-block-cover-text a:active,
.wp-block-cover .wp-block-cover-text a:focus,
.wp-block-cover .wp-block-cover-text a:hover,
.wp-block-cover h2 a,
.wp-block-cover h2 a:active,
.wp-block-cover h2 a:focus,
.wp-block-cover h2 a:hover {
    color: #fff
}

.wp-block-cover-image.has-parallax,
.wp-block-cover.has-parallax {
    background-attachment: fixed
}

@supports(-webkit-overflow-scrolling:touch) {

    .wp-block-cover-image.has-parallax,
    .wp-block-cover.has-parallax {
        background-attachment: scroll
    }
}

.wp-block-cover-image:after,
.wp-block-cover:after {
    display: block;
    content: "";
    font-size: 0;
    min-height: inherit
}

@supports((position:-webkit-sticky) or(position:sticky)) {

    .wp-block-cover-image:after,
    .wp-block-cover:after {
        content: none
    }
}

.wp-block-cover-image .wp-block-cover__inner-container,
.wp-block-cover .wp-block-cover__inner-container {
    width: calc(100% - 70px);
    z-index: 1;
    color: #f8f9f9
}

.wp-block-cover-image h1,
.wp-block-cover-image h2,
.wp-block-cover-image h3,
.wp-block-cover-image h4,
.wp-block-cover-image h5,
.wp-block-cover-image h6,
.wp-block-cover-image p,
.wp-block-cover h1,
.wp-block-cover h2,
.wp-block-cover h3,
.wp-block-cover h4,
.wp-block-cover h5,
.wp-block-cover h6,
.wp-block-cover p {
    color: inherit
}

.wp-block-cover__video-background {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
    height: 100%;
    z-index: 0;
    -o-object-fit: cover;
    object-fit: cover
}

.wp-block-embed {
    margin-bottom: 1em
}

.wp-block-embed figcaption {
    margin-top: .5em;
    margin-bottom: 1em;
    color: #555d66;
    text-align: center;
    font-size: 13px
}

.wp-block-file {
    margin-bottom: 1.5em
}

.wp-block-file .wp-block-file__button {
    background: #32373c;
    border-radius: 2em;
    color: #fff;
    font-size: 13px;
    padding: .5em 1em
}

.wp-block-file a.wp-block-file__button {
    text-decoration: none
}

.wp-block-file a.wp-block-file__button:active,
.wp-block-file a.wp-block-file__button:focus,
.wp-block-file a.wp-block-file__button:hover,
.wp-block-file a.wp-block-file__button:visited {
    box-shadow: none;
    color: #fff;
    opacity: .85;
    text-decoration: none
}

.wp-block-file *+.wp-block-file__button {
    margin-left: .75em
}

.wp-block-gallery {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 0
}

@supports((position:-webkit-sticky) or(position:sticky)) {

    .wp-block-gallery .blocks-gallery-image figure,
    .wp-block-gallery .blocks-gallery-item figure {
        display: flex;
        align-items: flex-end;
        justify-content: flex-start
    }
}

@supports((position:-webkit-sticky) or(position:sticky)) {

    .wp-block-gallery .blocks-gallery-image img,
    .wp-block-gallery .blocks-gallery-item img {
        width: auto
    }
}

@supports((position:-webkit-sticky) or(position:sticky)) {

    .wp-block-gallery.is-cropped .blocks-gallery-image a,
    .wp-block-gallery.is-cropped .blocks-gallery-image img,
    .wp-block-gallery.is-cropped .blocks-gallery-item a,
    .wp-block-gallery.is-cropped .blocks-gallery-item img {
        height: 100%;
        flex: 1;
        -o-object-fit: cover;
        object-fit: cover
    }
}

@media(min-width:600px) {
    @supports(-ms-ime-align:auto) {

        .wp-block-gallery.columns-3 .blocks-gallery-image,
        .wp-block-gallery.columns-3 .blocks-gallery-item {
            width: calc((100% - 32px)/3 - 1px)
        }
    }

    @supports(-ms-ime-align:auto) {

        .wp-block-gallery.columns-4 .blocks-gallery-image,
        .wp-block-gallery.columns-4 .blocks-gallery-item {
            width: calc((100% - 48px)/4 - 1px)
        }
    }

    @supports(-ms-ime-align:auto) {

        .wp-block-gallery.columns-5 .blocks-gallery-image,
        .wp-block-gallery.columns-5 .blocks-gallery-item {
            width: calc((100% - 64px)/5 - 1px)
        }
    }

    @supports(-ms-ime-align:auto) {

        .wp-block-gallery.columns-6 .blocks-gallery-image,
        .wp-block-gallery.columns-6 .blocks-gallery-item {
            width: calc((100% - 80px)/6 - 1px)
        }
    }

    @supports(-ms-ime-align:auto) {

        .wp-block-gallery.columns-7 .blocks-gallery-image,
        .wp-block-gallery.columns-7 .blocks-gallery-item {
            width: calc((100% - 96px)/7 - 1px)
        }
    }

    @supports(-ms-ime-align:auto) {

        .wp-block-gallery.columns-8 .blocks-gallery-image,
        .wp-block-gallery.columns-8 .blocks-gallery-item {
            width: calc((100% - 112px)/8 - 1px)
        }
    }
}

.wp-block-image {
    max-width: 100%;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0
}

.wp-block-image img {
    max-width: 100%
}

.wp-block-image figcaption {
    margin-top: .5em;
    margin-bottom: 1em;
    color: #555d66;
    text-align: center;
    font-size: 13px
}

.wp-block-latest-comments__comment {
    font-size: 15px;
    line-height: 1.1;
    list-style: none;
    margin-bottom: 1em
}

.has-dates .wp-block-latest-comments__comment {
    line-height: 1.5
}

.wp-block-latest-comments__comment-excerpt p {
    font-size: 14px;
    line-height: 1.8;
    margin: 5px 0 20px
}

.wp-block-latest-comments__comment-date {
    color: #8f98a1;
    display: block;
    font-size: 12px
}

.wp-block-latest-comments .avatar,
.wp-block-latest-comments__comment-avatar {
    border-radius: 24px;
    display: block;
    float: left;
    height: 40px;
    margin-right: 12px;
    width: 40px
}

.wp-block-latest-posts.is-grid {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    list-style: none
}

.wp-block-latest-posts.is-grid li {
    margin: 0 16px 16px 0;
    width: 100%
}

@media(min-width:600px) {
    .wp-block-latest-posts.columns-2 li {
        width: calc(50% - 16px)
    }

    .wp-block-latest-posts.columns-3 li {
        width: calc(33.33333% - 16px)
    }

    .wp-block-latest-posts.columns-4 li {
        width: calc(25% - 16px)
    }

    .wp-block-latest-posts.columns-5 li {
        width: calc(20% - 16px)
    }

    .wp-block-latest-posts.columns-6 li {
        width: calc(16.66667% - 16px)
    }
}

.wp-block-latest-posts__post-date {
    display: block;
    color: #6c7781;
    font-size: 13px
}

.wp-block-media-text {
    display: grid;
    grid-template-rows: auto;
    align-items: center;
    grid-template-areas: "media-text-media media-text-content";
    grid-template-columns: 50% auto
}

.wp-block-media-text.has-media-on-the-right {
    grid-template-areas: "media-text-content media-text-media";
    grid-template-columns: auto 50%
}

.wp-block-media-text .wp-block-media-text__media {
    grid-area: media-text-media;
    margin: 0
}

.wp-block-media-text .wp-block-media-text__content {
    word-break: break-word;
    grid-area: media-text-content;
    padding: 0 8%
}

.wp-block-media-text>figure>img,
.wp-block-media-text>figure>video {
    max-width: unset;
    width: 100%;
    vertical-align: middle
}

@media(max-width:600px) {
    .wp-block-media-text.is-stacked-on-mobile {
        grid-template-columns: 100% !important;
        grid-template-areas: "media-text-media""media-text-content"
    }

    .wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right {
        grid-template-areas: "media-text-content""media-text-media"
    }
}

.is-small-text {
    font-size: 14px
}

.is-regular-text {
    font-size: 16px
}

.is-large-text {
    font-size: 36px
}

.is-larger-text {
    font-size: 48px
}

p.has-background {
    padding: 20px 30px
}

p.has-text-color a {
    color: inherit
}

.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
    margin: 0 0 16px;
    padding: 0 1em
}

.wp-block-quote.is-large p,
.wp-block-quote.is-style-large p {
    font-size: 24px;
    font-style: italic;
    line-height: 1.6
}

.wp-block-quote.is-large cite,
.wp-block-quote.is-large footer,
.wp-block-quote.is-style-large cite,
.wp-block-quote.is-style-large footer {
    font-size: 18px;
    text-align: right
}

.wp-block-rss.is-grid {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    list-style: none
}

.wp-block-rss.is-grid li {
    margin: 0 16px 16px 0;
    width: 100%
}

@media(min-width:600px) {
    .wp-block-rss.columns-2 li {
        width: calc(50% - 16px)
    }

    .wp-block-rss.columns-3 li {
        width: calc(33.33333% - 16px)
    }

    .wp-block-rss.columns-4 li {
        width: calc(25% - 16px)
    }

    .wp-block-rss.columns-5 li {
        width: calc(20% - 16px)
    }

    .wp-block-rss.columns-6 li {
        width: calc(16.66667% - 16px)
    }
}

.wp-block-rss__item-author,
.wp-block-rss__item-publish-date {
    color: #6c7781;
    font-size: 13px
}

.wp-block-search {
    display: flex;
    flex-wrap: wrap
}

.wp-block-search .wp-block-search__label {
    width: 100%
}

.wp-block-search .wp-block-search__input {
    flex-grow: 1
}

.wp-block-search .wp-block-search__button {
    margin-left: 10px
}

.wp-block-separator.is-style-wide {
    border-bottom-width: 1px
}

.wp-block-table.has-fixed-layout {
    table-layout: fixed;
    width: 100%
}

.wp-block-text-columns {
    display: flex
}

.wp-block-text-columns .wp-block-column {
    margin: 0 16px;
    padding: 0
}

.wp-block-text-columns .wp-block-column:first-child {
    margin-left: 0
}

.wp-block-text-columns .wp-block-column:last-child {
    margin-right: 0
}

.wp-block-text-columns.columns-2 .wp-block-column {
    width: 50%
}

.wp-block-text-columns.columns-3 .wp-block-column {
    width: 33.33333%
}

.wp-block-text-columns.columns-4 .wp-block-column {
    width: 25%
}

.wp-block-video {
    margin-left: 0;
    margin-right: 0
}

.wp-block-video video {
    max-width: 100%
}

@supports((position:-webkit-sticky) or(position:sticky)) {
    .wp-block-video [poster] {
        -o-object-fit: cover;
        object-fit: cover
    }
}

.wp-block-video figcaption {
    margin-top: .5em;
    margin-bottom: 1em;
    color: #555d66;
    text-align: center;
    font-size: 13px
}

.has-small-font-size {
    font-size: 13px
}

.has-normal-font-size,
.has-regular-font-size {
    font-size: 16px
}

.has-medium-font-size {
    font-size: 20px
}

.has-large-font-size {
    font-size: 36px
}

.has-larger-font-size {
    font-size: 42px
}

.sale-c {
    font-size: 28px;
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 40px;
    text-align: center;
    background-color: #ff0;
    max-width: 400px;
    width: auto;
    border-radius: 20px;
    padding: 0 20px
}

@media(max-width:768px) {
    .sale-c {
        font-size: 25px;
        margin: 0 auto 15px
    }
}

.tos-form {
    margin-bottom: 20px;
    font-size: 11px
}

.section-space-bot h2 {
    margin-bottom: 20px
}

.section-space-bot p {
    margin-bottom: 35px
}

img.wp-smiley,
img.emoji {
    display: inline !important;
    border: none !important;
    box-shadow: none !important;
    height: 1em !important;
    width: 1em !important;
    margin: 0 .07em !important;
    vertical-align: -.1em !important;
    background: 0 0 !important;
    padding: 0 !important
}

.wpcf7-form-control {
    padding: 10px 50px;
    background-color: #37935C;
    color: #fff;
    border-color: #37935C
}

.wpcf7-submit {
    padding: 10px 50px;
    background-color: #37935C;
    color: #fff;
    border-color: #37935C
}

#main {
    top: 0;
    position: relative
}

.p-heading {
    color: #fff !important
}

.first-cover h2 {
    color: #fff
}

.cta-form {
    background-color: #87cf89;
    padding: 50px 0;
    margin: 40px 0
}

.cta-form p {
    color: #000;
    margin: 10px
}

.cta-form input {
    padding: 10px 5px;
    margin: 10px 0;
    border: none;
    width: 100%
}

.cta-form select {
    padding: 10px 5px;
    margin: 10px 0;
    border: none;
    width: 100%;
    height: 52px
}

@media only screen and (min-width:550px) {
    .cta-form input {
        width: 100%
    }
}

@media only screen and (min-width:1024px) {
    .cta-form input {
        width: 33%
    }
}

@media only screen and (min-width:550px) {
    .cta-form select {
        width: 100%
    }
}

@media only screen and (min-width:1024px) {
    .cta-form select {
        width: 33%
    }
}

@media only screen and (max-width:550px) {
    .headersection {
        padding-top: 50px !important;
        padding-bottom: 50px !important
    }
}

.headersection {
    padding-top: 40px !important
}

@media(max-width:767px) {
    .headersection .leftsection {
        background: #fff !important
    }
}

@media only screen and (max-width:1024px) {
    .headersection {
        background-image: none !important;
        background: #fff !important
    }

    .textwidget h1 {
        color: #000 !important
    }

    .h1-heading {
        color: #000 !important
    }
}

.textwidget h1 {
    color: #fff
}

.we-cover div {
    color: #fff !important
}

.contentheader {
    color: #fff !important
}

@media(max-width:767px) {
    .digitalexits .leftsection {
        background-color: #fff !important
    }

    .digitalexits .leftsection .textwidget h1 {
        color: #000
    }

    .digitalexits p {
        color: #fff
    }
}

@media(max-width:1024px) {
    .headersection .leftsection {
        background: #00db6f !important
    }
}

.h1-heading {
    color: #fff !important
}

@media(max-width:1024px) {
    .headersection .leftsection {
        background: #fff !important
    }

    .textwidget .button {
        background-color: #00c200;
        color: #fff !important
    }

    .first-cover h2 {
        color: #000
    }

    .leftsection .textwidget p {
        color: #000 !important
    }

    .textwidget .button {
        background: #000 !important
    }
}

.byline-from a {
    display: none !important
}

.vp-title-header .headers {
    display: none !important
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.textwidget .contentheader {
    color: #fff !important
}

.contentheader-mobile {
    display: none
}

@media(max-width:728px) {
    .first-cover h2 {
        text-align: left
    }

    .textwidget .contentheader {
        color: #000 !important
    }

    .textwidget .contentheader {
        display: none !important
    }

    .contentheader-mobile {
        display: block
    }
}

.get_started a {
    background-color: orange !important
}

#top #nav_main .get_started a:hover {
    color: #fff
}

/* .dark ul li a {
    background-color: #414141
} */

#nav_mobile_dropdown a {
    background-color: #fff
}

.cols-mid>div {
    width: 100%
}

.pay-btn {
    width: 30%;
    margin: 0 auto;
    text-align: center
}

@media(max-width:728px) {
    .pay-btn {
        width: 90%
    }
}

.text-white {
    color: #fff;
}
#footer_bottom h4 {
    font-weight: 700;
    color: white;
}
#footer_bottom .links a {
    font-weight: 400;
    color: white;
}
#footer_bottom .address p{
    font-weight: 400;
    color: white;
}