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,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active {
  outline: 0;
}
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: 700;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.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: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
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;
  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;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: 700;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*,
::after,
::before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
@-moz-viewport {
  width: device-width;
}
@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@-webkit-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
html {
  font-size: 16px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Open Sans", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  color: #5d5d5d;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[tabindex="-1"]:focus {
  outline: 0 !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
p {
  margin-top: 0.9375rem;
  margin-bottom: 0.9375rem;
}
abbr[data-original-title],
abbr[title] {
  cursor: help;
  border-bottom: 1px dotted #5d5d5d;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
pre {
  margin-top: 0;
  margin-bottom: 1rem;
}
figure {
  margin: 0 0 1rem;
}
img {
  vertical-align: middle;
}
[role="button"] {
  cursor: pointer;
}
[role="button"],
a,
area,
button,
input,
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}
table {
  background-color: transparent;
}
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #5d5d5d;
  text-align: left;
  caption-side: bottom;
}
th {
  text-align: left;
}
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
button,
input,
select,
textarea {
  margin: 0;
  line-height: inherit;
  border-radius: 0;
}
textarea {
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
}
input[type="search"] {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  -webkit-appearance: none;
}
output {
  display: inline-block;
}
[hidden] {
  display: none !important;
}
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,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active {
  outline: 0;
}
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: 700;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.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: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
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;
  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;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: 700;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0.46875rem;
  font-family: inherit;
  font-weight: 400;
  line-height: 1.4;
  color: inherit;
  text-rendering: optimizeLegibility;
}
h1 {
  font-size: 1.875rem;
  font-weight: 800;
}
h2 {
  font-size: 1.875rem;
  font-weight: 800;
}
h3 {
  font-size: 1.75rem;
  font-weight: 800;
  color: #5d5d5d;
}
@media (max-width: 767px) {
  h3 {
    line-height: 1.3;
  }
}
.bg-d-grad h3 {
  color: #fff;
}
h4 {
  font-size: 1.5625rem;
}
h5 {
  font-size: 1.25rem;
}
h6 {
  font-size: 1rem;
}
.hs1 {
  font-weight: 600;
  font-size: 1.25rem;
}
p {
  font-weight: 400;
  font-size: 15px;
  line-height: 1.7;
  text-rendering: optimizeLegibility;
}
p.heading {
  font-weight: 600 !important;
}
p.terms {
  font-size: 0.75rem;
  width: 100%;
  float: left;
}
@media (max-width: 767px) {
  p {
    font-size: 0.925rem;
  }
}
p.small {
  font-size: 12px;
}
p.pricing {
  font-size: 1.125rem;
}
p.pricing span {
  color: #619f42;
  font-size: 1.375rem;
  font-weight: 600;
}
p.pricing span.small {
  font-size: 12px;
  color: #5d5d5d;
}
p.b-pricing {
  font-size: 1.375rem;
}
.p {
  font-size: 15px;
}
.ph {
  font-size: 17px;
}
.pl {
  font-size: 24px;
}
a.to-top-anchor {
  text-decoration: underline;
}
a.n-td {
  text-decoration: none;
}
.normal {
  font-weight: 400 !important;
}
.bold {
  font-weight: 600 !important;
}
.bolder {
  font-weight: 700;
}
.heavy {
  font-weight: 800 !important;
}
.under-line {
  text-decoration: underline;
}
.uc {
  text-transform: uppercase;
}
.fade-txt {
  color: grey;
}
.feature .heading {
  color: #619f42;
  margin-bottom: 0;
}
.feature .heading + p {
  margin-top: 10px;
}
.lead {
  font-size: 1.063rem;
  font-weight: 400;
  margin-bottom: 1.875rem;
  text-align: center;
}
@media (max-width: 767px) {
  .lead {
    margin-bottom: 0.9375rem;
    font-size: 1rem;
  }
}
.lead h1 {
  margin-bottom: 0;
  font-weight: 800;
}
.lead h2 {
  font-weight: 800;
}
.lead h3 {
  font-weight: 800;
}
.lead p {
  font-size: 24px;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .lead {
    font-size: 1rem;
  }
}
.lead.has-icon h3 {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 0;
  margin-top: 6px;
}
.lead.has-icon a {
  display: inline-block;
  margin-left: 1.875rem;
}
form .lead {
  margin-bottom: 1.875rem;
}
form .lead p {
  margin-top: 0;
  margin-bottom: 0;
  color: #fff;
  font-size: 0.9375rem;
  font-weight: 400;
}
.small,
small {
  font-size: 0.8125rem;
  font-weight: 400;
}
.list-unstyled {
  padding-left: 0;
  list-style-type: disc;
}
.list-unstyled .list-unstyled-item {
  display: list-item;
}
.list-nostyle {
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style-type: disc;
}
.list-inline-item {
  display: inline-block;
}
@media (min-width: 544px) {
  .list-inline-item:not(:last-child) {
    margin-right: 60px;
  }
}
@media (max-width: 767px) {
  .list-inline-item {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .list-inline-item:not(:first-child) {
    border-top: 1px solid #fff;
  }
}
.list-block {
  padding-left: 0;
  list-style-type: disc;
}
.list-block-item {
  display: inline-block;
  width: 100%;
}
@media (min-width: 544px) {
  .list-block-item:not(:first-child) {
    margin-top: 0.46875rem;
  }
}
@media (max-width: 767px) {
  .list-block-item {
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
    border-top: 1px solid #fff;
  }
}
.list-ordered {
  font-weight: 600;
  margin-bottom: 0.9375rem;
}
.list-ordered li {
  font-weight: 600;
}
.list-ordered li p {
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 0;
}
.list-ordered .unstyled {
  margin-left: 0.9375rem;
}
.list-ordered .unstyled li {
  font-weight: 400;
}
.list-ordered .unstyled li:not(:first-child) {
  margin-top: 0.9375rem;
}
.list-nostyle li:not(:first-child) {
  margin-top: 0.9375rem;
}
.list-nostyle li p {
  margin-top: 0;
  margin-bottom: 0;
}
.list-nostyle .unstyled {
  margin-left: 0.9375rem;
}
.list-nostyle .unstyled li {
  font-weight: 400;
}
.m-block-ol {
  margin-left: 1.875rem;
  list-style-type: none;
}
.m-block-ol .m-block-ol-item {
  position: relative;
}
.m-block-ol .m-block-ol-item span.number {
  color: #619f42;
  font-size: 1.125rem;
  position: absolute;
  left: -20px;
  top: -3px;
}
.check-list li::before {
  content: "\2713";
  width: 20px;
  height: 20px;
  font-family: Helvetica, Arial, Tahoma, sans-serif;
  color: #619f42;
  display: block;
  float: left;
  position: absolute;
  margin-left: -25px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .check-list li::before {
    display: inline-block;
    float: none;
  }
}
.check::after {
  content: "\2713";
  height: 100%;
  margin: 0 auto;
  font-family: Helvetica, Arial, Tahoma, sans-serif;
  color: #619f42;
  display: block;
  text-align: center;
  font-weight: 600;
}
.cancel::after {
  content: "X";
  height: 100%;
  margin: 0 auto;
  font-family: Helvetica, Arial, Tahoma, sans-serif;
  color: grey;
  display: block;
  text-align: center;
  font-weight: 600;
}
.arrow-list {
  margin-left: 30px;
}
.arrow-list .arrow-list-item {
  list-style-type: none;
  position: relative;
}
.arrow-list .arrow-list-item::before {
  content: "";
  width: 30px;
  height: 24px;
  background-image: url(/images/icons/16-testimonial-nav-sprite.png);
  display: block;
  position: absolute;
  top: 5px;
  left: -30px;
  background-size: 100%;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.arrow-list .arrow-list-item.m-block-ol-item {
  margin-left: 30px;
}
.arrow-list .arrow-list-item.m-block-ol-item::before {
  left: -45px;
}
.arrow-h::before {
  content: "";
  width: 30px;
  height: 24px;
  background-image: url(/images/icons/16-testimonial-nav-sprite.png);
  display: block;
  position: absolute;
  top: 0;
  left: -15px;
  background-size: 100%;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.arrow-p::before {
  content: "";
  width: 30px;
  height: 24px;
  background-image: url(/images/icons/16-testimonial-nav-sprite.png);
  display: block;
  position: absolute;
  top: 0;
  left: -15px;
  background-size: 100%;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  background-position-y: -3;
}
p.arrow-p::before {
  top: 5px;
}
.dl-horizontal {
  margin-right: -1.875rem;
  margin-left: -1.875rem;
}
.dl-horizontal::after {
  content: "";
  display: table;
  clear: both;
}
blockquote {
  font-weight: 400;
  margin-top: 1.875rem;
  text-align: center;
  color: grey;
  font-style: italic;
  padding: 0 1rem;
  margin: 0 auto;
}
blockquote:before {
  content: '"';
  color: #619f42;
}
blockquote:after {
  content: '"';
  color: #619f42;
}
blockquote.n-style {
  text-align: left;
  font-style: normal;
  margin-bottom: 0.9375rem;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.italic {
  font-style: italic;
}
.upper {
  text-transform: uppercase;
}
.pagination {
  list-style: none;
  display: inline-block;
}
.pagination.v-tabbed li:not(:first-child) a {
  border-left: 1px solid grey;
}
.pagination li {
  display: inline;
  float: left;
}
.pagination li.active a {
  font-weight: 600;
}
.pagination li a {
  text-decoration: none;
  padding: 0 0.46875rem;
  line-height: 30px;
  position: relative;
}
.pagination li a.prev {
  width: 30px;
  height: 30px;
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  background-size: 100%;
}
.pagination li a.prev:hover {
  background-position: 0 30px;
}
.pagination li a.next {
  width: 30px;
  height: 30px;
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  background-size: 100%;
}
.pagination li a.next:hover {
  background-position: 0 30px;
}
.pagination li a.active {
  color: #619f42;
}
.img-fluid {
  display: block;
  max-width: 100%;
  height: auto;
}
.figure {
  display: inline-block;
}
.figure-img {
  margin-bottom: 0.46875rem;
  line-height: 1;
}
.figure-caption {
  font-size: 90%;
  color: #5d5d5d;
}
.auto-w {
  width: auto;
}
@media (max-width: 767px) {
  .auto-w {
    max-width: 100%;
    margin-top: 30px;
  }
}
img {
  max-width: 100%;
}
.icon {
  width: 60px;
  height: 44px;
  float: left;
  margin-top: 0.9375rem;
}
.icon-protection {
  background-image: url(/images/icons/secuirty-stack-icons.png);
  background-position: -6px 0;
  background-size: 100%;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .icon-protection {
    background-image: url(/images/icons/secuirty-stack-icons.png);
  }
}
.icon-detection {
  background-image: url(/images/icons/secuirty-stack-icons.png);
  background-position: -6px 76px;
  background-size: 100%;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .icon-detection {
    background-image: url(/images/icons/secuirty-stack-icons.png);
  }
}
.icon-response {
  background-image: url(/images/icons/secuirty-stack-icons.png);
  background-position: -10px 32px;
  background-size: 100%;
  height: 32px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .icon-response {
    background-image: url(/images/icons/secuirty-stack-icons.png);
  }
}
.icon-slr {
  background-image: url(/images/icons/16-sucuri-homepage-icons.png);
  background-position: 0 -250px;
  background-size: 100%;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .icon-slr {
    background-image: url(/images/icons/16-sucuri-homepage-icons@2.png);
  }
}
.icon-awp {
  background-image: url(/images/icons/16-sucuri-homepage-icons.png);
  background-position: 0 -68px;
  background-size: 100%;
  height: 60px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .icon-awp {
    background-image: url(/images/icons/16-sucuri-homepage-icons@2.png);
  }
}
.icon-pss {
  background-image: url(/images/icons/16-sucuri-homepage-icons.png);
  background-position: 0 -364px;
  background-size: 100%;
  height: 60px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .icon-pss {
    background-image: url(/images/icons/16-sucuri-homepage-icons@2.png);
  }
}
.icon-ssl {
  background-image: url(/images/icons/16-sucuri-homepage-icons.png);
  background-position: 0 -302px;
  background-size: 100%;
  height: 60px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .icon-ssl {
    background-image: url(/images/icons/16-sucuri-homepage-icons@2.png);
  }
}
.icon-csm {
  background-image: url(/images/icons/16-sucuri-homepage-icons.png);
  background-position: 0 -426px;
  background-size: 100%;
  height: 60px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .icon-csm {
    background-image: url(/images/icons/16-sucuri-homepage-icons@2.png);
  }
}
.icon-ddos {
  background-image: url(/images/icons/16-sucuri-homepage-icons.png);
  background-position: 0 -486px;
  background-size: 100%;
  height: 60px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .icon-ddos {
    background-image: url(/images/icons/16-sucuri-homepage-icons@2.png);
  }
}
.icon-csr {
  background-image: url(/images/icons/15-enterprise-icons.png);
  background-position: 0 0;
  background-size: 100%;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .icon-csr {
    background-image: url(/images/icons/15-enterprise-icons@2.png);
  }
}
.icon-ha {
  background-image: url(/images/icons/15-enterprise-icons.png);
  background-position: 0 300px;
  background-size: 100%;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .icon-ha {
    background-image: url(/images/icons/15-enterprise-icons@2.png);
  }
}
.icon-ci {
  background-image: url(/images/icons/15-enterprise-icons.png);
  background-position: 0 240px;
  background-size: 100%;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .icon-ci {
    background-image: url(/images/icons/15-enterprise-icons@2.png);
  }
}
.icon-cc {
  background-image: url(/images/icons/15-enterprise-icons.png);
  background-position: 0 180px;
  background-size: 100%;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .icon-cc {
    background-image: url(/images/icons/15-enterprise-icons@2.png);
  }
}
.icon-dam {
  background-image: url(/images/icons/15-enterprise-icons.png);
  background-position: 0 120px;
  background-size: 100%;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .icon-dam {
    background-image: url(/images/icons/15-enterprise-icons@2.png);
  }
}
.icon-esla {
  background-image: url(/images/icons/15-enterprise-icons.png);
  background-position: 0 60px;
  background-size: 100%;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .icon-esla {
    background-image: url(/images/icons/15-enterprise-icons@2.png);
  }
}
.agency-features .icon {
  height: 60px;
}
.icon-pyci {
  background-image: url(/images/icons/16-sucuri-agency-page-icons.png);
  background-position: 0 60px;
  background-size: cover;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .icon-pyci {
    background-image: url(/images/icons/16-sucuri-agency-page-icons@2.png);
  }
}
.icon-pyar {
  background-image: url(/images/icons/16-sucuri-agency-page-icons.png);
  background-position: -60px 60px;
  background-size: cover;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .icon-pyar {
    background-image: url(/images/icons/16-sucuri-agency-page-icons@2.png);
  }
}
.icon-fam {
  background-image: url(/images/icons/16-sucuri-agency-page-icons.png);
  background-position: -120px 60px;
  background-size: cover;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .icon-fam {
    background-image: url(/images/icons/16-sucuri-agency-page-icons@2.png);
  }
}
.icon-tsb {
  background-image: url(/images/icons/16-sucuri-agency-page-icons.png);
  background-position: -180px 60px;
  background-size: cover;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .icon-tsb {
    background-image: url(/images/icons/16-sucuri-agency-page-icons@2.png);
  }
}
.icon-fwddos {
  width: 65px;
  height: 65px;
  background-image: url(/images/icons/16-sucuri-firewall-icons-sprite.png);
  background-size: cover;
  background-position: 0 0;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .icon-fwddos {
    background-image: url(/images/icons/16-sucuri-firewall-icons-sprite@2.png);
  }
}
.icon-bfpp {
  width: 65px;
  height: 65px;
  background-image: url(/images/icons/16-sucuri-firewall-icons-sprite.png);
  background-size: cover;
  background-position: -65px 0;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .icon-bfpp {
    background-image: url(/images/icons/16-sucuri-firewall-icons-sprite@2.png);
  }
}
.icon-swah {
  width: 65px;
  height: 65px;
  background-image: url(/images/icons/16-sucuri-firewall-icons-sprite.png);
  background-size: cover;
  background-position: -130px 0;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .icon-swah {
    background-image: url(/images/icons/16-sucuri-firewall-icons-sprite@2.png);
  }
}
.icon-mal-p {
  width: 65px;
  height: 65px;
  background-image: url(/images/icons/16-sucuri-firewall-icons-sprite.png);
  background-size: cover;
  background-position: -195px 0;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .icon-mal-p {
    background-image: url(/images/icons/16-sucuri-firewall-icons-sprite@2.png);
  }
}
.icon-zdir {
  width: 65px;
  height: 65px;
  background-image: url(/images/icons/16-sucuri-firewall-icons-sprite.png);
  background-size: cover;
  background-position: -260px 0;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .icon-zdir {
    background-image: url(/images/icons/16-sucuri-firewall-icons-sprite@2.png);
  }
}
.icon-scpa {
  width: 65px;
  height: 65px;
  background-image: url(/images/icons/16-sucuri-firewall-icons-sprite.png);
  background-size: cover;
  background-position: -325px 0;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .icon-scpa {
    background-image: url(/images/icons/16-sucuri-firewall-icons-sprite@2.png);
  }
}
.help .icon {
  width: 86px;
  height: 68px;
  display: block;
  float: none;
  margin: 0 auto;
  margin-top: 0;
  background-position: 0 0;
}
.help .icon.icon-email {
  background-image: url(/images/icons/15-contact-email-sprite.png);
  background-size: 100%;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .help .icon.icon-email {
    background-image: url(/images/icons/15-contact-email-sprite@2.png);
  }
}
.help .icon.icon-ticket {
  background-image: url(/images/icons/15-contact-ticket-sprite.png);
  background-size: 100%;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .help .icon.icon-ticket {
    background-image: url(/images/icons/15-contact-ticket-sprite@2.png);
  }
}
.help .icon.icon-livechat {
  background-image: url(/images/icons/15-contact-chat-sprite.png);
  background-size: 100%;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .help .icon.icon-livechat {
    background-image: url(/images/icons/15-contact-chat-sprite@2.png);
  }
}
.help .icon.icon-phone {
  background-image: url(/images/icons/15-contact-phone-sprite.png);
  background-size: 100%;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .help .icon.icon-phone {
    background-image: url(/images/icons/15-contact-phone-sprite@2.png);
  }
}
.contact-us-icons li:hover {
  cursor: pointer;
}
.contact-us-icons li:hover .icon-email {
  background-position: 0 69px;
}
.contact-us-icons li:hover .icon-ticket {
  background-position: 0 68px;
}
.contact-us-icons li:hover .icon-livechat {
  background-position: 0 69px;
}
.contact-us-icons li:hover .icon-phone {
  background-position: 0 69px;
}
.contact-us-icons li:hover p {
  color: #619f42;
}
.home-a .help .icon {
  width: 60px;
  height: 60px;
  display: block;
  float: none;
  margin: 0 auto;
  margin-top: 0;
  background-image: url(/images/sprites/17-sucuri-home-page-icon-sprite.png);
  background-size: 762px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .home-a .help .icon {
    background-image: url(/images/sprites/17-sucuri-home-page-icon-sprite@2.png);
  }
}
.home-a .help .icon.icon-email {
  background-position: 0 120px;
}
.home-a .help .icon.icon-ticket {
  background-position: -60px 120px;
}
.home-a .help .icon.icon-livechat {
  background-position: -120px 120px;
}
.home-a .help .icon.icon-phone {
  background-position: -180px 120px;
}
.home-a .help .contact-us-icons li:hover {
  cursor: pointer;
}
.home-a .help .contact-us-icons li:hover .icon.icon-email {
  background-position: 0 60px;
}
.home-a .help .contact-us-icons li:hover .icon.icon-ticket {
  background-position: -60px 60px;
}
.home-a .help .contact-us-icons li:hover .icon.icon-livechat {
  background-position: -120px 60px;
}
.home-a .help .contact-us-icons li:hover .icon.icon-phone {
  background-position: -180px 60px;
}
.home-a .help .contact-us-icons li:hover p {
  color: #619f42;
}
.social-icon {
  width: 30px;
  height: 30px;
  display: block;
}
i.facebook {
  background-image: url(/images/icons/15-footer-facebook-sprite.png);
  background-size: 100%;
  background-position: 0 0;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  i.facebook {
    background-image: url(/images/icons/15-footer-facebook-sprite@2.png);
  }
}
i.facebook:hover {
  background-position: 0 30px;
}
i.twitter {
  background-image: url(/images/icons/15-footer-twitter-sprite.png);
  background-size: 100%;
  background-position: 0 0;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  i.twitter {
    background-image: url(/images/icons/15-footer-twitter-sprite@2.png);
  }
}
i.twitter:hover {
  background-position: 0 30px;
}
i.linkedin {
  background-image: url(/images/icons/15-footer-linkedin-sprite.png);
  background-size: 100%;
  background-position: 0 0;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  i.linkedin {
    background-image: url(/images/icons/15-footer-linkedin-sprite@2.png);
  }
}
i.linkedin:hover {
  background-position: 0 30px;
}
i.instagram {
  background-image: url(/images/icons/15-footer-instagram-sprite.png);
  background-size: 100%;
  background-position: 0 0;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  i.instagram {
    background-image: url(/images/icons/15-footer-instagram-sprite@2.png);
  }
}
i.instagram:hover {
  background-position: 0 30px;
}
.website-security-stack .icon-container {
  width: 47px;
  height: 46px;
  float: left;
  margin-left: 10px;
}
.website-security-stack .icon {
  width: 47px;
  height: 46px;
  background-repeat: no-repeat;
}
.website-security-stack .icon-defence {
  background-image: url(/images/icons/16-sucuri-homepage-icons.png);
  background-size: 100%;
  background-position: 0 0;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .website-security-stack .icon-defence {
    background-image: url(/images/icons/16-sucuri-homepage-icons@2.png);
  }
}
.website-security-stack .icon-protection {
  background-image: url(/images/icons/16-sucuri-homepage-icons.png);
  background-size: 100%;
  background-position: 0 -46px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .website-security-stack .icon-protection {
    background-image: url(/images/icons/16-sucuri-homepage-icons@2.png);
  }
}
.website-security-stack .icon-detection {
  background-image: url(/images/icons/16-sucuri-homepage-icons.png);
  background-size: 100%;
  background-position: 0 -142px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .website-security-stack .icon-detection {
    background-image: url(/images/icons/16-sucuri-homepage-icons@2.png);
  }
}
.website-security-stack .icon-response {
  background-image: url(/images/icons/16-sucuri-homepage-icons.png);
  background-size: 100%;
  background-position: 0 -96px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .website-security-stack .icon-response {
    background-image: url(/images/icons/16-sucuri-homepage-icons@2.png);
  }
}
.icon-play-pause {
  width: 55px;
  height: 40px;
  float: none;
  display: block;
  background-image: url(/images/icons/15-header-play-sprite.png);
  background-position: 0 120px;
  margin: 0 auto;
  margin-top: 1rem;
  cursor: pointer;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .icon-play-pause {
    background-image: url(/images/icons/15-header-play-sprite.png);
  }
}
.icon-play-pause.play {
  background-image: url(/images/icons/15-header-stop-sprite.png);
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .icon-play-pause.play {
    background-image: url(/images/icons/15-header-stop-sprite.png);
  }
}
.icon-play-pause:hover {
  background-position: 0 0;
}
.icon-view-t {
  width: 30px;
  height: 30px;
  display: block;
  background-image: url(/images/icons/15-view-testimonials-icon.png);
}
.icon-view-t:hover {
  background-position: 0 30px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .icon-view-t {
    background-image: url(/images/icons/15-view-testimonials-icon.png);
  }
}
.icon-expand-t {
  width: 30px;
  height: 30px;
  display: block;
  background-image: url(/images/icons/15-expand-icon.png);
}
.icon-expand-t:hover {
  background-position: 0 30px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .icon-expand-t {
    background-image: url(/images/icons/15-expand-icon.png);
  }
}
.icon-social-share-t {
  width: 30px;
  height: 30px;
  display: block;
  background-image: url(/images/icons/15-social-share-icon.png);
}
.icon-social-share-t:hover {
  background-position: 0 30px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .icon-social-share-t {
    background-image: url(/images/icons/15-social-share-icon.png);
  }
}
.icon-social-share-s {
  width: 30px;
  height: 30px;
  display: block;
  background-position: 0 30px;
  background-image: url(/images/icons/15-social-share-icon.png);
}
.icon-social-share-s:hover {
  background-position: 0 0;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .icon-social-share-s {
    background-image: url(/images/icons/15-social-share-icon.png);
  }
}
.icon-save-t {
  width: 30px;
  height: 30px;
  display: block;
  background-image: url(/images/icons/15-save-t-icon.png);
}
.icon-save-t:hover {
  background-position: 0 30px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .icon-save-t {
    background-image: url(/images/icons/15-save-t-icon.png);
  }
}
a.prev {
  width: 60px;
  height: 60px;
  display: block;
  position: absolute;
  left: -50px;
  top: 220px;
  background-image: url(/images/icons/16-testimonial-nav-sprite.png);
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  a.prev {
    background-image: url(/images/icons/16-testimonial-nav-sprite.png);
  }
}
a.prev:hover {
  background-position: 0 60px;
}
a.prev.disabled:hover {
  background-position: 0 0;
  cursor: not-allowed;
}
a.next {
  width: 60px;
  height: 60px;
  display: block;
  position: absolute;
  right: -50px;
  top: 220px;
  background-image: url(/images/icons/16-testimonial-nav-sprite.png);
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  a.next {
    background-image: url(/images/icons/16-testimonial-nav-sprite.png);
  }
}
a.next:hover {
  background-position: 0 60px;
}
a.next.disabled:hover {
  background-position: 0 0;
  cursor: not-allowed;
}
.icon-ccts {
  background-image: url(/images/icons/16-cloud-website-security-enterprise-icons.png);
  background-size: 100%;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .icon-ccts {
    background-image: url(/images/icons/16-cloud-website-security-enterprise-icons-@2.png);
  }
}
.icon-mddos {
  background-image: url(/images/icons/16-cloud-website-security-enterprise-icons.png);
  background-size: 100%;
  background-position: 0 -50px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .icon-mddos {
    background-image: url(/images/icons/16-cloud-website-security-enterprise-icons-@2.png);
  }
}
.icon-dam-b {
  background-image: url(/images/icons/16-cloud-website-security-enterprise-icons.png);
  background-size: 100%;
  background-position: 0 -100px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .icon-dam-b {
    background-image: url(/images/icons/16-cloud-website-security-enterprise-icons-@2.png);
  }
}
.icon-sep {
  background-image: url(/images/icons/16-cloud-website-security-enterprise-icons.png);
  background-size: 100%;
  background-position: 0 -150px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .icon-sep {
    background-image: url(/images/icons/16-cloud-website-security-enterprise-icons-@2.png);
  }
}
.icon-wim {
  background-image: url(/images/icons/16-cloud-website-security-enterprise-icons.png);
  background-size: 100%;
  background-position: 0 -200px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .icon-wim {
    background-image: url(/images/icons/16-cloud-website-security-enterprise-icons-@2.png);
  }
}
.icon-wim {
  background-image: url(/images/icons/16-cloud-website-security-enterprise-icons.png);
  background-size: 100%;
  background-position: 0 -200px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .icon-wim {
    background-image: url(/images/icons/16-cloud-website-security-enterprise-icons-@2.png);
  }
}
.icon-po {
  background-image: url(/images/icons/16-cloud-website-security-enterprise-icons.png);
  background-size: 100%;
  background-position: 0 -250px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .icon-po {
    background-image: url(/images/icons/16-cloud-website-security-enterprise-icons-@2.png);
  }
}
.icon-sil7a {
  background-image: url(/images/icons/16-cloud-website-security-enterprise-icons.png);
  background-size: 100%;
  background-position: 0 -300px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .icon-sil7a {
    background-image: url(/images/icons/16-cloud-website-security-enterprise-icons-@2.png);
  }
}
.icon-l3l4p {
  background-image: url(/images/icons/16-cloud-website-security-enterprise-icons.png);
  background-size: 100%;
  background-position: 0 -350px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .icon-l3l4p {
    background-image: url(/images/icons/16-cloud-website-security-enterprise-icons-@2.png);
  }
}
.icon-tlws {
  background-image: url(/images/icons/16-cloud-website-security-enterprise-icons.png);
  background-size: 100%;
  background-position: 0 -400px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .icon-tlws {
    background-image: url(/images/icons/16-cloud-website-security-enterprise-icons-@2.png);
  }
}
.icon-sd {
  background-image: url(/images/icons/16-cloud-website-security-enterprise-icons.png);
  background-size: 100%;
  background-position: 0 -450px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .icon-sd {
    background-image: url(/images/icons/16-cloud-website-security-enterprise-icons-@2.png);
  }
}
.icon-avr {
  background-image: url(/images/icons/16-cloud-website-security-enterprise-icons.png);
  background-size: 100%;
  background-position: 0 -500px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .icon-avr {
    background-image: url(/images/icons/16-cloud-website-security-enterprise-icons-@2.png);
  }
}
.icon-ea {
  background-image: url(/images/icons/16-cloud-website-security-enterprise-icons.png);
  background-size: 100%;
  background-position: 0 -550px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .icon-ea {
    background-image: url(/images/icons/16-cloud-website-security-enterprise-icons-@2.png);
  }
}
.icon-ferpa {
  background-image: url(/images/icons/16-cloud-website-security-enterprise-icons.png);
  background-size: 100%;
  background-position: 0 -600px;
  height: 49px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .icon-ferpa {
    background-image: url(/images/icons/16-cloud-website-security-enterprise-icons-@2.png);
  }
}
.icon-repo {
  background-image: url(/images/icons/16-sucuri-quarter-report-icon.png);
  background-size: 100%;
  background-position: 0 0;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .icon-repo {
    background-image: url(/images/icons/16-sucuri-quarter-report-icon@2.png);
  }
}
.t-logo {
  width: 142px;
  height: 58px;
}
.t-logo.nu {
  background-image: url(/images/icons/16-education-vendors-sprite.png);
  background-size: 100%;
  background-position: 0 0;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .t-logo.nu {
    background-image: url(/images/icons/16-education-vendors-sprite@2.png);
  }
}
.t-logo.tgwu {
  background-image: url(/images/icons/16-education-vendors-sprite.png);
  background-size: 100%;
  background-position: 0 -62px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .t-logo.tgwu {
    background-image: url(/images/icons/16-education-vendors-sprite@2.png);
  }
}
.t-logo.wc {
  background-image: url(/images/icons/16-education-vendors-sprite.png);
  background-size: 100%;
  background-position: 0 -124px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .t-logo.wc {
    background-image: url(/images/icons/16-education-vendors-sprite@2.png);
  }
}
.t-logo.nyu {
  background-image: url(/images/icons/16-education-vendors-sprite.png);
  background-size: 100%;
  background-position: 0 -186px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .t-logo.nyu {
    background-image: url(/images/icons/16-education-vendors-sprite@2.png);
  }
}
.t-logo.du {
  background-image: url(/images/icons/16-education-vendors-sprite.png);
  background-size: 100%;
  background-position: 0 -248px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .t-logo.du {
    background-image: url(/images/icons/16-education-vendors-sprite@2.png);
  }
}
.t-logo.mu {
  background-image: url(/images/icons/16-education-vendors-sprite.png);
  background-size: 100%;
  background-position: 0 -300px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .t-logo.mu {
    background-image: url(/images/icons/16-education-vendors-sprite@2.png);
  }
}
.agency-t-logo {
  width: auto;
  height: 60px;
  display: inline-block;
  background-image: url(/images/icons/16-sucuri-agency-page-logos.png);
  background-size: cover;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .agency-t-logo {
    background-image: url(/images/icons/16-sucuri-agency-page-logos@2.png);
  }
}
.agency-t-logo.w24 {
  width: 69px;
  background-position: 0 0;
}
.agency-t-logo.cweb {
  width: 108px;
  background-position: -74px 0;
}
.agency-t-logo.webmac {
  width: 375px;
  background-position: -197px 0;
}
.agency-t-logo.niceb {
  width: 232px;
  background-position: -576px 0;
}
.solutions-wrapper .icon {
  width: 60px;
  height: 60px;
  margin: 0 auto;
  float: none;
  display: block;
  background-size: cover;
}
.solutions-wrapper .icon.ecom {
  background-image: url(/images/icons/16-sucuri-industry-solution-menu-sprite.png);
  background-position: 0 0;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .solutions-wrapper .icon.ecom {
    background-image: url(/images/icons/16-sucuri-industry-solution-menu-sprite@2.png);
  }
}
.solutions-wrapper .icon.enterp {
  background-image: url(/images/icons/16-sucuri-industry-solution-menu-sprite.png);
  background-position: -60px 0;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .solutions-wrapper .icon.enterp {
    background-image: url(/images/icons/16-sucuri-industry-solution-menu-sprite@2.png);
  }
}
.solutions-wrapper .icon.agency {
  background-image: url(/images/icons/16-sucuri-industry-solution-menu-sprite.png);
  background-position: -120px 0;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .solutions-wrapper .icon.agency {
    background-image: url(/images/icons/16-sucuri-industry-solution-menu-sprite@2.png);
  }
}
.solutions-wrapper .icon.educ {
  background-image: url(/images/icons/16-sucuri-industry-solution-menu-sprite.png);
  background-position: -181px 0;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .solutions-wrapper .icon.educ {
    background-image: url(/images/icons/16-sucuri-industry-solution-menu-sprite@2.png);
  }
}
.solutions-wrapper .icon-wrapper {
  display: block;
  width: 100%;
  float: left;
  text-align: center;
}
.solutions-wrapper.bg-light .icon.ecom {
  background-image: url(/images/sprites/16-sucuri-industry-solution-menu-grey-sprite.png);
  background-position: 0 0;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .solutions-wrapper.bg-light .icon.ecom {
    background-image: url(/images/sprites/16-sucuri-industry-solution-menu-grey-sprite@2.png);
  }
}
.solutions-wrapper.bg-light .icon.enterp {
  background-image: url(/images/sprites/16-sucuri-industry-solution-menu-grey-sprite.png);
  background-position: -60px 0;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .solutions-wrapper.bg-light .icon.enterp {
    background-image: url(/images/sprites/16-sucuri-industry-solution-menu-grey-sprite@2.png);
  }
}
.solutions-wrapper.bg-light .icon.agency {
  background-image: url(/images/sprites/16-sucuri-industry-solution-menu-grey-sprite.png);
  background-position: -120px 0;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .solutions-wrapper.bg-light .icon.agency {
    background-image: url(/images/sprites/16-sucuri-industry-solution-menu-grey-sprite@2.png);
  }
}
.solutions-wrapper.bg-light .icon.educ {
  background-image: url(/images/sprites/16-sucuri-industry-solution-menu-grey-sprite.png);
  background-position: -180px 0;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .solutions-wrapper.bg-light .icon.educ {
    background-image: url(/images/sprites/16-sucuri-industry-solution-menu-grey-sprite@2.png);
  }
}
.partner-with-wrapper .icon {
  width: 74px;
  height: 64px;
  margin: 0 auto;
  float: none;
  display: block;
  background-image: url(/images/sprites/16-sucuri-partners-page-icon-sprite.png);
  background-size: 720px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .partner-with-wrapper .icon {
    background-image: url(/images/sprites/16-sucuri-partners-page-icon-sprite@2.png);
  }
}
.partner-with-wrapper .icon.custexp {
  background-position: -9px 125px;
}
.partner-with-wrapper .icon.priceamb {
  background-position: -98px 125px;
}
.partner-with-wrapper .icon.arbprice {
  background-position: -188px 125px;
}
.partner-with-wrapper .icon.extsec {
  background-position: -278px 125px;
}
.partner-with-wrapper .icon.remexcl {
  background-position: -368px 125px;
}
.partner-with-wrapper .icon.highpar {
  background-position: -458px 125px;
}
.partner-with-wrapper .icon.apiinte {
  background-position: -548px 125px;
}
.partner-with-wrapper .icon.simpdep {
  background-position: -638px 125px;
}
.partner-with-wrapper .icon-wrapper {
  display: block;
  width: 100%;
  float: left;
  text-align: center;
}
.partner-with-wrapper-b .icon {
  width: 50px;
  height: 50px;
  float: none;
  display: block;
  margin: 0;
  background-image: url(/images/sprites/18-sucuri-ship-icons.png);
  background-size: 450px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .partner-with-wrapper-b .icon {
    background-image: url(/images/sprites/18-sucuri-ship-icons@2.png);
  }
}
.partner-with-wrapper-b .icon.custexp {
  background-position: 0 0;
}
.partner-with-wrapper-b .icon.priceamb {
  background-position: -50px 0;
}
.partner-with-wrapper-b .icon.arbprice {
  background-position: -100px 0;
}
.partner-with-wrapper-b .icon.extsec {
  background-position: -150px 0;
}
.partner-with-wrapper-b .icon.highpar {
  background-position: -200px 0;
}
.partner-with-wrapper-b .icon.remexcl {
  background-position: -250px 0;
}
.partner-with-wrapper-b .icon.apiinte {
  background-position: -300px 0;
}
.partner-with-wrapper-b .icon.simpdep {
  background-position: -350px 0;
}
.flexible-program .icon {
  width: 116px;
  height: 81px;
  margin: 0 auto;
  float: none;
  display: block;
  background-size: 720px;
  background-image: url(/images/sprites/16-sucuri-partners-page-icon-sprite.png);
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .flexible-program .icon {
    background-image: url(/images/sprites/16-sucuri-partners-page-icon-sprite@2.png);
  }
}
.flexible-program .icon.hostprov {
  background-position: 0 0;
}
.flexible-program .icon.digiage {
  background-position: -116px 0;
}
.flexible-program .icon.varmsp {
  background-position: -232px 0;
}
.flexible-program .icon.agency {
  background-position: -348px 0;
}
.flexible-program .icon.multsite {
  background-position: -464px 0;
}
.flexible-program .icon-wrapper {
  display: block;
  width: 100%;
  float: left;
  text-align: center;
}
.tab-icon .icon {
  width: 54px;
  height: 54px;
  margin: 0 auto;
  float: none;
  display: block;
  background-size: cover;
}
.tab-icon .icon.what {
  background-image: url(/images/icons/16-sucuri-learn-more-sprite.png);
  background-position: 0 0;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .tab-icon .icon.what {
    background-image: url(/images/icons/16-sucuri-learn-more-sprite@2.png);
  }
}
.tab-icon .icon.why {
  background-image: url(/images/icons/16-sucuri-learn-more-sprite.png);
  background-position: -54px 0;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .tab-icon .icon.why {
    background-image: url(/images/icons/16-sucuri-learn-more-sprite@2.png);
  }
}
.tab-icon .icon.how {
  background-image: url(/images/icons/16-sucuri-learn-more-sprite.png);
  background-position: -108px 0;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .tab-icon .icon.how {
    background-image: url(/images/icons/16-sucuri-learn-more-sprite@2.png);
  }
}
.sbtm-nav-icon {
  float: none;
  display: block;
  margin: 0 auto;
  width: 73px;
  height: 73px;
  background-image: url(/images/icons/16-sucuri-info-footer-sprite.png);
  background-size: cover;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .sbtm-nav-icon {
    background-image: url(/images/icons/16-sucuri-info-footer-sprite@2.png);
  }
}
.sbtm-nav-icon.icon-sblog {
  background-position: 0 0;
}
.sbtm-nav-icon.icon-sweb {
  background-position: 79px 0;
}
.sbtm-nav-icon.icon-sqrep {
  background-position: 156px 0;
}
.trusted-logo {
  width: auto;
  height: 63px;
  display: inline-block;
  background-image: url(/images/icons/16-sucuri-customers-trusted-by-row1-sprite.png);
  background-size: cover;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .trusted-logo {
    background-image: url(/images/icons/16-sucuri-customers-trusted-by-row1-sprite@2.png);
  }
}
.trusted-logo.wpbeginner {
  width: 84px;
  background-position: 0 0;
}
.trusted-logo.ithemes {
  width: 132px;
  background-position: -86px 0;
}
.trusted-logo.yoast {
  width: 98px;
  background-position: -219px 0;
}
.trusted-logo.cart66 {
  width: 146px;
  background-position: -318px 0;
}
.trusted-logo.emphasys {
  width: 98px;
  background-position: -465px 0;
}
.trusted-logo.webmechanix {
  width: 187px;
  background-position: -564px 0;
}
.trusted-logo.nwuniversity {
  width: 136px;
  background-position: -752px 0;
}
.trusted-logo.tgwuniversity {
  width: 81px;
  background-position: -889px 0;
}
.trusted-logo.wesley-college {
  width: 122px;
  background-position: -971px 0;
}
.trusted-logo.nyu {
  width: 39px;
  background-position: -1094px 0;
}
.trusted-logo.duke {
  width: 90px;
  background-position: -1134px 0;
}
.trusted-logo.miami-universisty {
  width: 120px;
  background-position: -1225px 0;
}
.icon-d-pdf {
  width: 46px;
  height: 46px;
  display: inline-block;
  background-image: url(/images/icons/17-sucuri-pdf-download-icon.png);
  background-size: cover;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .icon-d-pdf {
    background-image: url(/images/icons/17-sucuri-pdf-download-icon@2.png);
  }
}
.partner-features .icon {
  float: none;
  margin: 0 auto;
  display: block;
  background-image: url(/images/17-sucuri-partner-page-assets-sprite.png);
  background-size: 909px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .partner-features .icon {
    background-image: url(/images/17-sucuri-partner-page-assets-sprite@2.png);
  }
}
.partner-features .icon-isi {
  width: 88px;
  height: 89px;
  background-position: -14px -67px;
}
.partner-features .icon-rsi {
  width: 114px;
  height: 89px;
  background-position: -115px -67px;
}
.partner-features .icon-cfcm {
  width: 77px;
  height: 89px;
  background-position: -249px -69px;
}
.partner-features .icon-dpp {
  width: 99px;
  height: 89px;
  background-position: -354px -69px;
}
.partner-features .icon-incp {
  width: 87px;
  height: 89px;
  background-position: -475px -69px;
}
.si-benefits-wrapper .icon {
  float: none;
  margin: 0 auto;
  display: block;
  background-image: url(/images/17-sucuri-partner-page-assets-sprite.png);
  background-size: 909px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .si-benefits-wrapper .icon {
    background-image: url(/images/17-sucuri-partner-page-assets-sprite@2.png);
  }
}
.si-benefits-wrapper .icon-stco {
  width: 74px;
  height: 64px;
  background-position: 0 -156px;
}
.si-benefits-wrapper .icon-sboce {
  width: 69px;
  height: 64px;
  background-position: -76px -161px;
}
.si-benefits-wrapper .icon-npa {
  width: 74px;
  height: 64px;
  background-position: -149px -156px;
}
.si-benefits-wrapper .icon-dewst {
  width: 74px;
  height: 64px;
  background-position: -221px -156px;
}
.ptrn-whys-wrapper .icon {
  background-image: url(/images/17-sucuri-partner-page-assets-sprite.png);
  background-size: 909px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .ptrn-whys-wrapper .icon {
    background-image: url(/images/17-sucuri-partner-page-assets-sprite@2.png);
  }
}
@media (max-width: 991px) {
  .ptrn-whys-wrapper .icon {
    height: 43px;
  }
}
.ptrn-whys-wrapper .icon-inmsp {
  background-position: 0 215px;
  width: 58px;
}
.ptrn-whys-wrapper .icon-ptlws {
  background-position: -58px 215px;
  width: 58px;
}
.ptrn-whys-wrapper .icon-psd {
  background-position: -116px 215px;
  width: 58px;
}
.ptrn-whys-wrapper .icon-aar {
  background-position: -175px 215px;
  width: 58px;
}
.kuotlws-wrapper .sbtm-nav-icon {
  width: 65px;
  height: 60px;
  background-image: url(/images/sprites/16-sucuri-partners-page-icon-sprite.png);
  background-size: 720px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .kuotlws-wrapper .sbtm-nav-icon {
    background-image: url(/images/sprites/16-sucuri-partners-page-icon-sprite@2.png);
  }
}
.kuotlws-wrapper .sbtm-nav-icon.icon-sblog {
  background-position: 0 60px;
}
.kuotlws-wrapper .sbtm-nav-icon.icon-sweb {
  background-position: -65px 60px;
}
.kuotlws-wrapper .sbtm-nav-icon.icon-sqrep {
  background-position: -130px 60px;
}
.home-a .kuotlws-wrapper .sbtm-nav-icon {
  width: 60px;
  height: 60px;
  background-image: url(/images/sprites/17-sucuri-home-page-icon-sprite.png);
  background-size: 762px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .home-a .kuotlws-wrapper .sbtm-nav-icon {
    background-image: url(/images/sprites/17-sucuri-home-page-icon-sprite@2.png);
  }
}
.home-a .kuotlws-wrapper .sbtm-nav-icon.icon-sblog {
  background-position: 0 240px;
}
.home-a .kuotlws-wrapper .sbtm-nav-icon.icon-sweb {
  background-position: -60px 240px;
}
.home-a .kuotlws-wrapper .sbtm-nav-icon.icon-sg {
  background-position: -120px 240px;
}
.home-a .kuotlws-wrapper .sbtm-nav-icon.icon-sqrep {
  background-position: -180px 240px;
}
.home-a .kuotlws-wrapper .sbtm-nav-icon.icon-sinf {
  background-position: -240px 240px;
}
.home-a .kuotlws-wrapper .top-icon-wrapper:hover .sbtm-nav-icon.icon-sblog {
  background-position: 0 180px;
}
.home-a .kuotlws-wrapper .top-icon-wrapper:hover .sbtm-nav-icon.icon-sweb {
  background-position: -60px 180px;
}
.home-a .kuotlws-wrapper .top-icon-wrapper:hover .sbtm-nav-icon.icon-sg {
  background-position: -120px 180px;
}
.home-a .kuotlws-wrapper .top-icon-wrapper:hover .sbtm-nav-icon.icon-sqrep {
  background-position: -180px 180px;
}
.home-a .kuotlws-wrapper .top-icon-wrapper:hover .sbtm-nav-icon.icon-sinf {
  background-position: -240px 180px;
}
.home-a .kuotlws-wrapper .top-icon-wrapper:hover p.heading {
  color: #619f42;
}
.cws-feat-wrapper .icon {
  display: block;
  margin: 0 auto;
  float: none;
  width: 70px;
  height: 60px;
  margin-bottom: 0.9375rem;
  background-image: url(/images/sprites/17-sucuri-home-page-icon-sprite.png);
  background-size: 762px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .cws-feat-wrapper .icon {
    background-image: url(/images/sprites/17-sucuri-home-page-icon-sprite@2.png);
  }
}
.cws-feat-wrapper .icon.icon-crhw {
  background-position: 0 0;
}
.cws-feat-wrapper .icon.icon-ahp {
  background-position: -70px 0;
}
.cws-feat-wrapper .icon.icon-grt {
  background-position: -140px 0;
}
.cws-feat-wrapper .icon.icon-po {
  background-position: -210px 0;
}
.ad-feat-wrapper .icon {
  display: block;
  margin: 0 auto;
  float: none;
  width: 70px;
  height: 60px;
  margin-bottom: 0.9375rem;
  background-image: url(/images/sprites/17-sucuri-home-page-icon-sprite.png);
  background-size: 762px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .ad-feat-wrapper .icon {
    background-image: url(/images/sprites/17-sucuri-home-page-icon-sprite@2.png);
  }
}
.ad-feat-wrapper .icon.icon-pyi {
  background-position: 0 -60px;
}
.ad-feat-wrapper .icon.icon-tsp {
  background-position: -70px -60px;
}
.ad-feat-wrapper .icon.icon-etdu {
  background-position: -140px -60px;
}
.ad-feat-wrapper .icon.icon-aaf {
  background-position: -210px -60px;
}
.ad-feat-wrapper .icon.icon-ps {
  background-position: -280px -60px;
}
.ad-feat-wrapper .icon.icon-cdp {
  background-position: -350px -60px;
}
.hdssw-wrapper .icon {
  display: block;
  margin: 0 auto;
  float: none;
  width: 99px;
  height: 84px;
  margin-bottom: 0.9375rem;
  background-image: url(/images/sprites/17-sucuri-home-page-icon-sprite.png);
  background-size: 909px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .hdssw-wrapper .icon {
    background-image: url(/images/sprites/17-sucuri-home-page-icon-sprite@2.png);
  }
}
.hdssw-wrapper .icon.icon-isi {
  background-position: 0 -233px;
}
.hdssw-wrapper .icon.icon-rsi {
  background-position: -102px -233px;
}
.hdssw-wrapper .icon.icon-cfcm {
  background-position: -201px -233px;
}
.hdssw-wrapper .icon.icon-dpp {
  background-position: -201px -233px;
}
.hdssw-wrapper .icon.icon-cpo {
  background-position: -399px -233px;
}
.hdmysf-wrapper .icon {
  display: block;
  margin: 0 auto;
  float: none;
  width: 68px;
  height: 68px;
  margin-bottom: 0.9375rem;
  background-image: url(/images/sprites/17-sucuri-optimized-performance-page-sprite.png);
  background-size: 405px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .hdmysf-wrapper .icon {
    background-image: url(/images/sprites/17-sucuri-optimized-performance-page-sprite@2.png);
  }
}
.hdmysf-wrapper .icon.hps {
  background-position: 0 0;
}
.hdmysf-wrapper .icon.gan {
  background-position: -68px 0;
}
.hdmysf-wrapper .icon.hgs {
  background-position: -136px 0;
}
.hdmysf-wrapper .icon.sco {
  background-position: -202px 0;
}
.hdmysf-wrapper .icon.hoc {
  background-position: -268px 0;
}
.hdmysf-wrapper .icon.fsc {
  background-position: -338px 0;
}
.wsp-features-wrapper .icon {
  display: block;
  margin: 0 auto;
  float: none;
  width: 67px;
  height: 67px;
  margin-bottom: 0.9375rem;
  background-image: url(/images/sprites/16-sucuri-antivirus-page-icons-sprite.png);
  background-size: 536px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .wsp-features-wrapper .icon {
    background-image: url(/images/sprites/16-sucuri-antivirus-page-icons-sprite@2.png);
  }
}
.wsp-features-wrapper .icon.icon-mald {
  background-position: 0 0;
}
.wsp-features-wrapper .icon.icon-malc {
  background-position: -67px 0;
}
.wsp-features-wrapper .icon.icon-blar {
  background-position: -134px 0;
}
.wsp-features-wrapper .icon.icon-rds {
  background-position: -201px 0;
}
.wsp-features-wrapper .icon.icon-secm {
  background-position: -268px 0;
}
.wsp-features-wrapper .icon.icon-ddosm {
  background-position: -335px 0;
}
.wsp-features-wrapper .icon.icon-vep {
  background-position: -402px 0;
}
.wsp-features-wrapper .icon.icon-malp {
  background-position: -469px 0;
}
.pyosc-feats-wrapper .icon {
  display: block;
  margin: 0 auto;
  float: none;
  width: 68px;
  height: 68px;
  margin-bottom: 0.9375rem;
  background-image: url(/images/sprites/17-sucuri-ecommerce-icons-sprite.png);
  background-size: 272px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .pyosc-feats-wrapper .icon {
    background-image: url(/images/sprites/17-sucuri-ecommerce-icons-sprite@2.png);
  }
}
.pyosc-feats-wrapper .icon.ft {
  background-position: 0 0;
}
.pyosc-feats-wrapper .icon.ssle {
  background-position: -68px 0;
}
.pyosc-feats-wrapper .icon.pcicf {
  background-position: -136px 0;
}
.pyosc-feats-wrapper .icon.bt {
  background-position: -204px 0;
}
.mrfeats-wrapper .icon {
  display: block;
  margin: 0 auto;
  float: none;
  width: 68px;
  height: 68px;
  margin-bottom: 0.9375rem;
  background-image: url(/images/sprites/17-sucuri-malware-removal-page-sprite2.png);
  background-size: 408px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .mrfeats-wrapper .icon {
    background-image: url(/images/sprites/17-sucuri-malware-removal-page-sprite2@2.png);
  }
}
.mrfeats-wrapper .icon.fsas {
  background-position: 0 0;
}
.mrfeats-wrapper .icon.nhf {
  background-position: -68px 0;
}
.mrfeats-wrapper .icon.rwm {
  background-position: -136px 0;
}
.mrfeats-wrapper .icon.rbw {
  background-position: -204px 0;
}
.mrfeats-wrapper .icon.rss {
  background-position: -272px 0;
}
.mrfeats-wrapper .icon.rprofs {
  background-position: -340px 0;
}
.agency .mrfeats-wrapper .icon {
  background-image: url(/images/sprites/17-sucuri-agency-page-icon-sprite.png);
  background-size: 408px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .agency .mrfeats-wrapper .icon {
    background-image: url(/images/sprites/17-sucuri-agency-page-icon-sprite@2.png);
  }
}
.agency .mrfeats-wrapper .icon.mpcs {
  background-position: 0 0;
}
.agency .mrfeats-wrapper .icon.baitl {
  background-position: -68px 0;
}
.agency .mrfeats-wrapper .icon.fsbu {
  background-position: -136px 0;
}
.agency .mrfeats-wrapper .icon.fam {
  background-position: -204px 0;
}
.agency .mrfeats-wrapper .icon.wso {
  background-position: -272px 0;
}
.agency .mrfeats-wrapper .icon.esu {
  background-position: -340px 0;
}
.av-malware-scan-det .mrfeats-wrapper .icon {
  display: block;
  margin: 0 auto;
  float: none;
  width: 68px;
  height: 68px;
  margin-bottom: 0.9375rem;
  background-image: url(/images/sprites/17-sucuri-detection-page-sprite.png);
  background-size: 408px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .av-malware-scan-det .mrfeats-wrapper .icon {
    background-image: url(/images/sprites/17-sucuri-detection-page-sprite@2.png);
  }
}
.av-malware-scan-det .mrfeats-wrapper .icon.resd {
  background-position: 0 0;
}
.av-malware-scan-det .mrfeats-wrapper .icon.malbla {
  background-position: -68px 0;
}
.av-malware-scan-det .mrfeats-wrapper .icon.mont {
  background-position: -136px 0;
}
.av-malware-scan-det .mrfeats-wrapper .icon.strlw {
  background-position: -204px 0;
}
.av-malware-scan-det .mrfeats-wrapper .icon.alrep {
  background-position: -272px 0;
}
.av-malware-scan-det .mrfeats-wrapper .icon.allinc {
  background-position: -340px 0;
}
.mrfeats-wrapper.prtc-feats .icon {
  background-image: url(/images/sprites/17-sucuri-protection-page-sprite.png);
  background-size: 272px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .mrfeats-wrapper.prtc-feats .icon {
    background-image: url(/images/sprites/17-sucuri-protection-page-sprite@2.png);
  }
}
.mrfeats-wrapper.prtc-feats .icon.bha {
  background-position: 0 0;
}
.mrfeats-wrapper.prtc-feats .icon.sbf {
  background-position: -68px 0;
}
.mrfeats-wrapper.prtc-feats .icon.mdda {
  background-position: -136px 0;
}
.mrfeats-wrapper.prtc-feats .icon.pzde {
  background-position: -204px 0;
}
.tsp-feat-wrapper .icon {
  display: block;
  margin: 0 auto;
  float: none;
  width: 80px;
  height: 75px;
  margin-bottom: 0.9375rem;
  background-image: url(/images/sprites/17-sucuri-malware-removal-page-sprite2.png);
  background-size: 408px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .tsp-feat-wrapper .icon {
    background-image: url(/images/sprites/17-sucuri-malware-removal-page-sprite2@2.png);
  }
}
.tsp-feat-wrapper .icon.respo {
  background-position: 0 -68px;
}
.tsp-feat-wrapper .icon.protc {
  background-position: -80px -68px;
}
.tsp-feat-wrapper .icon.detec {
  background-position: -160px -68px;
}
.tsp-feat-wrapper .icon.perf {
  background-position: -240px -68px;
}
.afbi-wrapper .icon {
  display: block;
  margin: 0 auto;
  float: none;
  width: 38px;
  height: 30px;
  background-image: url(/images/sprites/17-sucuri-floating-footer-icons-sprite.png);
  background-size: 152px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .afbi-wrapper .icon {
    background-image: url(/images/sprites/17-sucuri-floating-footer-icons-sprite@2.png);
  }
}
.afbi-wrapper .icon.resp {
  background-position: 0 0;
}
.afbi-wrapper .icon.dete {
  background-position: -38px 0;
}
.afbi-wrapper .icon.prot {
  background-position: -76px 0;
}
.afbi-wrapper .icon.perf {
  background-position: -114px 0;
}
.sucadv-wrapper .icon {
  display: block;
  margin: 0 auto;
  float: none;
  width: 68px;
  height: 68px;
  margin-bottom: 0.9375rem;
  background-image: url(/images/sprites/17-sucuri-platform-signup-sprite.png);
  background-size: 204px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .sucadv-wrapper .icon {
    background-image: url(/images/sprites/17-sucuri-platform-signup-sprite@2.png);
  }
}
.sucadv-wrapper .icon.ilr {
  background-position: 0 0;
}
.sucadv-wrapper .icon.bfw {
  background-position: -68px 0;
}
.sucadv-wrapper .icon.esu {
  background-position: -132px 0;
}
.swsp-feats .icon {
  display: block;
  margin: 0 auto;
  float: none;
  width: 84px;
  height: 70px;
  margin-bottom: 0.9375rem;
  background-image: url(/images/sprites/17-lp-signup-page-sprite.png);
  background-size: 336px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .swsp-feats .icon {
    background-image: url(/images/sprites/17-lp-signup-page-sprite.png);
  }
}
.swsp-feats .icon.tdg {
  background-position: 0 0;
}
.swsp-feats .icon.umc {
  background-position: 84px 0;
}
.swsp-feats .icon.tfsday {
  background-position: 168px 0;
}
.swsp-feats .icon.pa {
  background-position: 256px 0;
}
.backup-product .bu-icon {
  display: block;
  margin: 0 auto;
  float: none;
  width: 228px;
  height: 155px;
  margin-bottom: 0.9375rem;
  background-image: url(/images/sprites/17-sucuri-backups-sprite.png);
  background-size: 915px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .backup-product .bu-icon {
    background-image: url(/images/sprites/17-sucuri-backups-sprite@2.png);
  }
}
.backup-product .bu-icon.bu-quickneasy {
  background-position: 0 0;
}
.backup-product .bu-icon.bu-automatic {
  background-position: -228px 0;
}
.backup-product .bu-icon.bu-secure {
  background-position: -456px 0;
}
.backup-product .bu-icon.bu-incremental {
  background-position: -684px 0;
}
.icon-twitter {
  width: 22px;
  height: 18px;
  display: inline-block;
  background-image: url(/images/icons/18-sucuri-twitter-icon-about.png);
  background-size: 100%;
  vertical-align: middle;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .icon-twitter {
    background-image: url(/images/icons/18-sucuri-twitter-icon-about@2.png);
  }
}
.social-icong {
  width: 21px;
  height: 17px;
  background-image: url(/images/sprites/18-sucuri-events-social-media-sprite.png);
  background-size: 83px;
  margin-right: 0 !important;
  padding: 0;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .social-icong {
    background-image: url(/images/sprites/18-sucuri-events-social-media-sprite@2.png);
  }
}
.social-icong.twitter {
  background-position: 0 0;
}
.social-icong.insta {
  background-position: -21px 0;
}
.social-icong.linkedin {
  background-position: -42px 0;
}
.social-icong.facebook {
  background-position: -63px 0;
}
.social-icong:hover {
  background-position-y: 17px;
}
.social-l-icon {
  width: 71px;
  height: 71px;
  display: block;
  background-image: url(/images/sprites/18-sucuri-social-icons-large.svg);
  background-size: 394px;
  background-position: 0 0;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .social-l-icon {
    background-image: url(/images/sprites/18-sucuri-social-icons-large.svg);
  }
}
.social-l-icon.slinkedin {
  background-position: -108px 0;
}
.social-l-icon.stwitter {
  background-position: -216px 0;
}
.social-l-icon.sinstagram {
  background-position: -324px 0;
}
.c-xs-1,
.c-xs-10,
.c-xs-11,
.c-xs-12,
.c-xs-2,
.c-xs-3,
.c-xs-4,
.c-xs-5,
.c-xs-6,
.c-xs-7,
.c-xs-8,
.c-xs-9 {
  float: left;
}
.c-xs-1 {
  width: 8.33333%;
}
.c-xs-2 {
  width: 16.66667%;
}
.c-xs-3 {
  width: 25%;
}
.c-xs-4 {
  width: 33.33333%;
}
.c-xs-5 {
  width: 41.66667%;
}
.c-xs-6 {
  width: 50%;
}
.c-xs-7 {
  width: 58.33333%;
}
.c-xs-8 {
  width: 66.66667%;
}
.c-xs-9 {
  width: 75%;
}
.c-xs-10 {
  width: 83.33333%;
}
.c-xs-11 {
  width: 91.66667%;
}
.c-xs-12 {
  width: 100%;
}
.c-xs-pull-0 {
  right: auto;
}
.c-xs-pull-1 {
  right: 8.33333%;
}
.c-xs-pull-2 {
  right: 16.66667%;
}
.c-xs-pull-3 {
  right: 25%;
}
.c-xs-pull-4 {
  right: 33.33333%;
}
.c-xs-pull-5 {
  right: 41.66667%;
}
.c-xs-pull-6 {
  right: 50%;
}
.c-xs-pull-7 {
  right: 58.33333%;
}
.c-xs-pull-8 {
  right: 66.66667%;
}
.c-xs-pull-9 {
  right: 75%;
}
.c-xs-pull-10 {
  right: 83.33333%;
}
.c-xs-pull-11 {
  right: 91.66667%;
}
.c-xs-pull-12 {
  right: 100%;
}
.c-xs-push-0 {
  left: auto;
}
.c-xs-push-1 {
  left: 8.33333%;
}
.c-xs-push-2 {
  left: 16.66667%;
}
.c-xs-push-3 {
  left: 25%;
}
.c-xs-push-4 {
  left: 33.33333%;
}
.c-xs-push-5 {
  left: 41.66667%;
}
.c-xs-push-6 {
  left: 50%;
}
.c-xs-push-7 {
  left: 58.33333%;
}
.c-xs-push-8 {
  left: 66.66667%;
}
.c-xs-push-9 {
  left: 75%;
}
.c-xs-push-10 {
  left: 83.33333%;
}
.c-xs-push-11 {
  left: 91.66667%;
}
.c-xs-push-12 {
  left: 100%;
}
.c-xs-offset-0 {
  margin-left: 0;
}
.c-xs-offset-1 {
  margin-left: 8.33333%;
}
.c-xs-offset-2 {
  margin-left: 16.66667%;
}
.c-xs-offset-3 {
  margin-left: 25%;
}
.c-xs-offset-4 {
  margin-left: 33.33333%;
}
.c-xs-offset-5 {
  margin-left: 41.66667%;
}
.c-xs-offset-6 {
  margin-left: 50%;
}
.c-xs-offset-7 {
  margin-left: 58.33333%;
}
.c-xs-offset-8 {
  margin-left: 66.66667%;
}
.c-xs-offset-9 {
  margin-left: 75%;
}
.c-xs-offset-10 {
  margin-left: 83.33333%;
}
.c-xs-offset-11 {
  margin-left: 91.66667%;
}
.c-xs-offset-12 {
  margin-left: 100%;
}
@media (min-width: 544px) {
  .c-sm-1,
  .c-sm-10,
  .c-sm-11,
  .c-sm-12,
  .c-sm-2,
  .c-sm-3,
  .c-sm-4,
  .c-sm-5,
  .c-sm-6,
  .c-sm-7,
  .c-sm-8,
  .c-sm-9 {
    float: left;
  }
  .c-sm-1 {
    width: 8.33333%;
  }
  .c-sm-2 {
    width: 16.66667%;
  }
  .c-sm-3 {
    width: 25%;
  }
  .c-sm-4 {
    width: 33.33333%;
  }
  .c-sm-5 {
    width: 41.66667%;
  }
  .c-sm-6 {
    width: 50%;
  }
  .c-sm-7 {
    width: 58.33333%;
  }
  .c-sm-8 {
    width: 66.66667%;
  }
  .c-sm-9 {
    width: 75%;
  }
  .c-sm-10 {
    width: 83.33333%;
  }
  .c-sm-11 {
    width: 91.66667%;
  }
  .c-sm-12 {
    width: 100%;
  }
  .c-sm-pull-0 {
    right: auto;
  }
  .c-sm-pull-1 {
    right: 8.33333%;
  }
  .c-sm-pull-2 {
    right: 16.66667%;
  }
  .c-sm-pull-3 {
    right: 25%;
  }
  .c-sm-pull-4 {
    right: 33.33333%;
  }
  .c-sm-pull-5 {
    right: 41.66667%;
  }
  .c-sm-pull-6 {
    right: 50%;
  }
  .c-sm-pull-7 {
    right: 58.33333%;
  }
  .c-sm-pull-8 {
    right: 66.66667%;
  }
  .c-sm-pull-9 {
    right: 75%;
  }
  .c-sm-pull-10 {
    right: 83.33333%;
  }
  .c-sm-pull-11 {
    right: 91.66667%;
  }
  .c-sm-pull-12 {
    right: 100%;
  }
  .c-sm-push-0 {
    left: auto;
  }
  .c-sm-push-1 {
    left: 8.33333%;
  }
  .c-sm-push-2 {
    left: 16.66667%;
  }
  .c-sm-push-3 {
    left: 25%;
  }
  .c-sm-push-4 {
    left: 33.33333%;
  }
  .c-sm-push-5 {
    left: 41.66667%;
  }
  .c-sm-push-6 {
    left: 50%;
  }
  .c-sm-push-7 {
    left: 58.33333%;
  }
  .c-sm-push-8 {
    left: 66.66667%;
  }
  .c-sm-push-9 {
    left: 75%;
  }
  .c-sm-push-10 {
    left: 83.33333%;
  }
  .c-sm-push-11 {
    left: 91.66667%;
  }
  .c-sm-push-12 {
    left: 100%;
  }
  .c-sm-offset-0 {
    margin-left: 0;
  }
  .c-sm-offset-1 {
    margin-left: 8.33333%;
  }
  .c-sm-offset-2 {
    margin-left: 16.66667%;
  }
  .c-sm-offset-3 {
    margin-left: 25%;
  }
  .c-sm-offset-4 {
    margin-left: 33.33333%;
  }
  .c-sm-offset-5 {
    margin-left: 41.66667%;
  }
  .c-sm-offset-6 {
    margin-left: 50%;
  }
  .c-sm-offset-7 {
    margin-left: 58.33333%;
  }
  .c-sm-offset-8 {
    margin-left: 66.66667%;
  }
  .c-sm-offset-9 {
    margin-left: 75%;
  }
  .c-sm-offset-10 {
    margin-left: 83.33333%;
  }
  .c-sm-offset-11 {
    margin-left: 91.66667%;
  }
  .c-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 768px) {
  .c-md-1,
  .c-md-10,
  .c-md-11,
  .c-md-12,
  .c-md-2,
  .c-md-3,
  .c-md-4,
  .c-md-5,
  .c-md-6,
  .c-md-7,
  .c-md-8,
  .c-md-9 {
    float: left;
  }
  .c-md-1 {
    width: 8.33333%;
  }
  .c-md-2 {
    width: 16.66667%;
  }
  .c-md-3 {
    width: 25%;
  }
  .c-md-4 {
    width: 33.33333%;
  }
  .c-md-5 {
    width: 41.66667%;
  }
  .c-md-6 {
    width: 50%;
  }
  .c-md-7 {
    width: 58.33333%;
  }
  .c-md-8 {
    width: 66.66667%;
  }
  .c-md-9 {
    width: 75%;
  }
  .c-md-10 {
    width: 83.33333%;
  }
  .c-md-11 {
    width: 91.66667%;
  }
  .c-md-12 {
    width: 100%;
  }
  .c-md-pull-0 {
    right: auto;
  }
  .c-md-pull-1 {
    right: 8.33333%;
  }
  .c-md-pull-2 {
    right: 16.66667%;
  }
  .c-md-pull-3 {
    right: 25%;
  }
  .c-md-pull-4 {
    right: 33.33333%;
  }
  .c-md-pull-5 {
    right: 41.66667%;
  }
  .c-md-pull-6 {
    right: 50%;
  }
  .c-md-pull-7 {
    right: 58.33333%;
  }
  .c-md-pull-8 {
    right: 66.66667%;
  }
  .c-md-pull-9 {
    right: 75%;
  }
  .c-md-pull-10 {
    right: 83.33333%;
  }
  .c-md-pull-11 {
    right: 91.66667%;
  }
  .c-md-pull-12 {
    right: 100%;
  }
  .c-md-push-0 {
    left: auto;
  }
  .c-md-push-1 {
    left: 8.33333%;
  }
  .c-md-push-2 {
    left: 16.66667%;
  }
  .c-md-push-3 {
    left: 25%;
  }
  .c-md-push-4 {
    left: 33.33333%;
  }
  .c-md-push-5 {
    left: 41.66667%;
  }
  .c-md-push-6 {
    left: 50%;
  }
  .c-md-push-7 {
    left: 58.33333%;
  }
  .c-md-push-8 {
    left: 66.66667%;
  }
  .c-md-push-9 {
    left: 75%;
  }
  .c-md-push-10 {
    left: 83.33333%;
  }
  .c-md-push-11 {
    left: 91.66667%;
  }
  .c-md-push-12 {
    left: 100%;
  }
  .c-md-offset-0 {
    margin-left: 0;
  }
  .c-md-offset-1 {
    margin-left: 8.33333%;
  }
  .c-md-offset-2 {
    margin-left: 16.66667%;
  }
  .c-md-offset-3 {
    margin-left: 25%;
  }
  .c-md-offset-4 {
    margin-left: 33.33333%;
  }
  .c-md-offset-5 {
    margin-left: 41.66667%;
  }
  .c-md-offset-6 {
    margin-left: 50%;
  }
  .c-md-offset-7 {
    margin-left: 58.33333%;
  }
  .c-md-offset-8 {
    margin-left: 66.66667%;
  }
  .c-md-offset-9 {
    margin-left: 75%;
  }
  .c-md-offset-10 {
    margin-left: 83.33333%;
  }
  .c-md-offset-11 {
    margin-left: 91.66667%;
  }
  .c-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .c-lg-1,
  .c-lg-10,
  .c-lg-11,
  .c-lg-12,
  .c-lg-2,
  .c-lg-3,
  .c-lg-4,
  .c-lg-5,
  .c-lg-6,
  .c-lg-7,
  .c-lg-8,
  .c-lg-9 {
    float: left;
  }
  .c-lg-1 {
    width: 8.33333%;
  }
  .c-lg-2 {
    width: 16.66667%;
  }
  .c-lg-3 {
    width: 25%;
  }
  .c-lg-4 {
    width: 33.33333%;
  }
  .c-lg-5 {
    width: 41.66667%;
  }
  .c-lg-6 {
    width: 50%;
  }
  .c-lg-7 {
    width: 58.33333%;
  }
  .c-lg-8 {
    width: 66.66667%;
  }
  .c-lg-9 {
    width: 75%;
  }
  .c-lg-10 {
    width: 83.33333%;
  }
  .c-lg-11 {
    width: 91.66667%;
  }
  .c-lg-12 {
    width: 100%;
  }
  .c-lg-pull-0 {
    right: auto;
  }
  .c-lg-pull-1 {
    right: 8.33333%;
  }
  .c-lg-pull-2 {
    right: 16.66667%;
  }
  .c-lg-pull-3 {
    right: 25%;
  }
  .c-lg-pull-4 {
    right: 33.33333%;
  }
  .c-lg-pull-5 {
    right: 41.66667%;
  }
  .c-lg-pull-6 {
    right: 50%;
  }
  .c-lg-pull-7 {
    right: 58.33333%;
  }
  .c-lg-pull-8 {
    right: 66.66667%;
  }
  .c-lg-pull-9 {
    right: 75%;
  }
  .c-lg-pull-10 {
    right: 83.33333%;
  }
  .c-lg-pull-11 {
    right: 91.66667%;
  }
  .c-lg-pull-12 {
    right: 100%;
  }
  .c-lg-push-0 {
    left: auto;
  }
  .c-lg-push-1 {
    left: 8.33333%;
  }
  .c-lg-push-2 {
    left: 16.66667%;
  }
  .c-lg-push-3 {
    left: 25%;
  }
  .c-lg-push-4 {
    left: 33.33333%;
  }
  .c-lg-push-5 {
    left: 41.66667%;
  }
  .c-lg-push-6 {
    left: 50%;
  }
  .c-lg-push-7 {
    left: 58.33333%;
  }
  .c-lg-push-8 {
    left: 66.66667%;
  }
  .c-lg-push-9 {
    left: 75%;
  }
  .c-lg-push-10 {
    left: 83.33333%;
  }
  .c-lg-push-11 {
    left: 91.66667%;
  }
  .c-lg-push-12 {
    left: 100%;
  }
  .c-lg-offset-0 {
    margin-left: 0;
  }
  .c-lg-offset-1 {
    margin-left: 8.33333%;
  }
  .c-lg-offset-2 {
    margin-left: 16.66667%;
  }
  .c-lg-offset-3 {
    margin-left: 25%;
  }
  .c-lg-offset-4 {
    margin-left: 33.33333%;
  }
  .c-lg-offset-5 {
    margin-left: 41.66667%;
  }
  .c-lg-offset-6 {
    margin-left: 50%;
  }
  .c-lg-offset-7 {
    margin-left: 58.33333%;
  }
  .c-lg-offset-8 {
    margin-left: 66.66667%;
  }
  .c-lg-offset-9 {
    margin-left: 75%;
  }
  .c-lg-offset-10 {
    margin-left: 83.33333%;
  }
  .c-lg-offset-11 {
    margin-left: 91.66667%;
  }
  .c-lg-offset-12 {
    margin-left: 100%;
  }
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 0.9375rem;
}
.table td,
.table th {
  padding: 0.75rem;
  line-height: 1.5;
  vertical-align: top;
  border-top: 1px solid #ebebeb;
  font-size: 15px;
  font-weight: 600;
  background: transparent;
  text-align: left;
}
.table thead th {
  vertical-align: bottom;
  color: #619f42;
  border-top: none;
}
.table tbody + tbody {
  border-top: 2px solid #ebebeb;
}
.table .table {
  background-color: #fff;
}
.table.pricing-table {
  margin-top: 0;
  margin-bottom: 0;
}
.table.pricing-table p {
  margin: 0;
  line-height: 1.2;
  padding: 15px 0;
  border-top: 1px solid #ebebeb;
  display: block;
}
.table.pricing-table thead tr {
  border-bottom: 1px solid #afadad;
}
.table.pricing-table thead tr th {
  color: grey;
  padding-top: 3.75rem;
}
.table.pricing-table thead tr th p {
  border: none;
  padding: 0;
}
.table.pricing-table tr th {
  border: none;
}
.table.pricing-table tr th.lead h3 {
  font-size: 1.75rem;
  color: #619f42;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 0;
}
.table.pricing-table tr th.lead p {
  font-size: 1.25rem;
  color: grey;
  font-weight: 400;
  margin-top: 8px;
}
.table.pricing-table tr th:not(:first-child) {
  text-align: center;
}
@media (max-width: 767px) {
  .table.pricing-table tr th:nth-child(2),
  .table.pricing-table tr th:nth-child(4) {
    display: none;
  }
}
.table.pricing-table tr th:nth-child(even) {
  font-weight: 400;
}
.table.pricing-table tr th:nth-child(3) {
  background-color: rgba(183, 183, 183, 0.27);
}
.table.pricing-table tr th.pricing p:first-child {
  font-size: 1.5rem;
  line-height: 1.6;
}
.table.pricing-table tr th.pricing p span {
  font-size: 1.25rem;
  color: #619f42;
  font-weight: 600;
}
.table.pricing-table tr th.pricing p.small {
  margin-top: 6px;
  color: #9c9b9e;
}
.table.pricing-table tbody tr:last-child th {
  padding-bottom: 3.75rem;
  border-top: 1px solid grey;
  padding-top: 15px;
}
.table.pricing-table tbody tr:last-child th p {
  border-bottom: none;
}
.table.pricing-table tbody th {
  padding: 0;
}
.table.pricing-table tbody th:nth-child(odd) p {
  padding-left: 15px;
}
@media (max-width: 767px) {
  .table.pricing-table tbody th:nth-child(odd) p {
    padding-right: 15px;
  }
}
.table.pricing-table tbody th:nth-child(odd) .btn:hover {
  background-color: #478237;
}
.table.pricing-table tbody th:nth-child(even) .btn {
  background-color: #636466;
}
.table.pricing-table tbody th:nth-child(even) .btn:hover {
  background-color: #333;
}
.table.pricing-table tbody th:nth-child(3) {
  background-color: #f3f3f3;
}
.table.pricing-table tbody th:nth-child(3) p {
  font-weight: 600;
}
.table.pricing-table tbody th:second-child {
  background-color: rgba(156, 155, 158, 0.06);
}
.table.pricing-table tbody th:last-child {
  background-color: rgba(156, 155, 158, 0.06);
}
.table.h-ptable thead tr th {
  padding-top: 3rem;
}
.table.h-ptable thead tr th p {
  color: #fff;
  line-height: 1.2;
}
.table.h-ptable thead tr th.pricing p span {
  color: #fff;
  font-weight: 800;
}
.table.h-ptable thead tr th.pricing p.small {
  color: rgba(255, 255, 255, 0.8);
}
.table.h-ptable thead tr th.pricing p.plan {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 6px;
}
.table.h-ptable thead tr th.pricing .t-line {
  padding-bottom: 1.25rem;
}
.table.h-ptable thead tr th.pricing .t-line p {
  color: #fff;
  font-size: 1.25rem;
}
.table.h-ptable thead tr th.lead p {
  font-size: 1.25rem;
  font-weight: 600;
  text-align: left;
}
@media (min-width: 544px) {
  .table.h-ptable thead tr th.lead p {
    color: #333;
  }
}
.table.h-ptable thead tr th.lead h3 {
  font-size: 1.75rem;
  text-align: left;
}
.table.h-ptable thead tr th:last-child {
  background-color: #9c9d9e;
}
.table.h-ptable thead tr th:nth-child(2) {
  background-color: #9c9d9e;
}
.table.h-ptable thead tr th:nth-child(3) {
  background-color: #619f42;
  padding-top: 0;
}
.table.h-ptable tbody tr:last-child th {
  border: none;
}
.table.h-ptable tbody th {
  position: relative;
}
.table.h-ptable tbody th:last-child {
  background-color: rgba(156, 155, 158, 0.06);
}
.table.h-ptable tbody th:nth-child(2) {
  background-color: rgba(156, 155, 158, 0.06);
}
.table.h-ptable tbody th:nth-child(3) {
  background-color: #f3f3f3;
}
.table.h-ptable .t-tip {
  display: none;
}
.table.h-ptable .q-mark {
  font-size: 8px;
  display: inline-block;
  position: absolute;
  bottom: 18px;
  width: 10px;
  height: 10px;
  margin-left: 6px;
  cursor: pointer;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  background-color: rgba(128, 128, 128, 0.53);
}
.table.h-ptable .q-mark:hover {
  background-color: #333;
}
.table.h-ptable .t-tip {
  position: absolute;
  top: 40px;
  display: none;
  width: 270px;
  padding: 8px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  text-align: center;
  border-radius: 4px;
  background-color: grey;
  color: #fff;
}
.table.h-ptable .t-tip p {
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  color: #fff;
}
.table.h-ptable .t-tip:before {
  position: absolute;
  top: -5px;
  right: 14px;
  width: 10px;
  height: 10px;
  content: "";
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: grey;
}
.table.prtn-ptable p {
  border: none;
}
.table.prtn-ptable thead tr {
  border-bottom: none;
}
.table.prtn-ptable thead tr th {
  padding: 0;
}
.table.prtn-ptable thead tr th p {
  color: grey;
}
.table.prtn-ptable thead tr th.plan p {
  line-height: 1;
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
  font-size: 17px;
  font-weight: 600;
}
.table.prtn-ptable thead tr th.plan .t-line {
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
  background-color: #619f42;
}
.table.prtn-ptable thead tr th.plan .t-line p {
  margin-top: 0;
  margin-bottom: 0;
  color: #fff;
  font-size: 15px;
  line-height: 1;
}
.table.prtn-ptable thead tr th.pricing p:first-child {
  color: #619f42;
  font-size: 1.25rem;
}
.table.prtn-ptable thead tr th.pricing p span {
  color: #619f42;
}
.table.prtn-ptable thead tr th.pricing p.small {
  color: grey;
  font-style: italic;
}
.table.prtn-ptable thead tr th.lead p {
  font-size: 1.0625rem;
}
@media (min-width: 544px) {
  .table.prtn-ptable thead tr th.lead p {
    color: #fff;
  }
}
.table.prtn-ptable thead tr th:last-child {
  background-color: transparent;
}
.table.prtn-ptable thead tr th:nth-child(2) {
  background-color: transparent;
}
.table.prtn-ptable thead tr th:nth-child(3) {
  background-color: #636466;
  padding-top: 0;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.table.prtn-ptable thead tr th:nth-child(3) p {
  color: #fff;
}
.table.prtn-ptable thead tr:nth-child(2) {
  border-top: 1px solid grey;
  border-bottom: 1px solid rgba(99, 100, 102, 0.2);
}
.table.prtn-ptable thead tr:nth-child(2) th {
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
}
.table.prtn-ptable thead tr:nth-child(2) th.lead p {
  margin-left: 0.9375rem;
  padding: 22px 0;
  color: #619f42;
  font-weight: 600;
}
.table.prtn-ptable tbody tr {
  border-top: 1px solid rgba(99, 100, 102, 0.2);
}
.table.prtn-ptable tbody tr:last-child {
  border: none;
}
.table.prtn-ptable tbody tr:last-child th {
  padding-bottom: 1.875rem;
}
.table.prtn-ptable tbody tr:last-child th:nth-child(3) {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.table.prtn-ptable tbody tr:last-child th:nth-child(3) p {
  color: #fff;
}
.table.prtn-ptable tbody tr:last-child th:nth-child(3) .btn {
  background-color: #fff;
  color: #5d5d5d;
}
.table.prtn-ptable tbody tr:last-child th:nth-child(3) .btn:hover {
  background-color: #333;
  color: #fff;
}
.table.prtn-ptable tbody tr:last-child th p {
  line-height: 1 !important;
  padding: 0;
}
.table.prtn-ptable tbody tr:last-child th .btn {
  margin-top: 0.9375rem;
}
.table.prtn-ptable tbody tr:last-child th.pricing p:not(.small) {
  font-size: 15px;
}
.table.prtn-ptable tbody tr:last-child th.pricing p span {
  font-size: 1.25rem;
}
.table.prtn-ptable tbody tr:last-child th.pricing:nth-child(3) p span {
  color: #fff;
}
.table.prtn-ptable tbody tr th {
  position: relative;
}
.table.prtn-ptable tbody tr th:first-child {
  padding-left: 0;
}
.table.prtn-ptable tbody tr th:first-child p {
  font-weight: 600;
  padding-left: 0;
}
.table.prtn-ptable tbody tr th:nth-child(3) {
  background-color: #636466;
}
.table.prtn-ptable tbody tr th:nth-child(3) p {
  font-weight: 400;
  color: #fff;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
.table.prtn-ptable tbody tr th:nth-child(3) .check:after {
  color: #fff;
}
.table.prtn-ptable tbody tr th:nth-child(even) .btn {
  background-color: #5d5d5d;
  color: #fff;
}
.table.prtn-ptable tbody tr th .check:after {
  color: #5d5d5d;
}
.table.prtn-ptable .t-tip {
  display: none;
}
.table.prtn-ptable .q-mark {
  font-size: 8px;
  display: inline-block;
  position: absolute;
  bottom: 18px;
  width: 10px;
  height: 10px;
  margin-left: 6px;
  cursor: pointer;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  background-color: rgba(128, 128, 128, 0.53);
}
.table.prtn-ptable .q-mark:hover {
  background-color: #333;
}
.table.prtn-ptable .t-tip {
  position: absolute;
  top: 40px;
  display: none;
  width: 270px;
  padding: 8px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  text-align: center;
  border-radius: 4px;
  background-color: #fff;
}
.table.prtn-ptable .t-tip p {
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
}
.table.prtn-ptable .t-tip:before {
  position: absolute;
  top: -5px;
  right: 14px;
  width: 10px;
  height: 10px;
  content: "";
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #fff;
}
.agency-features table {
  margin-top: 0;
  margin-bottom: 0;
}
.agency-features table td,
.agency-features table th {
  line-height: 1;
  padding: 0;
}
.table-sm td,
.table-sm th {
  padding: 0.3rem;
}
.table-bordered {
  border: 1px solid #ebebeb;
}
.table-bordered td,
.table-bordered th {
  border: 1px solid #ebebeb;
}
.table-bordered thead td,
.table-bordered thead th {
  border-bottom-width: 2px;
}
.table-striped tbody tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover tbody tr {
  background-color: #f5f5f5;
}
.table-responsive {
  display: block;
  width: 100%;
  min-height: 0.01%;
  overflow-x: auto;
}
.thead-inverse th {
  color: #fff;
  background-color: #636466;
}
.thead-default th {
  color: grey;
  background-color: #636466;
}
.table-inverse {
  color: #636466;
  background-color: grey;
}
.table-inverse.table-bordered {
  border: 0;
}
.table-inverse td,
.table-inverse th,
.table-inverse thead th {
  border-color: grey;
}
.table-reflow thead {
  float: left;
}
.table-reflow tbody {
  display: block;
  white-space: nowrap;
}
.table-reflow td,
.table-reflow th {
  border-top: 1px solid #ebebeb;
  border-left: 1px solid #ebebeb;
}
.table-reflow td:last-child,
.table-reflow th:last-child {
  border-right: 1px solid #ebebeb;
}
.table-reflow tbody:last-child tr:last-child td,
.table-reflow tbody:last-child tr:last-child th,
.table-reflow tfoot:last-child tr:last-child td,
.table-reflow tfoot:last-child tr:last-child th,
.table-reflow thead:last-child tr:last-child td,
.table-reflow thead:last-child tr:last-child th {
  border-bottom: 1px solid #ebebeb;
}
.table-reflow tr {
  float: left;
}
.table-reflow tr td,
.table-reflow tr th {
  display: block !important;
  border: 1px solid #ebebeb;
}
form {
  margin-top: 0;
}
form label {
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1;
  left: 30px;
}
form select {
  -webkit-appearance: none;
  -moz-appearance: none;
}
.form-input {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 15px;
  line-height: 1.5;
  color: #5d5d5d;
  background-color: #fff;
  background-image: none;
  border: none;
  -webkit-transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
}
.form-input.submit {
  width: 180px;
  font-size: 16px;
  line-height: 1.5;
  padding: 9px 18px;
  margin-bottom: 0.9375rem;
  height: auto;
}
.form-input.submit:hover {
  background-color: #478237;
  cursor: pointer;
}
.form-input::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-input:focus {
  border-color: #619f42;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(210, 210, 210, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(210, 210, 210, 0.6);
}
.form-input::-webkit-input-placeholder {
  color: #999;
  opacity: 1;
}
.form-input::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-input::-ms-input-placeholder {
  color: #999;
  opacity: 1;
}
.form-input::placeholder {
  color: #999;
  opacity: 1;
}
@media (max-width: 767px) {
  .form-input {
    margin-bottom: 0.9375rem;
  }
}
.form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 15px;
  line-height: 1.5;
  color: #333;
  background-color: #fff;
  background-image: url(/images/icons/dropdown-arrow.png);
  background-repeat: no-repeat;
  background-position: right center;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .form-select {
    background-image: url(/images/icons/dropdown-arrow.png);
  }
}
.input-has-border .form-input {
  border: 1px solid #ebebeb;
}
.checkbox,
.radio {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.checkbox label,
.radio label {
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"],
.radio input[type="radio"],
.radio-inline input[type="radio"] {
  position: absolute;
  margin-left: -20px;
}
.form-input-file,
.form-input-range {
  display: block;
}
.form-label {
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control,
  input[type="time"].form-control {
    line-height: 1.875rem;
  }
  .input-group-sm input[type="date"].form-control,
  .input-group-sm input[type="datetime-local"].form-control,
  .input-group-sm input[type="month"].form-control,
  .input-group-sm input[type="time"].form-control,
  input[type="date"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  input[type="time"].input-sm {
    line-height: 1.8625rem;
  }
  .input-group-lg input[type="date"].form-control,
  .input-group-lg input[type="datetime-local"].form-control,
  .input-group-lg input[type="month"].form-control,
  .input-group-lg input[type="time"].form-control,
  input[type="date"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  input[type="time"].input-lg {
    line-height: 3.16667rem;
  }
}
.form-item-static {
  min-height: 1.875rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
}
.form-item-static.form-item-lg,
.form-item-static.form-item-sm {
  padding-right: 0;
  padding-left: 0;
}
.form-input-sm {
  padding: 0.275rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.5625rem;
}
.form-input-lg {
  padding: 0.75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.33333;
  border-radius: 0.5625rem;
}
.form-group {
  float: left;
  width: 100%;
  margin-bottom: 0.9375rem;
}
.form-group > * {
  position: relative;
}
@media (max-width: 767px) {
  .form-group {
    margin-bottom: 0;
  }
}
.has-success .checkbox,
.has-success .checkbox-inline,
.has-success .form-control-label,
.has-success .radio,
.has-success .radio-inline,
.has-success .text-help,
.has-success.checkbox label,
.has-success.checkbox-inline label,
.has-success.radio label,
.has-success.radio-inline label {
  color: #619f42;
}
.has-success .form-control {
  border-color: #619f42;
}
.has-success .input-group-addon {
  color: #619f42;
  border-color: #619f42;
  background-color: #d1e7c6;
}
.has-success .form-control-feedback {
  color: #619f42;
}
.has-warning .checkbox,
.has-warning .checkbox-inline,
.has-warning .form-control-label,
.has-warning .radio,
.has-warning .radio-inline,
.has-warning .text-help,
.has-warning.checkbox label,
.has-warning.checkbox-inline label,
.has-warning.radio label,
.has-warning.radio-inline label {
  color: #f0ad4e;
}
.has-warning .form-control {
  border-color: #f0ad4e;
}
.has-warning .input-group-addon {
  color: #f0ad4e;
  border-color: #f0ad4e;
  background-color: #fff;
}
.has-warning .form-control-feedback {
  color: #f0ad4e;
}
@media (min-width: 544px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-input {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-item-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .form-control,
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn {
    width: auto;
  }
  .form-inline .input-group > .form-input {
    width: 100%;
  }
  .form-inline .form-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .checkbox,
  .form-inline .radio {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .checkbox label,
  .form-inline .radio label {
    padding-left: 0;
  }
  .form-inline input[type="checkbox"],
  .form-inline input[type="radio"] {
    position: relative;
    margin-left: 0;
  }
}
.signup-form {
  margin: 0 auto;
}
@media (min-width: 544px) {
  .signup-form {
    width: 60%;
  }
}
.signup-form .email {
  width: 90%;
  float: left;
}
.signup-form .submit {
  width: 10%;
  float: left;
  border: none;
  padding: 0.1875rem 0.75rem;
  background-color: #414042;
  background-image: url(/images/icons/newsletter-button-icon.png);
  background-repeat: no-repeat;
  background-position: 50%;
}
@media (max-width: 767px) {
  .tp-side-nav {
    padding-left: 1.875rem;
  }
}
.tp-side-nav .s-nav {
  padding-left: 1.875rem;
}
.tp-side-nav .s-nav li {
  font-weight: 600;
  color: #619f42;
}
.tp-side-nav .s-nav li a {
  text-decoration: none;
  color: #619f42;
}
.tp-side-nav .s-nav li .inner-nav .list-block-item {
  font-weight: 400;
  color: grey;
}
.tp-side-nav .s-nav li .inner-nav .list-block-item a {
  color: #333;
}
.tp-side-nav .s-nav li .inner-nav .list-block-item a:hover {
  cursor: pointer;
  color: #619f42;
}
.fl-nav-container {
  max-width: 300px;
  position: fixed;
  top: 20vh;
  background-color: #6eb1c8;
  z-index: 999;
  -webkit-animation: all 0.2s linear;
  animation: all 0.2s linear;
}
@media (max-width: 991px) {
  .fl-nav-container {
    display: none;
  }
}
.fl-nav-container .fl-nav-body {
  overflow: hidden;
  -webkit-animation: all 0.2s linear;
  animation: all 0.2s linear;
}
.fl-nav-container .fln-lead {
  padding-left: 0.46875rem;
}
.fl-nav-container .fln-lead p {
  margin-top: 0.46875rem;
  margin-bottom: 0.46875rem;
  margin-right: 0.9375rem;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 600;
}
.fl-nav-container .fln-lead a.close {
  width: 33px;
  background-color: #ebebeb;
  color: #6eb1c8;
  text-align: center;
  font-weight: 600;
  text-decoration: none;
  font-size: 2.125rem;
}
.fl-nav-container .fl-nav {
  padding-bottom: 0.9375rem;
}
.fl-nav-container .fl-nav li {
  list-style: none;
  background-color: #2188ab;
  margin-bottom: 1px;
  -webkit-animation: all 0.2s linear;
  animation: all 0.2s linear;
  display: block;
  font-weight: 600;
}
.fl-nav-container .fl-nav li.t-nav {
  height: 40px;
  overflow: hidden;
}
.fl-nav-container .fl-nav li.t-nav a:hover {
  cursor: pointer;
}
.fl-nav-container .fl-nav li .i-nav li {
  font-size: 12px;
}
.fl-nav-container .fl-nav li.active .i-nav {
  display: block;
}
.fl-nav-container .fl-nav li.active .i-nav li {
  margin-top: 0;
  background-color: #6eb1c8;
  font-weight: 400;
}
.fl-nav-container .fl-nav li a {
  color: #fff;
  text-decoration: none;
  padding: 0.46875rem;
  display: block;
}
.fl-nav-container .nav-toggle {
  position: absolute;
  bottom: -76px;
  left: -22px;
}
.fl-nav-container .nav-toggle a.ntag-icon {
  width: 41px;
  height: 41px;
  display: block;
  background-color: #2188ab;
  border: 1px solid #fff;
  border-radius: 50%;
  padding: 8px 0;
}
.fl-nav-container .nav-toggle a.ntag-icon .bgr-bar {
  width: 20px;
  height: 2px;
  display: block;
  background-color: #fff;
  margin: 4px auto;
}
.fl-nav-container .nav-toggle p {
  margin-top: 0.46875rem;
  margin-bottom: 0;
  line-height: 1.2;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-property: height;
  transition-property: height;
}
a.btn {
  color: #fff;
  text-decoration: none !important;
}
.btn {
  color: #fff;
  background: #609f43;
  padding: 10px 18px;
  display: inline-block;
  font-size: 1rem;
  border: none;
  border-radius: 0.5625rem;
  line-height: 1.2;
  cursor: pointer;
}
.btn.login {
  width: 144px;
  padding: 10px 12px;
  font-size: 0.75rem;
}
.btn.buy {
  font-size: 1rem;
  font-weight: 400;
}
.btn:hover {
  background: #478237;
}
.btn.white {
  background-color: #fff;
  color: #619f42;
}
.btn.white:hover {
  color: #fff;
  background-color: #478237;
}
.btn.gray {
  background-color: grey;
}
.btn.gray:hover {
  background-color: #478237;
}
.btn.outline {
  background-color: transparent;
  border: 1px solid #fff;
}
.btn.outline:hover {
  background-color: transparent;
}
.btn.outline.white {
  color: #fff;
  border: 1px solid #fff;
}
.btn.outline.gray {
  color: #5d5d5d;
  border: 1px solid #5d5d5d;
}
.btn.outline.gray:hover {
  background-color: #5d5d5d;
  color: #fff;
}
.btn.outline-primary {
  background-color: transparent;
  color: #619f42;
  border: 2px solid #94bf81;
}
.btn.outline-primary:hover {
  background: #478237;
  color: #fff;
  border-color: #478237;
}
.btn.btn-small {
  font-size: 0.75rem;
  padding: 5px 16px;
}
.btn-learn-more {
  text-transform: uppercase;
}
.btn-learn-morehover {
  color: #fff;
}
.btn-ghost {
  border: 1px solid grey;
  background-color: transparent;
}
.learn-more-link {
  color: grey;
  font-size: 0.9375rem;
  text-align: left;
  font-weight: 600;
  text-decoration: underline;
}
.learn-more-link:hover {
  color: #619f42;
}
.text-mute {
  color: grey;
}
.text-justify {
  text-align: justify !important;
}
.text-center {
  text-align: center !important;
}
.text-nowrap {
  white-space: nowrap;
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (min-width: 544px) {
  .border-right {
    border-right: 1px solid #ebebeb;
  }
}
.border-blg {
  border-bottom: 1px solid #ebebeb;
}
.border-rlg {
  border-right: 1px solid #ebebeb;
}
@media (min-width: 544px) {
  .bg-gray .border-right {
    border-right: 1px solid #fff;
  }
}
@media (min-width: 544px) {
  .border-left {
    border-left: 1px solid #ebebeb;
  }
}
@media (min-width: 544px) {
  .border-right-left {
    border-right: 1px solid #ebebeb;
    border-left: 1px solid #ebebeb;
  }
}
.no-border-top {
  border-top: none !important;
}
.highlight {
  color: #12a94b !important;
}
ul.highlight-list li:before {
  content: "";
  width: 4px;
  height: 4px;
  background-color: #619f42;
  float: left;
  display: block;
  border-radius: 50%;
  margin-top: 10px;
  margin-right: 4px;
}
.show {
  display: block !important;
}
.hide {
  display: none;
}
.social-share {
  width: 35px;
  top: 30%;
  position: fixed;
  z-index: 99999999;
}
.social-share .list-block {
  width: 100%;
  list-style: none;
  margin: 0 auto;
  padding: 0;
}
.social-share .list-block li {
  width: 35px;
  margin: 0 auto;
  height: 35px;
  list-style: none;
  text-align: center;
  -webkit-animation: all 2s linear;
  animation: all 2s linear;
}
@media (max-width: 767px) {
  .social-share .list-block li {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.social-share .list-block li.fb {
  background-color: #3b579d;
}
.social-share .list-block li.twitter {
  background-color: #2aa9e0;
}
.social-share .list-block li.linkedin {
  background-color: #0274b3;
}
.social-share .list-block li.email {
  background-color: #609f43;
}
.social-share .list-block li img {
  height: 100%;
}
.social-share .list-block li:hover {
  -webkit-animation: social-hover 0.2s linear;
  animation: social-hover 0.2s linear;
  width: 45px;
}
.f-left {
  float: left;
}
.f-right {
  float: right;
}
.va-b {
  vertical-align: bottom;
}
.hidden-xs-up {
  display: none !important;
}
@media (max-width: 543px) {
  .hidden-xs-down {
    display: none !important;
  }
}
@media (min-width: 544px) {
  .hidden-sm-up {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .hidden-sm-down {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .hidden-md-up {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .hidden-md-down {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .hidden-lg-up {
    display: none !important;
  }
}
.hidden-lg-down {
  display: none !important;
}
.bg-gray {
  background-color: #414042;
  color: #fff;
}
.bg-gray hr {
  border-color: #fff;
}
.bg-gray h1 {
  color: #fff;
}
.bg-gray h2 {
  color: #fff;
}
.bg-gray h3 {
  color: #fff;
}
.bg-white form input[type="text"] {
  border: 1px solid #ebebeb;
}
.bg-white form input[type="email"] {
  border: 1px solid #ebebeb;
}
.bg-white form select {
  border: 1px solid #ebebeb;
}
.bg-light {
  background-color: #fff;
  background-image: none !important;
}
.bg-gray-light {
  background-color: #636466;
  color: #fff;
}
.bg-gray-lighter {
  background-color: #ebebeb;
  color: grey;
}
.bg-gray-light-opac {
  background-color: rgba(65, 64, 66, 0.6);
}
.bg-gray-light-opac-h {
  background-color: rgba(156, 155, 158, 0.08);
}
.bg-gray-opac {
  background-color: rgba(156, 155, 158, 0.12);
}
.bg-green {
  background-color: #619f42;
  color: #fff;
}
.bg-grad {
  background-image: url(/images/header-background-image-x2.jpg);
  background-size: cover;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .bg-grad {
    background-image: url(/images/header-background-image.jpg);
  }
}
.bg-grad .side-card {
  background-color: rgba(255, 255, 255, 0.4);
}
.bg-gradie {
  background-color: #fff;
  background-image: url(/images/16-sucuri-gradient-2.jpg);
  background-size: 100%;
  background-repeat: repeat-y;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .bg-gradie {
    background-image: url(/images/16-sucuri-gradient-2.jpg);
  }
}
.bg-gradie .side-card {
  background-color: rgba(255, 255, 255, 0.4);
}
.bg-transp {
  background-color: transparent !important;
}
.bg-grayop {
  background-color: rgba(255, 255, 255, 0.6);
}
.bg-clear {
  background-color: transparent !important;
}
.bg-himage {
  background-image: url(/images/16-home-hero-mostar-ii.jpg);
  background-position: center top;
  background-size: cover;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .bg-himage {
    background-image: url(/images/16-home-hero-mostar-ii.jpg);
  }
}
.bg-d-grad {
  background-color: #636466;
  background-image: -ms-radial-gradient(
    50% 50%,
    circle closest-side,
    transparent 0,
    rgba(24, 24, 24, 0.6) 200%
  );
  color: #fff;
}
.bg-d-grad blockquote {
  color: #fff;
}
.bg-lgb {
  background-color: #f6fafc !important;
}
.bg-bl {
  background-color: #2188ab !important;
  color: #fff;
}
.bg-bl h3 {
  color: #fff;
}
.bg-obl {
  background-color: #6eb1c8;
  color: #fff;
}
.bg-ogn {
  background-color: #94bf81;
  color: #fff;
}
.bg-slg {
  background-color: #ebebeb;
}
.dark-bg-txt h3 {
  color: #fff !important;
}
.dark-bg-txt p {
  color: #fff !important;
}
.dark-bg-txt li {
  color: #fff !important;
}
.m-x-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
.m-auto {
  margin: auto;
}
.mr-auto {
  margin-right: auto;
}
.mt-8 {
  margin-top: 0.46875rem;
}
.mb-8 {
  margin-top: 0.46875rem;
}
.mt-15 {
  margin-top: 0.9375rem;
}
.ml-15 {
  margin-left: 0.9375rem;
}
.mr-15 {
  margin-right: 0.9375rem;
}
.ml-30 {
  margin-left: 1.875rem;
}
.ml-60 {
  margin-left: 3.75rem;
}
.mt-30 {
  margin-top: 1.875rem;
}
.mt-60 {
  margin-top: 3.75rem;
}
.mt-80 {
  margin-top: 80px;
}
.mb-15 {
  margin-bottom: 0.9375rem;
}
.mb-30 {
  margin-bottom: 1.875rem !important;
}
.mb-60 {
  margin-bottom: 3.75rem;
}
.mb-80 {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .mt-sm-0 {
    margin-top: 0 !important;
  }
}
@media (max-width: 767px) {
  .mt-sm-15 {
    margin-top: 15px !important;
  }
}
@media (max-width: 767px) {
  .mt-sm-30 {
    margin-top: 30px !important;
  }
}
.ml-15 {
  margin-left: 0.9375rem;
}
.mt-20 {
  margin-top: 20px;
}
.mt-120 {
  margin-top: 120px;
}
.m-0 {
  margin: 0;
}
.mt-0 {
  margin-top: 0 !important;
}
.mt-8 {
  margin-top: 8px !important;
}
.mr-0 {
  margin-right: 0 !important;
}
.ml-0 {
  margin-left: 0 !important;
}
@media (max-width: 767px) {
  .ml-sm-0 {
    margin-left: 0 !important;
  }
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mtb-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
@media (min-width: 544px) {
  .pr-0 {
    padding-right: 0;
  }
}
@media (min-width: 544px) {
  .pl-0 {
    padding-left: 0;
  }
}
.plr-0 {
  padding-right: 0;
  padding-left: 0;
}
@media (min-width: 992px) {
  .p-lg-0 {
    padding: 0;
  }
}
.p-0 {
  padding: 0 !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.ptb-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
@media (max-width: 767px) {
  .p-sm-0 {
    padding: 0 0.9375rem;
  }
}
@media (min-width: 768px) {
  .p-lg-0 {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .pb-sm-0 {
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .ptb-sm-0 {
    padding-bottom: 0;
    padding-top: 0;
  }
}
.pb-60 {
  padding-bottom: 60px !important;
}
.pt-60 {
  padding-top: 60px !important;
}
.pt-80 {
  padding-top: 80px !important;
}
.pb-80 {
  padding-bottom: 80px !important;
}
.pt-40 {
  padding-top: 40px;
}
.pt-30 {
  padding-top: 30px !important;
}
.pb-30 {
  padding-bottom: 30px !important;
}
.pl-30 {
  padding-left: 30px;
}
.pb-15 {
  padding-bottom: 15px;
}
.pt-15 {
  padding-top: 15px;
}
.pl-15 {
  padding-left: 15px;
}
.plr-30 {
  padding-left: 30px;
  padding-right: 30px;
}
.ptb-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.pos-f-t {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
}
.center-vertical {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.compare + .wp-block-sucuri-framework-contact-us {
  margin-top: 80px;
}
#header + .compare {
  margin-top: 90px;
}
#header + .compare > .hero.compare:first-child > .container > .row:first-of-type {
  padding-top: 20px !important;
}
#header + .compare > .hero.compare:first-child > .container > .row:last-of-type {
  padding-bottom: 40px !important;
  margin-bottom: 40px;
}
.lp-sc-a #header {
  background-color: #fff;
}
.lp-sc-a .sucuri-logo a {
  width: 160px;
  height: 25px;
  background-image: url(/images/17-sucuri-sitecheck-logo.png);
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .lp-sc-a .sucuri-logo a {
    background-image: url(/images/17-sucuri-sitecheck-logo@2.png);
  }
}
@media (max-width: 767px) {
  .top-nav-wrapper {
    display: block;
    float: left;
    position: absolute;
    width: 100%;
    left: 100%;
    display: none;
  }
}
.top-nav-wrapper.active {
  -webkit-animation: mobile-nav 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  animation: mobile-nav 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  left: 0;
  display: block;
}
.top-nav-wrapper.inactive {
  -webkit-animation: mobile-nav-hide 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  animation: mobile-nav-hide 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  left: 100%;
}
.tlinks-wrapper {
  float: right;
}
@media (max-width: 767px) {
  .tlinks-wrapper {
    float: none;
  }
}
.phone {
  float: left;
  width: 146px;
}
@media (max-width: 767px) {
  .phone {
    width: 100%;
    text-align: center;
    background-color: #222;
  }
}
.phone a {
  color: grey;
  padding: 17px 8px;
  font-size: 14px;
  display: block;
}
@media (max-width: 991px) {
  .phone a {
    padding: 15px 4px;
  }
}
.phone a:hover {
  color: #fff;
}
.phone a:before {
  content: "";
  width: 15px;
  height: 16px;
  display: block;
  float: left;
  margin-top: 3px;
  margin-right: 5px;
  background-image: url(/images/i-phone.png);
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .phone a:before {
    background-image: url(/images/i-phone.png);
  }
}
@media (max-width: 767px) {
  .phone a {
    display: inline-block;
  }
}
.login-nav {
  float: left;
}
@media (max-width: 767px) {
  .login-nav {
    width: 100%;
    text-align: center;
    background-color: #222;
  }
}
.login-nav a {
  color: grey;
  padding: 17px 8px;
  font-size: 14px;
  display: block;
}
@media (max-width: 991px) {
  .login-nav a {
    padding: 15px 4px;
  }
}
.login-nav a:hover {
  color: #fff;
}
@media (max-width: 767px) {
  .login-nav a {
    display: inline-block;
  }
}
.ua-lg {
  margin-left: 0;
  margin-right: 15px;
  width: 285px;
}
@media (max-width: 991px) {
  .ua-lg {
    margin-left: 0;
    margin-right: 0;
    width: 244px;
  }
}
@media (max-width: 767px) {
  .ua-lg {
    display: none;
  }
}
.homepage .new-design #header .ua-lg .nav {
  margin-left: 59px;
}
.kb-home .new-design #header .ua-lg .nav {
  margin-left: 59px;
}
.labs-home #header .ua-lg .nav {
  margin-left: 59px;
}
.header-social {
  width: 89px;
  float: right;
}
@media (max-width: 991px) {
  .header-social {
    margin-left: 0;
  }
}
@media (min-width: 544px) and (max-width: 991px) {
  .header-social {
    display: none;
  }
}
@media (max-width: 767px) {
  .header-social {
    width: 100%;
    margin: 0 auto;
    background-color: #222;
    float: left;
    display: block;
  }
}
.header-social .list-inline {
  width: 100%;
  display: block;
  float: left;
  padding: 15px 0;
}
@media (max-width: 767px) {
  .header-social .list-inline {
    text-align: center;
  }
}
.header-social .list-inline .list-inline-item {
  width: 25px;
  height: 25px;
  display: block;
  float: left;
  margin-right: 0;
}
.header-social .list-inline .list-inline-item:not(:last-child) {
  margin-right: 7px;
}
.header-social .list-inline .list-inline-item a {
  float: left;
}
@media (max-width: 767px) {
  .header-social .list-inline .list-inline-item a {
    float: none;
  }
}
.header-social .list-inline .list-inline-item .social-icon {
  width: 25px;
  height: 25px;
  background-size: 100%;
}
.header-social .list-inline .list-inline-item .social-icon:hover {
  background-position: 0 25px;
}
@media (max-width: 767px) {
  .header-social .list-inline .list-inline-item {
    display: inline-block;
    border-top: 0;
    padding: 0;
    float: none;
  }
}
.lp #header {
  background-color: rgba(255, 255, 255, 0.4);
}
.lp #header.scroll {
  background-color: #fff;
  -webkit-box-shadow: 1px 1px 2px #888;
  box-shadow: 1px 1px 2px #888;
}
.lp .sucuri-logo a {
  background-image: url(/images/main-logo-dark.png);
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .lp .sucuri-logo a {
    background-image: url(/images/main-logo-dark.png);
  }
}
.lp .phone {
  float: right;
}
@media (max-width: 767px) {
  .lp .phone {
    background-color: #fff;
  }
}
.lp .phone a {
  font-weight: 600;
}
.lp .phone a:hover {
  color: #333;
}
.lp .phone a:before {
  background-image: url(/images/i-phone-dark.png);
}
.hero {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 54px;
}
@media (max-width: 767px) {
  .hero {
    margin-top: 0;
  }
}
.hero .container .hero-btns-wrapper a:not(:first-child) {
  margin-left: 1.875rem;
}
.hero .t-feat p {
  background-color: rgba(32, 32, 32, 0.6);
  float: right;
  padding: 7px 9px;
  font-weight: 600;
  font-style: italic;
  color: #fff;
}
.hero .t-feat p span {
  font-style: normal;
}
.hero .bg-gray {
  width: 100%;
}
@media (min-width: 544px) {
  .hero .bg-gray {
    float: left;
  }
}
.hero.home-a {
  color: #fff;
  text-align: center;
  padding-top: 0;
  position: relative;
  background-image: url(/images/17-sucuri-homepage-background-light.jpg);
  background-position: center top;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .hero.home-a {
    background-image: url(/images/17-sucuri-homepage-background-light.jpg);
  }
}
@media (max-width: 991px) {
  .hero.home-a {
    padding-top: 0;
  }
}
.hero.home-a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
.hero.home-a .container {
  margin-top: 2.8125rem;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .hero.home-a .container {
    margin-top: 0;
  }
}
.hero.home-a .hero-content-wrapper {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
  padding-left: 10px;
  background-color: rgba(255, 255, 255, 0.95);
  max-width: 620px;
  border-radius: 2px;
  margin: 0 auto;
  position: relative;
  margin: 23px auto;
}
.hero.home-a .hero-content-wrapper::after {
  content: "";
  display: table;
  clear: both;
}
@media (max-width: 767px) {
  .hero.home-a .hero-content-wrapper {
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }
}
.hero.home-a .hero-text {
  margin-bottom: 0;
}
.hero.home-a .hero-text h1 {
  font-size: 2.125rem;
  font-weight: 800;
  color: #619f42;
  margin-top: 1.875rem;
}
.hero.home-a .hero-text h2 {
  margin-bottom: 0;
  font-size: 1.375rem;
  font-weight: 400;
  margin-top: 0.9375rem;
  color: #5d5d5d;
  line-height: 1.4;
}
.hero.home-a .hero-btns-wrapper {
  margin-bottom: 1.875rem;
}
.hero.home-a .hero-btns-wrapper .btn {
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 400;
  min-width: 130px;
}
.hero.home-a .hero-btns-wrapper .btn.outline {
  color: #619f42;
  border-color: #619f42;
  font-weight: 600;
  opacity: 0.85;
  margin-left: 1.875rem;
}
.hero.home-a .hero-btns-wrapper .btn.outline:hover {
  opacity: 1;
}
.hero.home-a .hero-cards {
  margin-bottom: 1.875rem;
  margin-top: 1.875rem;
  float: left;
}
@media (max-width: 991px) {
  .hero.home-a .hero-cards {
    float: none;
  }
}
.hero.home-a .hero-cards p {
  font-size: 17px;
}
.hero.home-a .hero-cards .cards-wrapper {
  max-width: 535px;
  float: none;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .hero.home-a .hero-cards .cards-wrapper {
    max-width: 100%;
  }
}
.hero.home-a .hero-cards .card {
  width: 260px;
  float: left;
  background-color: transparent;
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 991px) {
  .hero.home-a .hero-cards .card {
    float: none;
    margin: 0 auto;
    display: inline-block;
  }
}
@media (max-width: 767px) {
  .hero.home-a .hero-cards .card {
    display: block;
  }
}
@media (max-width: 767px) {
  .hero.home-a .hero-cards .card.text-left {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .hero.home-a .hero-cards .card:first-child {
    padding-right: 1.875rem;
    border-right: 1px solid #ebebeb;
  }
}
@media (max-width: 767px) {
  .hero.home-a .hero-cards .card:first-child {
    margin-right: auto;
    margin-bottom: 1.875rem;
  }
}
.hero.home-a .hero-cards .card:nth-child(2) {
  width: 244px;
}
@media (min-width: 768px) {
  .hero.home-a .hero-cards .card:nth-child(2) {
    padding-left: 1.875rem;
  }
}
.hero.home-a .hero-cards .card h3 {
  font-size: 0.9375rem;
  font-weight: 800;
  text-align: left;
  margin-left: 1.875rem;
  color: #619f42;
}
@media (max-width: 767px) {
  .hero.home-a .hero-cards .card h3 {
    text-align: center;
    margin: 0 auto;
  }
}
.hero.home-a .hero-cards .card p {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}
.hero.home-a .hero-cards .card p.lead {
  font-weight: 600;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
  text-transform: uppercase;
}
.hero.home-a .hero-cards .card p span {
  color: #619f42;
}
.hero.home-a .hero-cards .card a {
  font-size: 0.875rem;
}
.hero.home-a .hero-cards .card .check-list {
  text-align: left;
  margin-left: 2.8125rem;
  margin-top: 15px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .hero.home-a .hero-cards .card .check-list {
    margin-left: 0;
    padding-left: 7px;
    padding-right: 7px;
  }
}
.hero.home-a .hero-cards .card .check-list li {
  font-size: 0.875rem;
  font-weight: 600;
  color: #333;
  position: relative;
}
.hero.home-a .hero-cards .card .check-list li:before {
  left: 0.46875rem;
}
@media (max-width: 767px) {
  .hero.home-a .hero-cards .card .check-list li {
    text-align: center;
  }
  .hero.home-a .hero-cards .card .check-list li:before {
    display: none;
  }
  .hero.home-a .hero-cards .card .check-list li:last-child {
    border-bottom: 1px solid #fff;
  }
}
.hero.home-a .t-feat p {
  color: #fff;
}
.hero.home-a .logos-wrapper {
  width: 100%;
  float: left;
}
.hero.home-a .logos-wrapper .container {
  margin-top: 0;
}
.hero.wsp-mal-rem {
  color: #fff;
  text-align: center;
  padding-top: 0;
  position: relative;
  background-image: url(/images/17-sucuri-koh-phangan-Keir.jpg);
  background-position: center top;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .hero.wsp-mal-rem {
    background-image: url(/images/17-sucuri-koh-phangan-Keir.jpg);
  }
}
@media (max-width: 991px) {
  .hero.wsp-mal-rem {
    padding-top: 0;
  }
}
.hero.wsp-mal-rem .container {
  margin-bottom: 0;
}
.hero.wsp-mal-rem .hero-content-wrapper {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 10px;
  padding-left: 10px;
  background-color: rgba(255, 255, 255, 0.94);
  max-width: 800px;
  border-radius: 2px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .hero.wsp-mal-rem .hero-content-wrapper {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
  }
}
.hero.wsp-mal-rem .hero-text {
  margin-bottom: 0;
}
.hero.wsp-mal-rem .hero-text h1 {
  font-size: 2.125rem;
  font-weight: 800;
  color: #619f42;
  margin-top: 1.875rem;
}
.hero.wsp-mal-rem .hero-text h2 {
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 400;
  margin-top: 0.9375rem;
  color: #333;
  line-height: 1.4;
}
.hero.wsp-mal-rem .hero-btns-wrapper {
  margin-bottom: 1.875rem;
}
.hero.wsp-mal-rem .hero-btns-wrapper .btn {
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 400;
  min-width: 130px;
}
.hero.wsp-mal-rem .hero-btns-wrapper .btn.outline {
  color: #619f42;
  border-color: #619f42;
  font-weight: 600;
  opacity: 0.85;
  margin-left: 1.875rem;
}
.hero.wsp-mal-rem .hero-btns-wrapper .btn.outline:hover {
  opacity: 1;
}
.hero.wsp-mal-rem .hero-card-stats {
  margin-top: 1.875rem;
}
.hero.wsp-mal-rem .hero-card-stats .h-stat {
  display: inline-block;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
.hero.wsp-mal-rem .hero-card-stats .h-stat:not(:first-child) {
  border-left: 1px solid rgba(99, 100, 102, 0.15);
}
.hero.wsp-mal-rem .hero-card-stats .h-stat .stats-body {
  text-align: left;
}
.hero.wsp-mal-rem .hero-card-stats .h-stat .stats-body p {
  color: #414042;
  margin-top: 0;
  margin-bottom: 0;
}
.hero.wsp-mal-rem .hero-card-stats .h-stat .stats-body p.heading {
  color: #619f42;
  font-size: 2.125rem;
  font-weight: 600 !important;
}
.hero.wsp-mal-rem .hero-card-stats .h-stat .stats-body p.heading span {
  font-size: 1.5rem;
}
.hero.wsp-mal-rem .h-inlcl-wrapper p.heading {
  margin-top: 1.875rem;
  font-size: 1.0625rem;
}
@media (max-width: 991px) {
  .hero.wsp-mal-rem .h-inlcl-wrapper p.heading {
    margin-bottom: 0;
  }
}
.hero.wsp-mal-rem .h-inlcl-wrapper .list-inline {
  max-width: 600px;
  margin: 0 auto;
  margin-bottom: 1.875rem;
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
  border-top: 1px solid rgba(99, 100, 102, 0.15);
  border-bottom: 1px solid rgba(99, 100, 102, 0.15);
}
.hero.wsp-mal-rem .h-inlcl-wrapper .list-inline .list-inline-item {
  color: #414042;
  margin-right: auto;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
.hero.wsp-mal-rem
  .h-inlcl-wrapper
  .list-inline
  .list-inline-item:first-child {
  margin-left: 20px;
}
@media (max-width: 991px) {
  .hero.wsp-mal-rem .h-inlcl-wrapper .list-inline .list-inline-item {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.hero.wsp-mal-rem .t-feat p {
  color: #fff;
}
.hero.wsp-mal-rem .logos-wrapper .container {
  margin-top: 0;
}
.hero.wsp-mal-rem .logos-wrapper .container .lead {
  margin-bottom: 0;
}
.hero.wsp-mal-rem .logos-wrapper .container .lead p {
  margin-top: 0;
  margin-bottom: 0;
  color: #fff;
}
.hero.brar {
  color: #333;
  text-align: center;
  padding-top: 0;
  position: relative;
  background-image: url(/images/17-sucuri-minsk-paul.jpg);
  background-position: center top;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .hero.brar {
    background-image: url(/images/17-sucuri-minsk-paul.jpg);
  }
}
@media (max-width: 991px) {
  .hero.brar {
    padding-top: 0;
  }
}
.hero.brar .container {
  margin-top: 2.8125rem;
  margin-bottom: 0;
}
.hero.brar .hero-content-wrapper {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 10px;
  padding-left: 10px;
  background-color: rgba(255, 255, 255, 0.94);
  max-width: 800px;
  border-radius: 2px;
  margin: 0 auto;
}
.hero.brar .hero-text {
  margin-bottom: 0;
}
.hero.brar .hero-text h1 {
  font-size: 2.125rem;
  font-weight: 800;
  color: #619f42;
  margin-top: 1.875rem;
}
.hero.brar .hero-text h2 {
  margin-bottom: 15px;
  font-size: 1.5rem;
  font-weight: 400;
  margin-top: 0.9375rem;
  color: #333;
  line-height: 1.4;
}
.hero.brar .hero-text p {
  text-align: left;
  color: red;
}
.hero.brar .hero-btns-wrapper {
  margin-bottom: 1.875rem;
}
.hero.brar .hero-btns-wrapper .btn {
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 400;
  min-width: 130px;
}
.hero.brar .hero-btns-wrapper .btn.outline {
  color: #619f42;
  border-color: #619f42;
  font-weight: 600;
  opacity: 0.85;
  margin-left: 1.875rem;
}
.hero.brar .hero-btns-wrapper .btn.outline:hover {
  opacity: 1;
}
.hero.brar .hero-card-stats {
  margin-top: 1.875rem;
}
.hero.brar .hero-card-stats .h-stat {
  display: inline-block;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
.hero.brar .hero-card-stats .h-stat:not(:first-child) {
  border-left: 1px solid rgba(99, 100, 102, 0.15);
}
.hero.brar .hero-card-stats .h-stat .stats-body {
  text-align: left;
}
.hero.brar .hero-card-stats .h-stat .stats-body p {
  color: #414042;
  margin-top: 0;
  margin-bottom: 0;
}
.hero.brar .hero-card-stats .h-stat .stats-body p.heading {
  color: #619f42;
  font-size: 2.125rem;
  font-weight: 600 !important;
}
.hero.brar .hero-card-stats .h-stat .stats-body p.heading span {
  font-size: 1.5rem;
}
.hero.brar .h-inlcl-wrapper p.heading {
  margin-top: 1.875rem;
  font-size: 1.0625rem;
}
.hero.brar .h-inlcl-wrapper .list-inline {
  max-width: 600px;
  margin: 0 auto;
  margin-bottom: 1.875rem;
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
  border-top: 1px solid rgba(99, 100, 102, 0.15);
  border-bottom: 1px solid rgba(99, 100, 102, 0.15);
}
.hero.brar .h-inlcl-wrapper .list-inline .list-inline-item {
  color: #414042;
  margin-right: auto;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
.hero.brar .h-inlcl-wrapper .list-inline .list-inline-item:first-child {
  margin-left: 20px;
}
.hero.brar .t-feat p {
  color: #fff;
}
.hero.brar .logos-wrapper {
  padding-top: 0;
  background-color: rgba(65, 64, 66, 0.6);
}
.hero.brar .logos-wrapper .container {
  margin-top: 0;
}
.hero.brar .logos-wrapper .container .lead {
  margin-bottom: 0;
}
.hero.brar .logos-wrapper .container .lead p {
  margin-top: 0;
  margin-bottom: 0;
  color: #fff;
}
.hero.brar .logos-wrapper-light {
  padding-top: 0;
  background-color: rgba(65, 64, 66, 0.6);
}
.hero.brar .logos-wrapper-light .container {
  margin-top: 0;
}
.hero.brar .logos-wrapper-light .container .lead {
  margin-bottom: 0;
}
.hero.brar .logos-wrapper-light .container .lead p {
  margin-top: 0;
  margin-bottom: 0;
  color: #fff;
}
.hero.fw-ddos-prot {
  color: #333;
  text-align: center;
  padding-top: 0;
  position: relative;
  background-image: url(/images/17-sucuri-brooklyn-aj.jpg);
  background-position: center top;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .hero.fw-ddos-prot {
    background-image: url(/images/17-sucuri-brooklyn-aj.jpg);
  }
}
@media (max-width: 991px) {
  .hero.fw-ddos-prot {
    padding-top: 0;
  }
}
.hero.fw-ddos-prot .container {
  margin-top: 2.8125rem;
  margin-bottom: 0;
}
.hero.fw-ddos-prot .hero-content-wrapper {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 10px;
  padding-left: 10px;
  background-color: rgba(255, 255, 255, 0.94);
  max-width: 800px;
  border-radius: 2px;
  margin: 0 auto;
}
.hero.fw-ddos-prot .hero-text {
  margin-bottom: 0;
}
.hero.fw-ddos-prot .hero-text h1 {
  font-size: 2.125rem;
  font-weight: 800;
  color: #619f42;
  margin-top: 1.875rem;
}
.hero.fw-ddos-prot .hero-text h2 {
  margin-bottom: 15px;
  font-size: 1.5rem;
  font-weight: 400;
  margin-top: 0.9375rem;
  color: #333;
  line-height: 1.4;
}
.hero.fw-ddos-prot .hero-text p {
  text-align: left;
  color: red;
}
.hero.fw-ddos-prot .hero-btns-wrapper {
  margin-bottom: 1.875rem;
}
.hero.fw-ddos-prot .hero-btns-wrapper .btn {
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 400;
  min-width: 130px;
}
.hero.fw-ddos-prot .hero-btns-wrapper .btn.outline {
  color: #619f42;
  border-color: #619f42;
  font-weight: 600;
  opacity: 0.85;
  margin-left: 1.875rem;
}
.hero.fw-ddos-prot .hero-btns-wrapper .btn.outline:hover {
  opacity: 1;
}
.hero.fw-ddos-prot .hero-card-stats {
  margin-top: 1.875rem;
}
.hero.fw-ddos-prot .hero-card-stats .h-stat {
  display: inline-block;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
.hero.fw-ddos-prot .hero-card-stats .h-stat:not(:first-child) {
  border-left: 1px solid rgba(99, 100, 102, 0.15);
}
.hero.fw-ddos-prot .hero-card-stats .h-stat .stats-body {
  text-align: left;
}
.hero.fw-ddos-prot .hero-card-stats .h-stat .stats-body p {
  color: #414042;
  margin-top: 0;
  margin-bottom: 0;
}
.hero.fw-ddos-prot .hero-card-stats .h-stat .stats-body p.heading {
  color: #619f42;
  font-size: 2.125rem;
  font-weight: 600 !important;
}
.hero.fw-ddos-prot .hero-card-stats .h-stat .stats-body p.heading span {
  font-size: 1.5rem;
}
.hero.fw-ddos-prot .h-inlcl-wrapper p.heading {
  margin-top: 1.875rem;
  font-size: 1.0625rem;
}
.hero.fw-ddos-prot .h-inlcl-wrapper .list-inline {
  max-width: 600px;
  margin: 0 auto;
  margin-bottom: 1.875rem;
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
  border-top: 1px solid rgba(99, 100, 102, 0.15);
  border-bottom: 1px solid rgba(99, 100, 102, 0.15);
}
.hero.fw-ddos-prot .h-inlcl-wrapper .list-inline .list-inline-item {
  color: #414042;
  margin-right: auto;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
.hero.fw-ddos-prot
  .h-inlcl-wrapper
  .list-inline
  .list-inline-item:first-child {
  margin-left: 20px;
}
.hero.fw-ddos-prot .t-feat p {
  color: #fff;
}
.hero.fw-ddos-prot .logos-wrapper {
  padding-top: 0;
  background-color: rgba(65, 64, 66, 0.6);
}
.hero.fw-ddos-prot .logos-wrapper .container {
  margin-top: 0;
}
.hero.fw-ddos-prot .logos-wrapper .container .lead {
  margin-bottom: 0;
}
.hero.fw-ddos-prot .logos-wrapper .container .lead p {
  margin-top: 0;
  margin-bottom: 0;
  color: #fff;
}
.hero.av-malware-scan-det {
  color: #fff;
  text-align: center;
  padding-top: 0;
  position: relative;
  background-image: url(/images/17-sucuri-pretoria-samuel.jpg);
  background-position: center top;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .hero.av-malware-scan-det {
    background-image: url(/images/17-sucuri-pretoria-samuel.jpg);
  }
}
@media (max-width: 991px) {
  .hero.av-malware-scan-det {
    padding-top: 0;
  }
}
.hero.av-malware-scan-det .container {
  margin-bottom: 0;
}
.hero.av-malware-scan-det .hero-content-wrapper {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 10px;
  padding-left: 10px;
  background-color: rgba(255, 255, 255, 0.94);
  max-width: 800px;
  border-radius: 2px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .hero.av-malware-scan-det .hero-content-wrapper {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
  }
}
.hero.av-malware-scan-det .hero-text {
  margin-bottom: 0;
}
.hero.av-malware-scan-det .hero-text h1 {
  font-size: 2.125rem;
  font-weight: 800;
  color: #619f42;
  margin-top: 1.875rem;
}
.hero.av-malware-scan-det .hero-text h2 {
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 400;
  margin-top: 0.9375rem;
  color: #333;
  line-height: 1.4;
}
.hero.av-malware-scan-det .hero-btns-wrapper {
  margin-bottom: 1.875rem;
}
.hero.av-malware-scan-det .hero-btns-wrapper .btn {
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 400;
  min-width: 130px;
}
.hero.av-malware-scan-det .hero-btns-wrapper .btn.outline {
  color: #619f42;
  border-color: #619f42;
  font-weight: 600;
  opacity: 0.85;
  margin-left: 1.875rem;
}
.hero.av-malware-scan-det .hero-btns-wrapper .btn.outline:hover {
  opacity: 1;
}
.hero.av-malware-scan-det .hero-card-stats {
  margin-top: 1.875rem;
}
.hero.av-malware-scan-det .hero-card-stats .cls-1,
.hero.av-malware-scan-det .hero-card-stats .cls-4,
.hero.av-malware-scan-det .hero-card-stats .cls-6 {
  isolation: isolate;
}
.hero.av-malware-scan-det .hero-card-stats .cls-1 {
  font-size: 51.04px;
}
.hero.av-malware-scan-det .hero-card-stats .cls-1,
.hero.av-malware-scan-det .hero-card-stats .cls-5,
.hero.av-malware-scan-det .hero-card-stats .cls-6 {
  fill: #609f43;
  font-weight: 700;
}
.hero.av-malware-scan-det .hero-card-stats .cls-2 {
  letter-spacing: -0.24em;
}
.hero.av-malware-scan-det .hero-card-stats .cls-3,
.hero.av-malware-scan-det .hero-card-stats .cls-5 {
  font-size: 23px;
}
.hero.av-malware-scan-det .hero-card-stats .cls-4 {
  font-size: 15px;
  font-weight: 500;
}
.hero.av-malware-scan-det .hero-card-stats .cls-6 {
  font-size: 39px;
}
.hero.av-malware-scan-det .hero-card-stats .cls-7 {
  fill: none;
  stroke: #646566;
  stroke-miterlimit: 10;
  opacity: 0.47;
}
.hero.av-malware-scan-det .hero-card-stats a {
  color: #619f42;
  fill: #619f42;
}
.hero.av-malware-scan-det .hero-card-stats a:hover {
  text-decoration: underline;
}
.hero.av-malware-scan-det .h-inlcl-wrapper p.heading {
  margin-top: 1.875rem;
  font-size: 1.0625rem;
}
@media (max-width: 767px) {
  .hero.av-malware-scan-det .h-inlcl-wrapper p.heading {
    margin-bottom: 0;
  }
}
.hero.av-malware-scan-det .h-inlcl-wrapper .list-inline {
  max-width: 635px;
  margin: 0 auto;
  margin-bottom: 1.875rem;
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
  border-top: 1px solid #dcdddf;
  border-bottom: 1px solid #dcdddf;
}
.hero.av-malware-scan-det .h-inlcl-wrapper .list-inline .list-inline-item {
  color: #414042;
  margin-right: auto;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
.hero.av-malware-scan-det
  .h-inlcl-wrapper
  .list-inline
  .list-inline-item:first-child {
  margin-left: 20px;
}
@media (max-width: 767px) {
  .hero.av-malware-scan-det
    .h-inlcl-wrapper
    .list-inline
    .list-inline-item {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.hero.av-malware-scan-det .t-feat p {
  color: #fff;
}
.hero.av-malware-scan-det .logos-wrapper {
  padding-top: 0;
  background-color: rgba(65, 64, 66, 0.6);
}
.hero.av-malware-scan-det .logos-wrapper .container {
  margin-top: 0;
}
.hero.av-malware-scan-det .logos-wrapper .container .lead {
  margin-bottom: 0;
}
.hero.av-malware-scan-det .logos-wrapper .container .lead p {
  margin-top: 0;
  margin-bottom: 0;
  color: #fff;
}
.hero.fw-protection-page {
  color: #fff;
  text-align: center;
  padding-top: 0;
  position: relative;
  background-image: url(/images/17-sucuri-philadelphia-caleb.jpg);
  background-position: center top;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .hero.fw-protection-page {
    background-image: url(/images/17-sucuri-philadelphia-caleb.jpg);
  }
}
@media (max-width: 991px) {
  .hero.fw-protection-page {
    padding-top: 0;
  }
}
.hero.fw-protection-page .container {
  margin-bottom: 0;
}
.hero.fw-protection-page .hero-content-wrapper {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 10px;
  padding-left: 10px;
  background-color: rgba(255, 255, 255, 0.94);
  max-width: 800px;
  border-radius: 2px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .hero.fw-protection-page .hero-content-wrapper {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
  }
}
.hero.fw-protection-page .hero-text {
  margin-bottom: 0;
}
.hero.fw-protection-page .hero-text h1 {
  font-size: 2.125rem;
  font-weight: 800;
  color: #619f42;
  margin-top: 1.875rem;
}
.hero.fw-protection-page .hero-text h2 {
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 400;
  margin-top: 0.9375rem;
  color: #333;
  line-height: 1.4;
}
.hero.fw-protection-page .hero-btns-wrapper {
  margin-bottom: 1.875rem;
}
.hero.fw-protection-page .hero-btns-wrapper .btn {
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 400;
  min-width: 130px;
}
.hero.fw-protection-page .hero-btns-wrapper .btn.outline {
  color: #619f42;
  border-color: #619f42;
  font-weight: 600;
  opacity: 0.85;
  margin-left: 1.875rem;
}
.hero.fw-protection-page .hero-btns-wrapper .btn.outline:hover {
  opacity: 1;
}
.hero.fw-protection-page .hero-card-stats {
  margin-top: 1.875rem;
}
.hero.fw-protection-page .hero-card-stats .cls-1,
.hero.fw-protection-page .hero-card-stats .cls-3 {
  isolation: isolate;
}
.hero.fw-protection-page .hero-card-stats .cls-1 {
  font-size: 51.04px;
}
.hero.fw-protection-page .hero-card-stats .cls-1,
.hero.fw-protection-page .hero-card-stats .cls-4,
.hero.fw-protection-page .hero-card-stats .cls-5 {
  fill: #609f43;
  font-family: OpenSans-Semibold, Open Sans;
  font-weight: 700;
}
.hero.fw-protection-page .hero-card-stats .cls-2,
.hero.fw-protection-page .hero-card-stats .cls-4,
.hero.fw-protection-page .hero-card-stats .cls-5 {
  font-size: 23px;
}
.hero.fw-protection-page .hero-card-stats .cls-3 {
  font-size: 15px;
  font-family: OpenSans-Light, Open Sans;
}
.hero.fw-protection-page .hero-card-stats .cls-5 {
  letter-spacing: 0;
}
.hero.fw-protection-page .hero-card-stats .cls-6 {
  fill: none;
  stroke: #646566;
  stroke-miterlimit: 10;
  opacity: 0.47;
}
.hero.fw-protection-page .hero-card-stats a {
  color: #619f42;
  fill: #619f42;
}
.hero.fw-protection-page .hero-card-stats a:hover {
  text-decoration: underline;
}
.hero.fw-protection-page .h-inlcl-wrapper p.heading {
  margin-top: 1.875rem;
  font-size: 1.0625rem;
}
@media (max-width: 767px) {
  .hero.fw-protection-page .h-inlcl-wrapper p.heading {
    margin-bottom: 0;
  }
}
.hero.fw-protection-page .h-inlcl-wrapper .list-inline {
  max-width: 635px;
  margin: 0 auto;
  margin-bottom: 1.875rem;
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
  border-top: 1px solid rgba(99, 100, 102, 0.15);
  border-bottom: 1px solid rgba(99, 100, 102, 0.15);
}
.hero.fw-protection-page .h-inlcl-wrapper .list-inline .list-inline-item {
  color: #414042;
  margin-right: auto;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
.hero.fw-protection-page
  .h-inlcl-wrapper
  .list-inline
  .list-inline-item:first-child {
  margin-left: 20px;
}
@media (max-width: 767px) {
  .hero.fw-protection-page
    .h-inlcl-wrapper
    .list-inline
    .list-inline-item:first-child {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .hero.fw-protection-page
    .h-inlcl-wrapper
    .list-inline
    .list-inline-item {
    padding-top: 0;
    padding-bottom: 0;
    text-align: center;
  }
}
.hero.fw-protection-page .t-feat p {
  color: #fff;
}
.hero.fw-protection-page .logos-wrapper {
  padding-top: 0;
  background-color: rgba(65, 64, 66, 0.6);
}
.hero.fw-protection-page .logos-wrapper .container {
  margin-top: 0;
}
.hero.fw-protection-page .logos-wrapper .container .lead {
  margin-bottom: 0;
}
.hero.fw-protection-page .logos-wrapper .container .lead p {
  margin-top: 0;
  margin-bottom: 0;
  color: #fff;
}
.hero.lp-sc {
  color: #fff;
  text-align: center;
  padding-top: 0;
  position: relative;
  background-image: url(/images/17-sucuri-brno-peter.jpg);
  background-position: center top;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .hero.lp-sc {
    background-image: url(/images/17-sucuri-brno-peter.jpg);
  }
}
@media (max-width: 991px) {
  .hero.lp-sc {
    padding-top: 0;
  }
}
.hero.lp-sc .container {
  margin-top: 2.8125rem;
  margin-bottom: 0;
}
.hero.lp-sc .hero-content-wrapper {
  padding-top: 106px;
  padding-bottom: 106px;
  padding-right: 76px;
  padding-left: 76px;
  background-color: rgba(255, 255, 255, 0.94);
  max-width: 800px;
  border-radius: 2px;
  margin: 0 auto;
}
.hero.lp-sc .hlogo {
  text-align: left;
  margin-top: 87px;
}
.hero.lp-sc .hero-text {
  margin-bottom: 0;
}
.hero.lp-sc .hero-text h1 {
  font-size: 2.125rem;
  font-weight: 800;
  color: #619f42;
  margin-top: 0;
}
.hero.lp-sc .hero-text p {
  color: #5d5d5d;
  font-weight: 400;
}
.hero.lp-sc .hform {
  margin-top: 1.875rem;
}
.hero.lp-sc .hform p {
  color: #5d5d5d;
}
.hero.lp-sc .hform form .form-input {
  font-size: 1rem;
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: rgba(244, 245, 245, 0.9);
  border: 1px solid #619f42;
}
.hero.lp-sc .hform form .form-input:focus {
  border: 1px solid #619f42;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.hero.lp-sc .hform form .btn {
  padding-top: 14px;
  padding-bottom: 14px;
  font-weight: 600;
  font-size: 1rem;
}
.hero.lp-sc .hero-btns-wrapper {
  margin-bottom: 1.875rem;
}
.hero.lp-sc .hero-btns-wrapper .btn {
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 400;
  min-width: 130px;
}
.hero.lp-sc .hero-btns-wrapper .btn.outline {
  color: #619f42;
  border-color: #619f42;
  font-weight: 600;
  opacity: 0.85;
  margin-left: 1.875rem;
}
.hero.lp-sc .hero-btns-wrapper .btn.outline:hover {
  opacity: 1;
}
.hero.lp-sc .t-feat p {
  color: #fff;
}
.hero.lp-sc-a h1 {
  margin-bottom: 1.875rem;
}
.hero.lp-sc-a .list-inline-item {
  font-style: italic;
  position: relative;
}
.hero.lp-sc-a .list-inline-item:before {
  content: "";
  height: 4px;
  width: 4px;
  background-color: grey;
  position: absolute;
  left: -10px;
  top: 10px;
  border-radius: 50%;
}
.hero.lp-sc-a form {
  max-width: 490px;
  margin: 0 auto;
  margin-top: 1.875rem;
}
.hero.lp-sc-a form .form-input {
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 15px;
}
.hero.lp-sc-a form .btn {
  padding: 10px 70px;
}
.hero.lp-sc-a .disclm {
  margin-top: 180px;
}
.hero.agency {
  padding-top: 40px;
  padding-bottom: 40px;
  background-image: url(/images/header-background-image-x2.jpg);
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .hero.agency {
    background-image: url(/images/header-background-image.jpg);
  }
}
@media (max-width: 991px) {
  .hero.agency {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .hero.agency .img-fluid {
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .hero.agency {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.hero.agency .hero-text {
  margin-top: 3.375rem;
}
.hero.agency .hero-text h1 {
  font-size: 1.75rem;
  font-weight: 600;
  text-transform: none;
}
.hero.enterprise {
  background-image: url(/images/16-sucuri-fredricton-dana-trish.jpg);
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .hero.enterprise {
    background-image: url(/images/16-sucuri-fredricton-dana-trish.jpg);
  }
}
.hero.enterprise .container-fluid {
  padding-bottom: 0;
}
.hero.enterprise .container {
  padding-bottom: 0;
  padding-top: 40px;
}
@media (max-width: 767px) {
  .hero.enterprise .container {
    padding-top: 1.875rem;
  }
}
.hero.enterprise .hero-text {
  color: #fff;
}
@media (max-width: 991px) {
  .hero.enterprise .hero-text {
    margin-top: 1.875rem;
    text-align: center;
  }
}
.hero.enterprise .hero-text h1 {
  font-size: 1rem;
  font-weight: 600;
  text-transform: none;
  line-height: 1.4;
}
.hero.enterprise .hero-text h1 span {
  font-size: 1.75rem;
  text-transform: uppercase;
  display: block;
}
.hero.enterprise .hero-text .check-list li {
  margin-top: 0.46875rem;
  margin-bottom: 0.46875rem;
}
@media (max-width: 991px) {
  .hero.enterprise .img-fluid {
    margin: 0 auto;
  }
}
.hero.enterprise .enterprise-form label {
  color: #fff;
}
.hero.agency-a {
  background-image: url(/images/17-sucuri-fredricton-dana-hero.jpg);
  background-size: cover;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .hero.agency-a {
    background-image: url(/images/17-sucuri-fredricton-dana-hero.jpg);
  }
}
.hero.agency-a .hero-content-wrapper {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}
@media (max-width: 767px) {
  .hero.agency-a .hero-content-wrapper {
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }
}
.hero.agency-a .hero-content-wrapper h1 {
  margin-top: 0;
}
.hero.agency-a .hero-content-wrapper .hcnttext {
  padding-top: 40px;
}
.hero.agency-a .aform .form-group {
  margin-bottom: 0.9375rem;
}
.hero.agency-a .aform .form-group .form-input {
  background-color: rgba(243, 243, 243, 0.5);
  border: 1px solid rgba(99, 100, 102, 0.5);
  border-radius: 2px;
}
.hero.agency-a .aform .urgchk {
  padding-top: 18px;
  margin-bottom: 0;
}
.hero.agency-a .aform .urgchk input {
  margin-top: 3px;
}
.hero.agency-a .aform .urgchk label {
  line-height: 1.1;
}
.hero.education {
  background-image: url(/images/16-huston-chase.jpg);
  background-size: cover;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .hero.education {
    background-image: url(/images/16-huston-chase.jpg);
  }
}
.hero.education .container-fluid {
  padding-bottom: 0;
}
.hero.education .container {
  padding-bottom: 0;
  padding-top: 40px;
}
@media (max-width: 767px) {
  .hero.education .container {
    padding-top: 1.875rem;
  }
}
.hero.education .hero-text {
  color: #fff;
}
@media (max-width: 991px) {
  .hero.education .hero-text {
    margin-top: 1.875rem;
    text-align: center;
  }
}
.hero.education .hero-text h1 {
  font-size: 1rem;
  font-weight: 600;
  text-transform: none;
  line-height: 1.4;
}
.hero.education .hero-text h1 span {
  font-size: 1.75rem;
  text-transform: uppercase;
  display: block;
}
.hero.education .hero-text .check-list li {
  margin-top: 0.46875rem;
  margin-bottom: 0.46875rem;
  width: 100%;
}
.hero.education h4 {
  color: #fff;
}
.hero.education .aform label {
  color: #fff;
}
.hero.m-removal {
  padding-top: 40px;
  padding-bottom: 40px;
  background-image: url(/images/header-background-image-x2.jpg);
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .hero.m-removal {
    background-image: url(/images/header-background-image.jpg);
  }
}
@media (max-width: 767px) {
  .hero.m-removal {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media (min-width: 544px) {
  .hero.m-removal .hero-text {
    margin-top: 1.625rem;
  }
}
@media (max-width: 767px) {
  .hero.m-removal .hero-text {
    text-align: center;
  }
}
.hero.m-removal .hero-text h1 {
  font-size: 1.75rem;
  font-weight: 600;
  text-transform: none;
  margin-bottom: 0.9375rem;
}
.hero.m-removal .hero-text h2 {
  font-size: 1.25rem;
  font-weight: 600;
  text-transform: none;
  color: #619f42;
  margin-bottom: 0.9375rem;
}
.hero.m-removal .hero-text .pricing p {
  margin-bottom: 0;
}
.hero.m-removal .hero-text .pricing p.small {
  margin-top: 0;
  margin-bottom: 0.46875rem;
}
.hero.m-removal .hero-text .pricing span {
  font-size: 1.375rem;
  color: #619f42;
  font-weight: 600;
}
.hero.d-protection {
  padding-top: 40px;
  padding-bottom: 40px;
  background-image: url(/images/header-background-image-x2.jpg);
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .hero.d-protection {
    background-image: url(/images/header-background-image.jpg);
  }
}
@media (max-width: 767px) {
  .hero.d-protection {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.hero.d-protection .hero-text {
  margin-top: 1.625rem;
}
@media (max-width: 767px) {
  .hero.d-protection .hero-text {
    text-align: center;
  }
}
.hero.d-protection .hero-text h1 {
  font-size: 1.75rem;
  font-weight: 600;
  text-transform: none;
  margin-bottom: 0.9375rem;
}
.hero.d-protection .hero-text h2 {
  font-size: 1.25rem;
  font-weight: 600;
  text-transform: none;
  color: #619f42;
  margin-bottom: 0.9375rem;
}
.hero.d-protection .hero-text .pricing p {
  margin-bottom: 0;
}
.hero.d-protection .hero-text .pricing p.small {
  margin-top: 0;
  margin-bottom: 0.46875rem;
}
.hero.d-protection .hero-text .pricing span {
  font-size: 1.375rem;
  color: #619f42;
  font-weight: 600;
}
.hero.d-protection-a {
  padding-top: 40px;
  padding-bottom: 40px;
  background-image: url(/images/header-background-image-x2.jpg);
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .hero.d-protection-a {
    background-image: url(/images/header-background-image.jpg);
  }
}
@media (max-width: 767px) {
  .hero.d-protection-a {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.hero.d-protection-a .hero-text {
  text-align: center;
}
.hero.d-protection-a .hero-text h1 {
  font-size: 2.1875rem;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0.9375rem;
  margin-top: 0;
  color: #619f42;
}
.hero.d-protection-a .hero-text h2 {
  font-size: 17px;
  text-transform: none;
  margin-bottom: 0.9375rem;
}
.hero.d-protection-a .hero-text .pricing p {
  margin-bottom: 0;
}
.hero.d-protection-a .hero-text .pricing p.small {
  margin-top: 0;
  margin-bottom: 0.46875rem;
}
.hero.d-protection-a .hero-text .pricing span {
  font-size: 1.375rem;
  color: #619f42;
  font-weight: 600;
}
.hero.m-removal-a {
  padding-top: 40px;
  padding-bottom: 40px;
  background-image: url(/images/header-background-image-x2.jpg);
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .hero.m-removal-a {
    background-image: url(/images/header-background-image.jpg);
  }
}
@media (max-width: 767px) {
  .hero.m-removal-a {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.hero.m-removal-a .hero-text {
  text-align: center;
}
.hero.m-removal-a .hero-text h1 {
  font-size: 2.1875rem;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0.9375rem;
  color: #619f42;
}
.hero.m-removal-a .hero-text h2 {
  font-size: 17px;
  text-transform: none;
  margin-bottom: 0.9375rem;
}
.hero.m-removal-a .hero-text .pricing p {
  margin-bottom: 0.46875rem;
  line-height: 1;
}
.hero.m-removal-a .hero-text .pricing p.small {
  margin-top: 0;
  margin-bottom: 0.46875rem;
}
.hero.m-removal-a .hero-text .pricing span {
  font-size: 1.375rem;
  color: #619f42;
  font-weight: 600;
}
.hero.m-removal-a .hero-text .pricing .btn {
  margin-top: 0.9375rem;
}
.hero.testimonials .container {
  padding-top: 117px;
  height: 468px;
  position: relative;
}
@media (max-width: 767px) {
  .hero.testimonials .container {
    padding-top: 1.875rem;
    height: auto;
  }
}
.hero.testimonials .hero-contt-wrapper p {
  color: #fff;
  margin-top: 0.46875rem;
}
@media (max-width: 767px) {
  .hero.testimonials .hero-contt-wrapper p {
    color: grey;
  }
}
@media (max-width: 767px) {
  .hero.testimonials .hero-contt h1 {
    color: grey;
  }
}
.hero.testimonials .hero-contt p {
  font-size: 1rem;
}
@media (max-width: 767px) {
  .hero.testimonials .hero-contt p {
    color: grey;
  }
}
.hero.testimonials .video-bg-wrapper {
  z-index: -3;
  height: 600px;
}
.hero.testimonials .play-pause-container {
  position: absolute;
  top: 358px;
  left: 19%;
}
@media (max-width: 767px) {
  .hero.testimonials .play-pause-container {
    display: none;
  }
}
.hero.testimonials h1 {
  color: #fff;
  text-transform: none;
}
.hero.testimonials:after {
  content: "";
  position: absolute;
  width: 100%;
  background-image: url(/images/hero-testimonials-bg.jpg);
  left: 0;
  background-position: center top;
  background-size: cover;
  top: 48px;
  opacity: 1;
  z-index: -2;
}
@media (min-width: 544px) {
  .hero.testimonials:after {
    height: 552px;
  }
}
@media (max-width: 767px) {
  .hero.testimonials:after {
    display: none;
  }
}
.hero.s-report {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url(/images/header-background-image-x2.jpg);
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .hero.s-report {
    background-image: url(/images/header-background-image.jpg);
  }
}
@media (max-width: 767px) {
  .hero.s-report {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.hero.s-report .hero-text h1 {
  font-size: 1.875rem;
  font-weight: 400;
  text-transform: none;
  margin-bottom: 0.9375rem;
}
.hero.s-report .hero-text h2 {
  font-size: 1.25rem;
  font-weight: 600;
  text-transform: none;
  margin-bottom: 1.875rem;
}
.hero.s-report .hero-text .hero-list-wrapper {
  margin-left: 0.9375rem;
}
.hero.s-report .hero-text .hero-list-wrapper .hero-list {
  list-style: none;
}
.hero.s-report .hero-text .hero-list-wrapper .hero-list li {
  position: relative;
}
.hero.s-report .hero-text .hero-list-wrapper .hero-list li:before {
  content: "";
  background-color: #619f42;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  position: absolute;
  left: -8px;
  top: 12px;
}
.hero.s-report .hero-text .hero-list-wrapper .btn {
  margin-top: 1.875rem;
  font-size: 1rem;
}
@media (max-width: 767px) {
  .hero.s-report .hero-text .btn-hero-report {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.hero.lp-bg-gray {
  padding-top: 0;
  padding-bottom: 0;
  background-image: url(/images/header-background-image-x2.jpg);
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .hero.lp-bg-gray {
    background-image: url(/images/header-background-image.jpg);
  }
}
@media (max-width: 767px) {
  .hero.lp-bg-gray {
    padding-top: 1.875rem;
    padding-bottom: 0;
  }
}
@media (min-width: 544px) {
  .hero.lp-bg-gray .hero-text {
    padding-top: 100px;
  }
}
.hero.lp-bg-gray .hero-text h1 {
  font-weight: 600;
}
@media (max-width: 767px) {
  .hero.lp-bg-gray .hero-text h1 {
    text-align: center;
  }
}
.hero.lp-bg-gray .hero-text .check-list {
  margin-left: 2.8125rem;
  margin-top: 0.9375rem;
}
@media (min-width: 544px) {
  .hero.lp-bg-gray.education-security .hero-text {
    padding-top: 80px;
  }
}
.hero.lp-bg-gray.education-security .hero-text h1 {
  font-weight: 300;
}
@media (max-width: 767px) {
  .hero.lp-bg-gray.education-security .hero-text h1 {
    text-align: center;
  }
}
.hero.lp-bg-gray.education-security .hero-text h1 span {
  font-weight: 600;
  display: block;
}
.hero.lp-bg-gray.education-security .hero-text h2 {
  font-size: 1rem;
  color: #619f42;
  font-weight: 600;
  margin-top: 0.9375rem;
}
@media (max-width: 767px) {
  .hero.lp-bg-gray.education-security .hero-text h2 {
    text-align: center;
  }
}
.hero.lp-bg-gray.education-security .hero-text .check-list {
  margin-left: 2.8125rem;
  margin-top: 0.9375rem;
}
.hero.lp-bg-gray .hero-form-wrapper {
  background-color: rgba(255, 255, 255, 0.2);
  padding-top: 30px;
}
@media (max-width: 767px) {
  .hero.lp-bg-gray .hero-form-wrapper {
    float: left;
    background-color: rgba(255, 255, 255, 0.5);
    margin-top: 30px;
  }
}
.hero.lp-bg-gray .hero-form-wrapper h3 {
  font-size: 1.5rem;
  margin-bottom: 0.9375rem;
}
.hero.lp-bg-gray .hero-form-wrapper form input:not([type="submit"]) {
  border: 1px solid #dadada;
}
.hero.lp-bg-gray .hero-form-wrapper form select {
  border: 1px solid #dadada;
}
.hero.lp-bg-gray .hero-form-wrapper form .form-group {
  margin-bottom: 0.9375rem;
}
@media (max-width: 767px) {
  .hero.lp-bg-gray.dru-sec {
    padding-top: 0;
    padding-bottom: 0;
    text-align: center;
  }
}
.hero.lp-bg-gray.dru-sec .hero-text {
  margin-top: 1.625rem;
  padding-top: 0;
}
.hero.lp-bg-gray.dru-sec .hero-text h1 {
  font-size: 1.75rem;
  font-weight: 600;
  text-transform: none;
  margin-bottom: 0.9375rem;
}
.hero.lp-bg-gray.dru-sec .hero-text h2 {
  font-size: 1.25rem;
  font-weight: 600;
  text-transform: none;
  color: #619f42;
  margin-bottom: 0.9375rem;
}
.hero.lp-bg-gray.dru-sec .hero-text .pricing p {
  margin-bottom: 0;
}
.hero.lp-bg-gray.dru-sec .hero-text .pricing p.small {
  margin-top: 0;
  margin-bottom: 0.46875rem;
  color: rgba(128, 128, 128, 0.74);
}
.hero.lp-bg-gray.dru-sec .hero-text .pricing span {
  font-size: 1.375rem;
  color: #619f42;
  font-weight: 600;
}
@media (max-width: 767px) {
  .hero.lp-bg-gray.wpsp {
    padding-top: 0;
    padding-bottom: 0;
    text-align: center;
  }
}
.hero.lp-bg-gray.wpsp .hero-text {
  padding-top: 0;
}
.hero.lp-bg-gray.wpsp .hero-text h1 {
  font-size: 1.6875rem;
  font-weight: 700;
  margin-bottom: 0.9375rem;
  color: #619f42;
}
.hero.lp-bg-gray.wpsp .hero-text .pricing {
  margin-bottom: 1.875rem;
}
.hero.lp-bg-gray.wpsp .hero-text .pricing p {
  margin-bottom: 0;
}
.hero.lp-bg-gray.wpsp .hero-text .pricing p.small {
  margin-top: 0;
  margin-bottom: 0.46875rem;
  color: #5d5d5d;
}
.hero.lp-bg-gray.wpsp .hero-text .pricing span {
  font-size: 1.375rem;
  color: #619f42;
  font-weight: 700;
}
.hero.lp-bg-gray.wpsp .hero-text .pricing a {
  margin-top: 1.875rem;
}
.hero.lp-bg-gray.wpsp .hero-text .pricing a:not(:last-child) {
  margin-right: 1.875rem;
}
.hero.lp-bg-gray.wpsp .hero-text .pricing a.outline:hover {
  background-color: #5d5d5d;
  color: #fff;
}
.hero.g-blacklist {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url(/images/header-background-image-x2.jpg);
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .hero.g-blacklist {
    background-image: url(/images/header-background-image.jpg);
  }
}
@media (max-width: 767px) {
  .hero.g-blacklist {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.hero.g-blacklist .hero-text h1 {
  font-size: 1.875rem;
  font-weight: 400;
  text-transform: none;
  margin-bottom: 0.9375rem;
}
.hero.g-blacklist .hero-text h2 {
  font-size: 1.25rem;
  font-weight: 600;
  text-transform: none;
  margin-bottom: 1.875rem;
}
.hero.g-blacklist .hero-text .pricing p {
  margin-bottom: 0;
}
.hero.g-blacklist .hero-text .pricing p.small {
  margin-top: 0;
  margin-bottom: 0.46875rem;
  color: rgba(128, 128, 128, 0.74);
}
.hero.g-blacklist .hero-text .pricing span {
  font-size: 1.375rem;
  color: #619f42;
  font-weight: 600;
}
.hero.howtcwp {
  color: #636466;
  padding-top: 0;
  background-image: url(/images/17-hero-temecula-krystle.jpg);
  background-position: center top;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .hero.howtcwp {
    background-image: url(/images/17-hero-temecula-krystle.jpg);
  }
}
@media (max-width: 991px) {
  .hero.howtcwp {
    padding-top: 0;
  }
}
.hero.howtcwp .container-fluid {
  padding-bottom: 0;
}
.hero.howtcwp .hero-content-wrapper {
  padding-top: 1.875rem;
  padding-bottom: 1.625rem;
}
.hero.howtcwp .hero-content-wrapper .card-wrapper {
  color: #fff;
}
.hero.howtcwp .hero-content-wrapper .card-wrapper h1 {
  color: #619f42;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 0;
}
.hero.howtcwp .hero-content-wrapper .card-wrapper h2 {
  font-size: 17px;
  font-weight: 600;
  text-align: center;
  margin-top: 0.9375rem;
  margin-bottom: 0.9375rem;
}
.hero.howtcwp .hero-content-wrapper .card-wrapper p a {
  color: #fff;
  text-decoration: underline;
}
.hero.howtcwp .hero-content-wrapper .card-wrapper .pricing p {
  font-size: 2.125rem;
}
.hero.howtcwp .hero-content-wrapper .card-wrapper .pricing p sup {
  font-size: 1.25rem;
}
.hero.howtcwp .t-feat p {
  color: rgba(255, 255, 255, 0.55);
  font-style: italic;
}
.hero.howtcwp .t-feat p span {
  font-weight: 600;
  font-style: normal;
}
.hero.howtcdru {
  color: #636466;
  padding-top: 0;
  background-image: url(/images/17-sucuri-managua-nicaragua.jpg);
  background-position: center top;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .hero.howtcdru {
    background-image: url(/images/17-sucuri-managua-nicaragua.jpg);
  }
}
@media (max-width: 991px) {
  .hero.howtcdru {
    padding-top: 0;
  }
}
.hero.howtcdru .container-fluid {
  padding-bottom: 0;
}
.hero.howtcdru .hero-content-wrapper {
  padding-top: 1.875rem;
  padding-bottom: 1.625rem;
}
.hero.howtcdru .hero-content-wrapper .card-wrapper {
  color: #fff;
}
.hero.howtcdru .hero-content-wrapper .card-wrapper h1 {
  color: #619f42;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 0;
}
.hero.howtcdru .hero-content-wrapper .card-wrapper h2 {
  font-size: 17px;
  font-weight: 600;
  text-align: center;
  margin-top: 0.9375rem;
  margin-bottom: 0.9375rem;
}
.hero.howtcdru .hero-content-wrapper .card-wrapper p a {
  color: #fff;
  text-decoration: underline;
}
.hero.howtcdru .hero-content-wrapper .card-wrapper .pricing p {
  font-size: 2.125rem;
}
.hero.howtcdru .hero-content-wrapper .card-wrapper .pricing p sup {
  font-size: 1.25rem;
}
.hero.howtcdru .t-feat p {
  color: rgba(255, 255, 255, 0.55);
  font-style: italic;
}
.hero.howtcdru .t-feat p span {
  font-weight: 600;
  font-style: normal;
}
.hero.howtrgb {
  color: #636466;
  padding-top: 0;
  background-image: url(/images/16-sucuri-gran-canaria-guilherme.jpg);
  background-position: center top;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .hero.howtrgb {
    background-image: url(/images/16-sucuri-gran-canaria-guilherme.jpg);
  }
}
@media (max-width: 991px) {
  .hero.howtrgb {
    padding-top: 0;
  }
}
.hero.howtrgb .container-fluid {
  padding-bottom: 0;
}
.hero.howtrgb .hero-content-wrapper {
  padding-top: 1.875rem;
  padding-bottom: 1.625rem;
}
.hero.howtrgb .hero-content-wrapper .card-wrapper {
  color: #fff;
}
.hero.howtrgb .hero-content-wrapper .card-wrapper h1 {
  color: #619f42;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 0;
}
.hero.howtrgb .hero-content-wrapper .card-wrapper h2 {
  font-size: 17px;
  font-weight: 600;
  text-align: center;
  margin-top: 0.9375rem;
  margin-bottom: 0.9375rem;
}
.hero.howtrgb .hero-content-wrapper .card-wrapper p a {
  color: #fff;
  text-decoration: underline;
}
.hero.howtrgb .hero-content-wrapper .card-wrapper .pricing p {
  font-size: 2.125rem;
}
.hero.howtrgb .hero-content-wrapper .card-wrapper .pricing p sup {
  font-size: 1.25rem;
}
.hero.howtrgb .t-feat p {
  color: rgba(255, 255, 255, 0.55);
  font-style: italic;
}
.hero.howtrgb .t-feat p span {
  font-weight: 600;
  font-style: normal;
}
.hero.howtcj {
  color: #636466;
  padding-top: 0;
  background-image: url(/images/16-sucuri-anaheim-kimmy.jpg);
  background-position: center top;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .hero.howtcj {
    background-image: url(/images/16-sucuri-anaheim-kimmy.jpg);
  }
}
@media (max-width: 991px) {
  .hero.howtcj {
    padding-top: 0;
  }
}
.hero.howtcj .container-fluid {
  padding-bottom: 0;
}
.hero.howtcj .hero-content-wrapper {
  padding-top: 1.875rem;
  padding-bottom: 1.625rem;
}
.hero.howtcj .hero-content-wrapper .card-wrapper {
  color: #fff;
}
.hero.howtcj .hero-content-wrapper .card-wrapper h1 {
  color: #619f42;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 0;
}
.hero.howtcj .hero-content-wrapper .card-wrapper h2 {
  font-size: 17px;
  font-weight: 600;
  text-align: center;
  margin-top: 0.9375rem;
  margin-bottom: 0.9375rem;
}
.hero.howtcj .hero-content-wrapper .card-wrapper p a {
  color: #fff;
  text-decoration: underline;
}
.hero.howtcj .hero-content-wrapper .card-wrapper .pricing p {
  font-size: 2.125rem;
}
.hero.howtcj .hero-content-wrapper .card-wrapper .pricing p sup {
  font-size: 1.25rem;
}
.hero.howtcj .t-feat p {
  color: rgba(255, 255, 255, 0.55);
  font-style: italic;
}
.hero.howtcj .t-feat p span {
  font-weight: 600;
  font-style: normal;
}
.hero.howtcm {
  color: #636466;
  padding-top: 0;
  background-image: url(/images/17-sucuri-porto-cesar.jpg);
  background-position: center top;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .hero.howtcm {
    background-image: url(/images/17-sucuri-porto-cesar.jpg);
  }
}
@media (max-width: 991px) {
  .hero.howtcm {
    padding-top: 0;
  }
}
.hero.howtcm .container-fluid {
  padding-bottom: 0;
}
.hero.howtcm .hero-content-wrapper {
  padding-top: 1.875rem;
  padding-bottom: 1.625rem;
}
.hero.howtcm .hero-content-wrapper .card-wrapper {
  color: #fff;
}
.hero.howtcm .hero-content-wrapper .card-wrapper h1 {
  color: #619f42;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 0;
}
.hero.howtcm .hero-content-wrapper .card-wrapper h2 {
  font-size: 17px;
  font-weight: 600;
  text-align: center;
  margin-top: 0.9375rem;
  margin-bottom: 0.9375rem;
}
.hero.howtcm .hero-content-wrapper .card-wrapper p a {
  color: #fff;
  text-decoration: underline;
}
.hero.howtcm .hero-content-wrapper .card-wrapper .pricing p {
  font-size: 2.125rem;
}
.hero.howtcm .hero-content-wrapper .card-wrapper .pricing p sup {
  font-size: 1.25rem;
}
.hero.howtcm .t-feat p {
  color: rgba(255, 255, 255, 0.55);
  font-style: italic;
}
.hero.howtcm .t-feat p span {
  font-weight: 600;
  font-style: normal;
}
.hero.uwp-security {
  color: #636466;
  padding-top: 0;
  background-image: url(/images/16-huston-chase.jpg);
  background-position: center top;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .hero.uwp-security {
    background-image: url(/images/16-huston-chase.jpg);
  }
}
@media (max-width: 991px) {
  .hero.uwp-security {
    padding-top: 0;
  }
}
.hero.uwp-security .container-fluid {
  padding-bottom: 0;
}
.hero.uwp-security .hero-content-wrapper {
  padding-top: 1.875rem;
  padding-bottom: 1.625rem;
}
.hero.uwp-security .hero-content-wrapper .card-wrapper {
  color: #fff;
}
.hero.uwp-security .hero-content-wrapper .card-wrapper h1 {
  color: #619f42;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 0;
}
.hero.uwp-security .hero-content-wrapper .card-wrapper h2 {
  font-size: 17px;
  font-weight: 600;
  text-align: center;
  margin-top: 0.9375rem;
  margin-bottom: 0.9375rem;
}
.hero.uwp-security .hero-content-wrapper .card-wrapper p a {
  color: #fff;
  text-decoration: underline;
}
.hero.uwp-security .hero-content-wrapper .card-wrapper .pricing p {
  font-size: 1rem;
  margin-top: 0;
  margin-bottom: 0;
}
.hero.uwp-security .hero-content-wrapper .card-wrapper .pricing p span {
  font-size: 1.25rem;
  font-weight: 700;
}
.hero.uwp-security .hero-content-wrapper .card-wrapper .pricing p sup {
  font-size: 0.75rem;
}
.hero.uwp-security .hero-content-wrapper .card-wrapper .pricing p.small {
  font-size: 0.75rem;
}
.hero.uwp-security .hero-content-wrapper .card-wrapper .pricing .btn {
  margin-top: 0.9375rem;
}
.hero.uwp-security .t-feat p {
  color: rgba(255, 255, 255, 0.55);
  font-style: italic;
}
.hero.uwp-security .t-feat p span {
  font-weight: 600;
  font-style: normal;
}
.hero.web-howtcwp {
  color: #636466;
  text-align: center;
  padding-top: 0;
  background-image: url(/images/16-sucuri-victoria-2.jpg);
  background-position: center top;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .hero.web-howtcwp {
    background-image: url(/images/16-sucuri-victoria-2.jpg);
  }
}
@media (max-width: 991px) {
  .hero.web-howtcwp {
    padding-top: 0;
  }
}
.hero.web-howtcwp .hero-text {
  padding-top: 0;
  padding-bottom: 0;
}
.hero.web-howtcwp .hero-text h1 {
  font-size: 1.875rem;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0.9375rem;
  color: #619f42;
}
.hero.web-howtcwp .hero-text p {
  color: #fff;
  text-align: center;
}
.hero.web-howtcwp .hero-text a {
  color: #fff;
}
.hero.web-howtcm {
  color: #636466;
  text-align: center;
  padding-top: 0;
  background-image: url(/images/17-sucuri-porto-cesar.jpg);
  background-position: center top;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .hero.web-howtcm {
    background-image: url(/images/17-sucuri-porto-cesar.jpg);
  }
}
@media (max-width: 991px) {
  .hero.web-howtcm {
    padding-top: 0;
  }
}
.hero.web-howtcm .hero-content-wrapper {
  padding-left: 0;
  padding-right: 0;
}
.hero.web-howtcm .card-wrapper {
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 8px;
  padding: 1.875rem;
  text-align: left;
}
.hero.web-howtcm .card-wrapper .c-lg-4 {
  border-left: 1px solid grey;
  padding-left: 1.875rem;
}
@media (max-width: 767px) {
  .hero.web-howtcm .card-wrapper .c-lg-4 {
    padding-left: 0.9375rem;
    border: none;
  }
}
.hero.web-howtcm .card-wrapper h1 {
  color: #619f42;
  font-weight: 600;
  font-size: 1.75rem;
  line-height: 1.4;
  margin-top: 0;
}
.hero.web-howtcm .card-wrapper h3 {
  color: grey;
}
.hero.web-howtcm .card-wrapper p {
  color: grey;
}
.hero.web-howtcm .webinar-form-wrapper {
  margin-top: 0.9375rem;
}
.hero.web-howtcm .webinar-form-wrapper form label {
  display: block;
  color: grey;
}
.hero.web-howtcm .webinar-form-wrapper form .form-group {
  margin-bottom: 0.9375rem;
}
.hero.web-howtcm .webinar-form-wrapper form .form-group:last-child {
  margin-bottom: 0;
}
.hero.web-howtcm .webinar-form-wrapper form .form-group .form-input {
  background-color: rgba(255, 255, 255, 0.8);
  color: #333;
}
.hero.web-howtcm
  .webinar-form-wrapper
  form
  .form-group
  .form-input:not(.submit) {
  border: 1px solid #ebebeb;
}
.hero.web-howtcm .webinar-form-wrapper form .form-group .form-input:active {
  background-color: #fff;
  color: grey;
}
.hero.web-howtcm .webinar-form-wrapper form .form-group .form-input:focus {
  background-color: #fff;
  color: grey;
}
.hero.web-howtcm .webinar-form-wrapper form .form-group .submit {
  max-width: 130px;
  padding: 4px 18px;
  margin-bottom: 0.46875rem;
  background-color: #619f42;
  color: #fff;
  border: none;
}
.hero.web-howtcm .webinar-form-wrapper .g-recaptcha {
  -webkit-transform: scale(0.83);
  transform: scale(0.83);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
.hero.web-wp-p {
  color: #636466;
  text-align: center;
  padding-top: 0;
  background-image: url(/images/17-sucuri-porto-cesar.jpg);
  background-position: center top;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .hero.web-wp-p {
    background-image: url(/images/17-sucuri-porto-cesar.jpg);
  }
}
@media (max-width: 991px) {
  .hero.web-wp-p {
    padding-top: 0;
  }
}
.hero.web-wp-p .hero-content-wrapper {
  padding-left: 0;
  padding-right: 0;
}
.hero.web-wp-p .card-wrapper {
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 8px;
  padding: 1.875rem;
  text-align: left;
}
.hero.web-wp-p .card-wrapper .c-lg-4 {
  border-left: 1px solid grey;
  padding-left: 1.875rem;
}
@media (max-width: 767px) {
  .hero.web-wp-p .card-wrapper .c-lg-4 {
    padding-left: 0.9375rem;
    border: none;
  }
}
.hero.web-wp-p .card-wrapper h1 {
  color: #619f42;
  font-weight: 600;
  font-size: 1.75rem;
  line-height: 1.4;
  margin-top: 0;
}
.hero.web-wp-p .card-wrapper h3 {
  color: grey;
}
.hero.web-wp-p .card-wrapper p {
  color: grey;
}
.hero.web-wp-p .webinar-form-wrapper {
  margin-top: 0.9375rem;
}
.hero.web-wp-p .webinar-form-wrapper form label {
  display: block;
  color: grey;
}
.hero.web-wp-p .webinar-form-wrapper form .form-group {
  margin-bottom: 0.9375rem;
}
.hero.web-wp-p .webinar-form-wrapper form .form-group:last-child {
  margin-bottom: 0;
}
.hero.web-wp-p .webinar-form-wrapper form .form-group .form-input {
  background-color: rgba(255, 255, 255, 0.8);
  color: #333;
}
.hero.web-wp-p
  .webinar-form-wrapper
  form
  .form-group
  .form-input:not(.submit) {
  border: 1px solid #ebebeb;
}
.hero.web-wp-p .webinar-form-wrapper form .form-group .form-input:active {
  background-color: #fff;
  color: grey;
}
.hero.web-wp-p .webinar-form-wrapper form .form-group .form-input:focus {
  background-color: #fff;
  color: grey;
}
.hero.web-wp-p .webinar-form-wrapper form .form-group .submit {
  max-width: 130px;
  padding: 4px 18px;
  margin-bottom: 0.46875rem;
  background-color: #619f42;
  color: #fff;
  border: none;
}
.hero.web-wp-p .webinar-form-wrapper .g-recaptcha {
  -webkit-transform: scale(0.83);
  transform: scale(0.83);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
.hero.web-howtaccsec {
  color: #fff;
  padding-top: 0;
  background-image: url(/images/16-san-deigo-dre.jpg);
  background-position: center top;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .hero.web-howtaccsec {
    background-image: url(/images/16-san-deigo-dre.jpg);
  }
}
@media (max-width: 991px) {
  .hero.web-howtaccsec {
    padding-top: 0;
  }
}
.hero.web-howtaccsec .hero-text {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
}
.hero.web-howtaccsec .hero-text h1 {
  font-size: 1.875rem;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0.9375rem;
  color: #619f42;
}
.hero.web-howtaccsec .hero-text p {
  color: #fff;
  text-align: center;
}
.hero.web-howtaccsec .hero-text a {
  color: #fff;
}
.hero.event-drupalcon-2017 {
  color: #636466;
  text-align: center;
  padding-top: 0;
  background-image: url(/images/17-sucuri-drupalcon-2017-hero-image.jpg);
  background-position: center top;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .hero.event-drupalcon-2017 {
    background-image: url(/images/17-sucuri-drupalcon-2017-hero-image.jpg);
  }
}
@media (max-width: 991px) {
  .hero.event-drupalcon-2017 {
    padding-top: 0;
  }
}
.hero.event-drupalcon-2017 .hero-content-wrapper {
  padding-left: 0;
  padding-right: 0;
}
.hero.event-drupalcon-2017 .card-wrapper {
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 8px;
  padding: 1.875rem;
  text-align: left;
}
.hero.event-drupalcon-2017 .card-wrapper .c-lg-4 {
  border-left: 1px solid grey;
  padding-left: 1.875rem;
}
@media (max-width: 767px) {
  .hero.event-drupalcon-2017 .card-wrapper .c-lg-4 {
    padding-left: 0.9375rem;
    border: none;
  }
}
.hero.event-drupalcon-2017 .card-wrapper h1 {
  color: #619f42;
  font-weight: 600;
  font-size: 1.75rem;
  line-height: 1.4;
  margin-top: 0;
}
.hero.event-drupalcon-2017 .card-wrapper h3 {
  color: grey;
}
.hero.event-drupalcon-2017 .card-wrapper p {
  color: grey;
}
.hero.event-drupalcon-2017 .webinar-form-wrapper {
  margin-top: 0.9375rem;
}
.hero.event-drupalcon-2017 .webinar-form-wrapper form label {
  display: block;
  color: grey;
}
.hero.event-drupalcon-2017 .webinar-form-wrapper form .form-group {
  margin-bottom: 0.9375rem;
}
.hero.event-drupalcon-2017
  .webinar-form-wrapper
  form
  .form-group:last-child {
  margin-bottom: 0;
}
.hero.event-drupalcon-2017
  .webinar-form-wrapper
  form
  .form-group
  .form-input {
  background-color: rgba(255, 255, 255, 0.8);
  color: #333;
}
.hero.event-drupalcon-2017
  .webinar-form-wrapper
  form
  .form-group
  .form-input:not(.submit) {
  border: 1px solid #ebebeb;
}
.hero.event-drupalcon-2017
  .webinar-form-wrapper
  form
  .form-group
  .form-input:active {
  background-color: #fff;
  color: grey;
}
.hero.event-drupalcon-2017
  .webinar-form-wrapper
  form
  .form-group
  .form-input:focus {
  background-color: #fff;
  color: grey;
}
.hero.event-drupalcon-2017 .webinar-form-wrapper form .form-group .submit {
  max-width: 130px;
  padding: 4px 18px;
  margin-bottom: 0.46875rem;
  background-color: #619f42;
  color: #fff;
  border: none;
}
.hero.event-drupalcon-2017 .webinar-form-wrapper .g-recaptcha {
  -webkit-transform: scale(0.83);
  transform: scale(0.83);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
.hero.event-whd-2017 {
  color: #636466;
  text-align: center;
  padding-top: 0;
  background-image: url(/images/17-sucuri-world-hosting-days-2017-hero-image.jpg);
  background-position: center top;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .hero.event-whd-2017 {
    background-image: url(/images/17-sucuri-world-hosting-days-2017-hero-image.jpg);
  }
}
@media (max-width: 991px) {
  .hero.event-whd-2017 {
    padding-top: 0;
  }
}
.hero.event-whd-2017 .hero-content-wrapper {
  padding-left: 0;
  padding-right: 0;
}
.hero.event-whd-2017 .card-wrapper {
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 8px;
  padding: 1.875rem;
  text-align: left;
}
.hero.event-whd-2017 .card-wrapper .c-lg-4 {
  border-left: 1px solid grey;
  padding-left: 1.875rem;
}
@media (max-width: 767px) {
  .hero.event-whd-2017 .card-wrapper .c-lg-4 {
    padding-left: 0.9375rem;
    border: none;
  }
}
.hero.event-whd-2017 .card-wrapper h1 {
  color: #619f42;
  font-weight: 600;
  font-size: 1.75rem;
  line-height: 1.4;
  margin-top: 0;
}
.hero.event-whd-2017 .card-wrapper h3 {
  color: grey;
}
.hero.event-whd-2017 .card-wrapper p {
  color: grey;
}
.hero.event-whd-2017 .webinar-form-wrapper {
  margin-top: 0.9375rem;
}
.hero.event-whd-2017 .webinar-form-wrapper form label {
  display: block;
  color: grey;
}
.hero.event-whd-2017 .webinar-form-wrapper form .form-group {
  margin-bottom: 0.9375rem;
}
.hero.event-whd-2017 .webinar-form-wrapper form .form-group:last-child {
  margin-bottom: 0;
}
.hero.event-whd-2017 .webinar-form-wrapper form .form-group .form-input {
  background-color: rgba(255, 255, 255, 0.8);
  color: #333;
}
.hero.event-whd-2017
  .webinar-form-wrapper
  form
  .form-group
  .form-input:not(.submit) {
  border: 1px solid #ebebeb;
}
.hero.event-whd-2017
  .webinar-form-wrapper
  form
  .form-group
  .form-input:active {
  background-color: #fff;
  color: grey;
}
.hero.event-whd-2017
  .webinar-form-wrapper
  form
  .form-group
  .form-input:focus {
  background-color: #fff;
  color: grey;
}
.hero.event-whd-2017 .webinar-form-wrapper form .form-group .submit {
  max-width: 130px;
  padding: 4px 18px;
  margin-bottom: 0.46875rem;
  background-color: #619f42;
  color: #fff;
  border: none;
}
.hero.event-whd-2017 .webinar-form-wrapper .g-recaptcha {
  -webkit-transform: scale(0.83);
  transform: scale(0.83);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
.hero.event-cnpexpo-2017 {
  color: #636466;
  text-align: center;
  padding-top: 0;
  background-image: url(/images/17-sucuri-cnp-2017-hero-image.jpg);
  background-position: center top;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .hero.event-cnpexpo-2017 {
    background-image: url(/images/17-sucuri-cnp-2017-hero-image.jpg);
  }
}
@media (max-width: 991px) {
  .hero.event-cnpexpo-2017 {
    padding-top: 0;
  }
}
.hero.event-cnpexpo-2017 .hero-content-wrapper {
  padding-left: 0;
  padding-right: 0;
}
.hero.event-cnpexpo-2017 .card-wrapper {
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 8px;
  padding: 1.875rem;
  text-align: left;
}
.hero.event-cnpexpo-2017 .card-wrapper .c-lg-4 {
  border-left: 1px solid grey;
  padding-left: 1.875rem;
}
@media (max-width: 767px) {
  .hero.event-cnpexpo-2017 .card-wrapper .c-lg-4 {
    padding-left: 0.9375rem;
    border: none;
  }
}
.hero.event-cnpexpo-2017 .card-wrapper h1 {
  color: #619f42;
  font-weight: 600;
  font-size: 1.75rem;
  line-height: 1.4;
  margin-top: 0;
}
.hero.event-cnpexpo-2017 .card-wrapper h3 {
  color: grey;
}
.hero.event-cnpexpo-2017 .card-wrapper p {
  color: grey;
}
.hero.event-cnpexpo-2017 .webinar-form-wrapper {
  margin-top: 0.9375rem;
}
.hero.event-cnpexpo-2017 .webinar-form-wrapper form label {
  display: block;
  color: grey;
}
.hero.event-cnpexpo-2017 .webinar-form-wrapper form .form-group {
  margin-bottom: 0.9375rem;
}
.hero.event-cnpexpo-2017 .webinar-form-wrapper form .form-group:last-child {
  margin-bottom: 0;
}
.hero.event-cnpexpo-2017
  .webinar-form-wrapper
  form
  .form-group
  .form-input {
  background-color: rgba(255, 255, 255, 0.8);
  color: #333;
}
.hero.event-cnpexpo-2017
  .webinar-form-wrapper
  form
  .form-group
  .form-input:not(.submit) {
  border: 1px solid #ebebeb;
}
.hero.event-cnpexpo-2017
  .webinar-form-wrapper
  form
  .form-group
  .form-input:active {
  background-color: #fff;
  color: grey;
}
.hero.event-cnpexpo-2017
  .webinar-form-wrapper
  form
  .form-group
  .form-input:focus {
  background-color: #fff;
  color: grey;
}
.hero.event-cnpexpo-2017 .webinar-form-wrapper form .form-group .submit {
  max-width: 130px;
  padding: 4px 18px;
  margin-bottom: 0.46875rem;
  background-color: #619f42;
  color: #fff;
  border: none;
}
.hero.event-cnpexpo-2017 .webinar-form-wrapper .g-recaptcha {
  -webkit-transform: scale(0.83);
  transform: scale(0.83);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
.hero.web-ufix-gbw {
  color: #fff;
  padding-top: 0;
  background-image: url(/images/17-sucuri-miami-victor.jpg);
  background-position: center top;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .hero.web-ufix-gbw {
    background-image: url(/images/17-sucuri-miami-victor.jpg);
  }
}
@media (max-width: 991px) {
  .hero.web-ufix-gbw {
    padding-top: 0;
  }
}
.hero.web-ufix-gbw .hero-content-wrapper {
  padding-left: 0;
  padding-right: 0;
}
.hero.web-ufix-gbw .card-wrapper {
  background-color: #fff;
  padding: 1.875rem;
  text-align: left;
}
.hero.web-ufix-gbw .card-wrapper .c-lg-8 {
  border-right: 1px solid grey;
}
.hero.web-ufix-gbw .card-wrapper .c-lg-4 {
  padding-left: 1.875rem;
}
@media (max-width: 767px) {
  .hero.web-ufix-gbw .card-wrapper .c-lg-4 {
    padding-left: 0.9375rem;
    border: none;
  }
}
.hero.web-ufix-gbw .card-wrapper h1 {
  color: #619f42;
  font-weight: 600;
  font-size: 1.75rem;
  line-height: 1.4;
  margin-top: 0;
}
.hero.web-ufix-gbw .card-wrapper h3 {
  color: grey;
}
.hero.web-ufix-gbw .card-wrapper p {
  color: grey;
}
.hero.web-ufix-gbw .webinar-form-wrapper {
  margin-top: 0.9375rem;
}
.hero.web-ufix-gbw .webinar-form-wrapper form label {
  color: grey;
}
.hero.web-ufix-gbw .webinar-form-wrapper form .form-group {
  margin-bottom: 0.9375rem;
}
.hero.web-ufix-gbw .webinar-form-wrapper form .form-group:last-child {
  margin-bottom: 0;
}
.hero.web-ufix-gbw .webinar-form-wrapper form .form-group .form-input {
  background-color: rgba(255, 255, 255, 0.8);
  color: #333;
}
.hero.web-ufix-gbw
  .webinar-form-wrapper
  form
  .form-group
  .form-input:not(.submit) {
  border: 1px solid #ebebeb;
}
.hero.web-ufix-gbw
  .webinar-form-wrapper
  form
  .form-group
  .form-input:active {
  background-color: #fff;
  color: grey;
}
.hero.web-ufix-gbw
  .webinar-form-wrapper
  form
  .form-group
  .form-input:focus {
  background-color: #fff;
  color: grey;
}
.hero.web-ufix-gbw .webinar-form-wrapper form .form-group .submit {
  max-width: 130px;
  padding: 4px 18px;
  margin-bottom: 0.46875rem;
  background-color: #619f42;
  color: #fff;
  border: none;
}
.hero.web-sfwa {
  color: #fff;
  padding-top: 0;
  background-image: url(/images/17-sucuri-fredricton-dana.jpg);
  background-position: center top;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .hero.web-sfwa {
    background-image: url(/images/17-sucuri-fredricton-dana.jpg);
  }
}
@media (max-width: 991px) {
  .hero.web-sfwa {
    padding-top: 0;
  }
}
.hero.web-sfwa .hero-content-wrapper {
  padding-left: 0;
  padding-right: 0;
}
.hero.web-sfwa .card-wrapper {
  background-color: #fff;
  padding: 1.875rem;
  text-align: left;
}
.hero.web-sfwa .card-wrapper .c-lg-8 {
  border-right: 1px solid grey;
}
.hero.web-sfwa .card-wrapper .c-lg-4 {
  padding-left: 1.875rem;
}
@media (max-width: 767px) {
  .hero.web-sfwa .card-wrapper .c-lg-4 {
    padding-left: 0.9375rem;
    border: none;
  }
}
.hero.web-sfwa .card-wrapper h1 {
  color: #619f42;
  font-weight: 600;
  font-size: 1.75rem;
  line-height: 1.4;
  margin-top: 0;
}
.hero.web-sfwa .card-wrapper h3 {
  color: grey;
}
.hero.web-sfwa .card-wrapper p {
  color: grey;
}
.hero.web-sfwa .webinar-form-wrapper {
  margin-top: 0.9375rem;
}
.hero.web-sfwa .webinar-form-wrapper form label {
  display: block;
  color: grey;
}
.hero.web-sfwa .webinar-form-wrapper form .form-group {
  margin-bottom: 0.9375rem;
}
.hero.web-sfwa .webinar-form-wrapper form .form-group:last-child {
  margin-bottom: 0;
}
.hero.web-sfwa .webinar-form-wrapper form .form-group .form-input {
  background-color: rgba(255, 255, 255, 0.8);
  color: #333;
}
.hero.web-sfwa
  .webinar-form-wrapper
  form
  .form-group
  .form-input:not(.submit) {
  border: 1px solid #ebebeb;
}
.hero.web-sfwa .webinar-form-wrapper form .form-group .form-input:active {
  background-color: #fff;
  color: grey;
}
.hero.web-sfwa .webinar-form-wrapper form .form-group .form-input:focus {
  background-color: #fff;
  color: grey;
}
.hero.web-sfwa .webinar-form-wrapper form .form-group .submit {
  max-width: 130px;
  padding: 4px 18px;
  margin-bottom: 0.46875rem;
  background-color: #619f42;
  color: #fff;
  border: none;
}
.hero.web-sfwa .webinar-form-wrapper .g-recaptcha {
  -webkit-transform: scale(0.83);
  transform: scale(0.83);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
.hero.web-guide-tc {
  color: #fff;
  padding-top: 0;
  background-image: url(/images/16-sucuri-victoria-alycia.jpg);
  background-position: center top;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .hero.web-guide-tc {
    background-image: url(/images/16-sucuri-victoria-alycia.jpg);
  }
}
@media (max-width: 991px) {
  .hero.web-guide-tc {
    padding-top: 0;
  }
}
.hero.web-guide-tc .hero-content-wrapper {
  padding-left: 0;
  padding-right: 0;
}
.hero.web-guide-tc .card-wrapper {
  background-color: #fff;
  border-radius: 8px;
  padding: 1.875rem;
  text-align: left;
}
.hero.web-guide-tc .card-wrapper .c-lg-4 {
  border-left: 1px solid grey;
  padding-left: 1.875rem;
}
@media (max-width: 767px) {
  .hero.web-guide-tc .card-wrapper .c-lg-4 {
    padding-left: 0.9375rem;
    border: none;
  }
}
.hero.web-guide-tc .card-wrapper h1 {
  color: #619f42;
  font-weight: 600;
  font-size: 1.75rem;
  font-weight: 800;
  line-height: 1.4;
  margin-top: 0;
}
.hero.web-guide-tc .card-wrapper h3 {
  font-weight: 600;
  color: grey;
}
.hero.web-guide-tc .card-wrapper p {
  color: grey;
}
.hero.web-guide-tc .webinar-form-wrapper {
  margin-top: 0.9375rem;
}
.hero.web-guide-tc .webinar-form-wrapper form label {
  display: block;
  color: grey;
}
.hero.web-guide-tc .webinar-form-wrapper form .form-group {
  margin-bottom: 0.9375rem;
}
.hero.web-guide-tc .webinar-form-wrapper form .form-group:last-child {
  margin-bottom: 0;
}
.hero.web-guide-tc .webinar-form-wrapper form .form-group .form-input {
  background-color: rgba(255, 255, 255, 0.8);
  color: #333;
}
.hero.web-guide-tc
  .webinar-form-wrapper
  form
  .form-group
  .form-input:not(.submit) {
  border: 1px solid #ebebeb;
}
.hero.web-guide-tc
  .webinar-form-wrapper
  form
  .form-group
  .form-input:active {
  background-color: #fff;
  color: grey;
}
.hero.web-guide-tc
  .webinar-form-wrapper
  form
  .form-group
  .form-input:focus {
  background-color: #fff;
  color: grey;
}
.hero.web-guide-tc .webinar-form-wrapper form .form-group .submit {
  max-width: 130px;
  padding: 4px 18px;
  margin-bottom: 0.46875rem;
  background-color: #619f42;
  color: #fff;
  border: none;
}
.hero.web-guide-tc .webinar-form-wrapper .g-recaptcha {
  -webkit-transform: scale(0.83);
  transform: scale(0.83);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
.hero.event-wceu-2017 {
  color: #fff;
  padding-top: 0;
  background-image: url(/images/17-sucuri-wordcamp-europe-2017-hero-image.jpg);
  background-position: center top;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .hero.event-wceu-2017 {
    background-image: url(/images/17-sucuri-wordcamp-europe-2017-hero-image.jpg);
  }
}
@media (max-width: 991px) {
  .hero.event-wceu-2017 {
    padding-top: 0;
  }
}
.hero.event-wceu-2017 .hero-content-wrapper {
  padding-left: 0;
  padding-right: 0;
}
.hero.event-wceu-2017 .card-wrapper {
  background-color: #fff;
  border-radius: 8px;
  padding: 1.875rem;
  text-align: left;
}
.hero.event-wceu-2017 .card-wrapper .c-lg-4 {
  border-left: 1px solid grey;
  padding-left: 1.875rem;
}
@media (max-width: 767px) {
  .hero.event-wceu-2017 .card-wrapper .c-lg-4 {
    padding-left: 0.9375rem;
    border: none;
  }
}
.hero.event-wceu-2017 .card-wrapper h1 {
  color: #619f42;
  font-weight: 600;
  font-size: 1.75rem;
  font-weight: 800;
  line-height: 1.4;
  margin-top: 0;
}
.hero.event-wceu-2017 .card-wrapper h3 {
  font-weight: 600;
  color: grey;
}
.hero.event-wceu-2017 .card-wrapper p {
  color: grey;
}
.hero.event-wceu-2017 .webinar-form-wrapper {
  margin-top: 0.9375rem;
}
.hero.event-wceu-2017 .webinar-form-wrapper form label {
  display: block;
  color: grey;
}
.hero.event-wceu-2017 .webinar-form-wrapper form .form-group {
  margin-bottom: 0.9375rem;
}
.hero.event-wceu-2017 .webinar-form-wrapper form .form-group:last-child {
  margin-bottom: 0;
}
.hero.event-wceu-2017 .webinar-form-wrapper form .form-group .form-input {
  background-color: rgba(255, 255, 255, 0.8);
  color: #333;
}
.hero.event-wceu-2017
  .webinar-form-wrapper
  form
  .form-group
  .form-input:not(.submit) {
  border: 1px solid #ebebeb;
}
.hero.event-wceu-2017
  .webinar-form-wrapper
  form
  .form-group
  .form-input:active {
  background-color: #fff;
  color: grey;
}
.hero.event-wceu-2017
  .webinar-form-wrapper
  form
  .form-group
  .form-input:focus {
  background-color: #fff;
  color: grey;
}
.hero.event-wceu-2017 .webinar-form-wrapper form .form-group .submit {
  max-width: 130px;
  padding: 4px 18px;
  margin-bottom: 0.46875rem;
  background-color: #619f42;
  color: #fff;
  border: none;
}
.hero.event-wceu-2017 .webinar-form-wrapper .g-recaptcha {
  -webkit-transform: scale(0.83);
  transform: scale(0.83);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
.hero.how-we-do-it {
  color: #636466;
  text-align: center;
  padding-top: 0;
  background-image: url(/images/16-sucuri-koh-phangan-Keir.jpg);
  background-position: center top;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .hero.how-we-do-it {
    background-image: url(/images/16-sucuri-koh-phangan-Keir.jpg);
  }
}
@media (max-width: 991px) {
  .hero.how-we-do-it {
    padding-top: 0;
  }
}
.hero.how-we-do-it .hero-text {
  padding-top: 0;
  padding-bottom: 0;
}
.hero.how-we-do-it .hero-text h1 {
  font-size: 1.875rem;
  font-weight: 400;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0.9375rem;
  color: #fff;
}
.hero.webinar {
  color: #636466;
  text-align: center;
  padding-top: 0;
  background-image: url(/images/2019/19-sucuri-webinars-background.jpg);
  background-position: center top;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .hero.webinar {
    background-image: url(/images/2019/19-sucuri-webinars-background.jpg);
  }
}
@media (max-width: 991px) {
  .hero.webinar {
    padding-top: 0;
  }
}
.hero.webinar .hero-text {
  padding-top: 0;
  padding-bottom: 0;
}
.hero.webinar .hero-text h1 {
  font-size: 3.4375rem;
  font-weight: 800;
  margin-top: 0;
  margin-bottom: 60px;
  color: #fff;
}
.hero.webinar .hero-text h3 {
  font-size: 1.875rem;
  font-weight: 300;
  margin-top: 0;
  color: #fff;
}
.hero.webinar .hero-text p {
  color: #fff;
  text-align: center;
  font-size: 1rem;
  line-height: 1.7;
}
.hero.reporties {
  color: #636466;
  text-align: center;
  padding-top: 0;
  background-image: url(/images/2019/19-sucuri-reports-background.jpg);
  background-position: center top;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .hero.reporties {
    background-image: url(/images/2019/19-sucuri-reports-background.jpg);
  }
}
@media (max-width: 991px) {
  .hero.reporties {
    padding-top: 0;
  }
}
.hero.reporties .hero-text {
  padding-top: 0;
  padding-bottom: 0;
}
.hero.reporties .hero-text h1 {
  font-size: 3.4375rem;
  font-weight: 800;
  margin-top: 0;
  margin-bottom: 60px;
  color: #fff;
}
.hero.reporties .hero-text h3 {
  font-size: 1.875rem;
  font-weight: 300;
  margin-top: 0;
  color: #fff;
}
.hero.reporties .hero-text p {
  color: #fff;
  text-align: center;
  font-size: 1rem;
  line-height: 1.7;
}
.hero.guides {
  color: #636466;
  text-align: center;
  padding-top: 0;
  background-image: url(/images/2019/19-sucuri-guides-background.jpg);
  background-position: center top;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .hero.guides {
    background-image: url(/images/2019/19-sucuri-guides-background.jpg);
  }
}
@media (max-width: 991px) {
  .hero.guides {
    padding-top: 0;
  }
}
.hero.guides .hero-text {
  padding-top: 0;
  padding-bottom: 0;
}
.hero.guides .hero-text h1 {
  font-size: 3.4375rem;
  font-weight: 800;
  margin-top: 0;
  margin-bottom: 60px;
  color: #fff;
}
.hero.guides .hero-text h3 {
  font-size: 1.875rem;
  font-weight: 300;
  margin-top: 0;
  color: #fff;
}
.hero.guides .hero-text p {
  color: #fff;
  text-align: center;
  font-size: 1rem;
  line-height: 1.7;
}
.hero.infographics {
  color: #636466;
  text-align: center;
  padding-top: 0;
  background-image: url(/images/2019/19-sucuri-infographics-background.jpg);
  background-position: center top;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .hero.infographics {
    background-image: url(/images/2019/19-sucuri-infographics-background.jpg);
  }
}
@media (max-width: 991px) {
  .hero.infographics {
    padding-top: 0;
  }
}
.hero.infographics .hero-text {
  padding-top: 0;
  padding-bottom: 0;
}
.hero.infographics .hero-text h1 {
  font-size: 3.4375rem;
  font-weight: 800;
  margin-top: 0;
  margin-bottom: 60px;
  color: #fff;
}
.hero.infographics .hero-text h3 {
  font-size: 1.875rem;
  font-weight: 300;
  margin-top: 0;
  color: #fff;
}
.hero.infographics .hero-text p {
  color: #fff;
  text-align: center;
  font-size: 1rem;
  line-height: 1.7;
}
.hero.emailcourses {
  color: #636466;
  text-align: center;
  padding-top: 0;
  background-image: url(/images/2019/19-sucuri-email-background.jpg);
  background-position: center top;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .hero.emailcourses {
    background-image: url(/images/2019/19-sucuri-email-background.jpg);
  }
}
@media (max-width: 991px) {
  .hero.emailcourses {
    padding-top: 0;
  }
}
.hero.emailcourses .hero-text {
  padding-top: 0;
  padding-bottom: 0;
}
.hero.emailcourses .hero-text h1 {
  font-size: 3.4375rem;
  font-weight: 800;
  margin-top: 0;
  margin-bottom: 60px;
  color: #fff;
}
.hero.emailcourses .hero-text h3 {
  font-size: 1.875rem;
  font-weight: 300;
  margin-top: 0;
  color: #fff;
}
.hero.emailcourses .hero-text p {
  color: #fff;
  text-align: center;
  font-size: 1rem;
  line-height: 1.7;
}
.hero.av-malware-removal {
  color: #636466;
  padding-top: 0;
  background-image: url(/images/16-huston-chase.jpg);
  background-position: center top;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .hero.av-malware-removal {
    background-image: url(/images/16-huston-chase.jpg);
  }
}
@media (max-width: 991px) {
  .hero.av-malware-removal {
    padding-top: 0;
  }
}
.hero.av-malware-removal .container-fluid {
  padding-bottom: 0;
}
.hero.av-malware-removal .hero-content-wrapper {
  padding-top: 1.875rem;
  padding-bottom: 1.625rem;
}
.hero.av-malware-removal .hero-content-wrapper .card-wrapper {
  color: #fff;
}
.hero.av-malware-removal .hero-content-wrapper .card-wrapper h1 {
  color: #619f42;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 0;
}
.hero.av-malware-removal .hero-content-wrapper .card-wrapper h2 {
  font-size: 17px;
  font-weight: 600;
  text-align: center;
  margin-top: 0.9375rem;
  margin-bottom: 0.9375rem;
}
.hero.av-malware-removal .hero-content-wrapper .card-wrapper p a {
  color: #fff;
  text-decoration: underline;
}
.hero.av-malware-removal .hero-content-wrapper .card-wrapper .pricing p {
  font-size: 1rem;
  margin-top: 0;
  margin-bottom: 0;
}
.hero.av-malware-removal
  .hero-content-wrapper
  .card-wrapper
  .pricing
  p
  span {
  font-size: 1.25rem;
  font-weight: 700;
}
.hero.av-malware-removal
  .hero-content-wrapper
  .card-wrapper
  .pricing
  p
  sup {
  font-size: 0.75rem;
}
.hero.av-malware-removal
  .hero-content-wrapper
  .card-wrapper
  .pricing
  p.small {
  font-size: 0.75rem;
}
.hero.av-malware-removal .hero-content-wrapper .card-wrapper .pricing .btn {
  margin-top: 0.9375rem;
}
.hero.av-malware-removal .t-feat p {
  color: rgba(255, 255, 255, 0.55);
  font-style: italic;
}
.hero.av-malware-removal .t-feat p span {
  font-weight: 600;
  font-style: normal;
}
.hero.wwebperf {
  color: #636466;
  padding-top: 0;
  background-image: url(/images/16-sucuri-brooklyn-aj.jpg);
  background-position: center top;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .hero.wwebperf {
    background-image: url(/images/16-sucuri-brooklyn-aj.jpg);
  }
}
@media (max-width: 991px) {
  .hero.wwebperf {
    padding-top: 0;
  }
}
.hero.wwebperf .container-fluid {
  padding-bottom: 0;
}
.hero.wwebperf .hero-content-wrapper {
  padding-top: 1.875rem;
  padding-bottom: 1.625rem;
}
.hero.wwebperf .hero-content-wrapper .card-wrapper {
  color: #fff;
}
.hero.wwebperf .hero-content-wrapper .card-wrapper h1 {
  color: #619f42;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 0;
}
.hero.wwebperf .hero-content-wrapper .card-wrapper h2 {
  font-size: 17px;
  font-weight: 600;
  text-align: center;
  margin-top: 0.9375rem;
  margin-bottom: 0.9375rem;
}
.hero.wwebperf .hero-content-wrapper .card-wrapper p a {
  color: #fff;
  text-decoration: underline;
}
.hero.wwebperf .hero-content-wrapper .card-wrapper .pricing p {
  font-size: 1rem;
  margin-top: 0;
  margin-bottom: 0;
}
.hero.wwebperf .hero-content-wrapper .card-wrapper .pricing p span {
  font-size: 1.25rem;
  font-weight: 700;
}
.hero.wwebperf .hero-content-wrapper .card-wrapper .pricing p sup {
  font-size: 0.75rem;
}
.hero.wwebperf .hero-content-wrapper .card-wrapper .pricing p.small {
  font-size: 0.75rem;
}
.hero.wwebperf .hero-content-wrapper .card-wrapper .pricing .btn {
  margin-top: 0.9375rem;
}
.hero.wwebperf .t-feat {
  margin-bottom: 0.9375rem;
}
.hero.wwebperf .t-feat p {
  color: rgba(255, 255, 255, 0.55);
  font-style: italic;
}
.hero.wwebperf .t-feat p span {
  font-weight: 600;
  font-style: normal;
}
.hero.fw {
  color: #636466;
  padding-top: 0;
  background-color: rgba(156, 155, 158, 0.08);
}
.hero.fw .container-fluid {
  padding-bottom: 0;
}
.hero.fw .hero-content-wrapper {
  max-width: 840px;
  margin: 5px auto;
  float: none;
}
.hero.fw .hero-content-wrapper h1 {
  color: #619f42;
  font-size: 35px;
  font-weight: 800;
  margin-top: 0;
}
.hero.fw .hero-content-wrapper h2 {
  font-size: 22px;
  color: #414042;
  font-weight: 400;
}
.hero.fw .hero-content-wrapper .fw-hero-illus-wrapper {
  margin-top: 1.875rem;
}
.hero.fw .hero-content-wrapper .fw-hero-illus-wrapper .cls-1,
.hero.fw .hero-content-wrapper .fw-hero-illus-wrapper .cls-18,
.hero.fw .hero-content-wrapper .fw-hero-illus-wrapper .cls-19 {
  fill: #609f43;
}
.hero.fw .hero-content-wrapper .fw-hero-illus-wrapper .cls-1,
.hero.fw .hero-content-wrapper .fw-hero-illus-wrapper .cls-10 {
  opacity: 0.9;
}
.hero.fw .hero-content-wrapper .fw-hero-illus-wrapper .cls-2,
.hero.fw .hero-content-wrapper .fw-hero-illus-wrapper .cls-8 {
  fill: #636466;
}
.hero.fw .hero-content-wrapper .fw-hero-illus-wrapper .cls-2 {
  opacity: 0.48;
}
.hero.fw .hero-content-wrapper .fw-hero-illus-wrapper .cls-3 {
  fill: #00a551;
}
.hero.fw .hero-content-wrapper .fw-hero-illus-wrapper .cls-3,
.hero.fw .hero-content-wrapper .fw-hero-illus-wrapper .cls-4,
.hero.fw .hero-content-wrapper .fw-hero-illus-wrapper .cls-5 {
  opacity: 0.59;
}
.hero.fw .hero-content-wrapper .fw-hero-illus-wrapper .cls-4 {
  fill: #ec1c24;
}
.hero.fw .hero-content-wrapper .fw-hero-illus-wrapper .cls-5 {
  fill: #fff100;
}
.hero.fw .hero-content-wrapper .fw-hero-illus-wrapper .cls-6 {
  font-size: 14.62px;
}
.hero.fw .hero-content-wrapper .fw-hero-illus-wrapper .cls-20,
.hero.fw .hero-content-wrapper .fw-hero-illus-wrapper .cls-6 {
  fill: #333;
}
.hero.fw .hero-content-wrapper .fw-hero-illus-wrapper .cls-14,
.hero.fw .hero-content-wrapper .fw-hero-illus-wrapper .cls-19,
.hero.fw .hero-content-wrapper .fw-hero-illus-wrapper .cls-21,
.hero.fw .hero-content-wrapper .fw-hero-illus-wrapper .cls-6,
.hero.fw .hero-content-wrapper .fw-hero-illus-wrapper .cls-9 {
  font-weight: 700;
}
.hero.fw .hero-content-wrapper .fw-hero-illus-wrapper .cls-15,
.hero.fw .hero-content-wrapper .fw-hero-illus-wrapper .cls-19,
.hero.fw .hero-content-wrapper .fw-hero-illus-wrapper .cls-6,
.hero.fw .hero-content-wrapper .fw-hero-illus-wrapper .cls-9 {
  font-weight: 700;
}
.hero.fw .hero-content-wrapper .fw-hero-illus-wrapper .cls-7 {
  fill: #e5e5e4;
}
.hero.fw .hero-content-wrapper .fw-hero-illus-wrapper .cls-14,
.hero.fw .hero-content-wrapper .fw-hero-illus-wrapper .cls-9 {
  font-size: 15px;
}
.hero.fw .hero-content-wrapper .fw-hero-illus-wrapper .cls-12,
.hero.fw .hero-content-wrapper .fw-hero-illus-wrapper .cls-21,
.hero.fw .hero-content-wrapper .fw-hero-illus-wrapper .cls-9 {
  fill: #fff;
}
.hero.fw .hero-content-wrapper .fw-hero-illus-wrapper .cls-11 {
  fill: #9b9a9d;
}
.hero.fw .hero-content-wrapper .fw-hero-illus-wrapper .cls-13 {
  fill: gray;
}
.hero.fw .hero-content-wrapper .fw-hero-illus-wrapper .cls-14 {
  fill: #424143;
}
.hero.fw .hero-content-wrapper .fw-hero-illus-wrapper .cls-16 {
  font-size: 12px;
}
.hero.fw .hero-content-wrapper .fw-hero-illus-wrapper .cls-17 {
  fill: #ce3426;
}
.hero.fw .hero-content-wrapper .fw-hero-illus-wrapper .cls-19 {
  font-size: 24px;
}
.hero.fw .hero-content-wrapper .fw-hero-illus-wrapper .cls-21 {
  font-size: 12.72px;
}
.hero.fw .hero-content-wrapper .fw-hero-illus-wrapper .cls-22 {
  font-size: 9.79px;
}
.hero.fw .bg-gray-light-opac {
  background-color: rgba(99, 100, 102, 0.3);
}
.hero.wsp {
  color: #636466;
  padding-top: 0;
  background-color: rgba(156, 155, 158, 0.08);
}
.hero.wsp .container-fluid {
  padding-bottom: 0;
}
.hero.wsp .hero-content-wrapper {
  max-width: 840px;
  margin: 0 auto;
  float: none;
}
.hero.wsp .hero-content-wrapper h1 {
  color: #619f42;
  font-size: 35px;
  font-weight: 800;
  margin-top: 0;
}
.hero.wsp .hero-content-wrapper h2 {
  font-size: 22px;
  color: #414042;
  font-weight: 400;
}
.hero.wsp .hero-content-wrapper .wsp-hero-illus-wrapper {
  margin-top: 1.875rem;
}
.hero.wsp .hero-content-wrapper .wsp-hero-illus-wrapper .cls-1 {
  fill: #609e43;
}
.hero.wsp .hero-content-wrapper .wsp-hero-illus-wrapper .cls-2 {
  fill: #9b9a9d;
}
.hero.wsp .hero-content-wrapper .wsp-hero-illus-wrapper .cls-3 {
  font-size: 17px;
  font-family: OpenSans-Bold, Open Sans;
  font-weight: 700;
}
.hero.wsp .hero-content-wrapper .wsp-hero-illus-wrapper .cls-3,
.hero.wsp .hero-content-wrapper .wsp-hero-illus-wrapper .cls-4 {
  fill: #333;
}
.hero.wsp .hero-content-wrapper .wsp-hero-illus-wrapper .cls-4 {
  font-size: 15px;
  font-weight: 400;
}
.hero.wsp .hero-content-wrapper .wsp-hero-illus-wrapper .cls-5 {
  fill: #636668;
}
.hero.wsp .hero-content-wrapper .wsp-hero-illus-wrapper .cls-6 {
  fill: #619f43;
}
.hero.wsp .hero-content-wrapper .wsp-hero-illus-wrapper .cls-7 {
  fill: #646566;
}
.hero.wsp .bg-gray-light-opac {
  background-color: rgba(99, 100, 102, 0.3);
}
.hero.partners-a {
  color: #636466;
  padding-top: 0;
  background-color: rgba(156, 155, 158, 0.08);
}
.hero.partners-a .container-fluid {
  padding-bottom: 0;
}
.hero.partners-a .hero-content-wrapper {
  max-width: 840px;
  margin: 0 auto;
  float: none;
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}
.hero.partners-a .hero-content-wrapper h1 {
  color: #5d5d5d;
  font-size: 35px;
  font-weight: 800;
  margin-top: 0;
}
.hero.partners-a .hero-content-wrapper p.heading {
  color: #5d5d5d;
}
.hero.partners-a .hero-content-wrapper .partners-form .form-group {
  margin-bottom: 0.9375rem;
}
.hero.partners-a
  .hero-content-wrapper
  .partners-form
  .form-group
  .form-input {
  background-color: rgba(243, 243, 243, 0.5);
  border: 1px solid rgba(99, 100, 102, 0.5);
  border-radius: 2px;
}
.hero.partners-a .hero-content-wrapper .partners-form .urgchk {
  padding-top: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.hero.partners-a .hero-content-wrapper .partners-form .urgchk input {
  margin-top: 3px;
}
.hero.partners-a .hero-content-wrapper .partners-form .urgchk label {
  line-height: 1.1;
}
.hero.partners-a .bg-gray-light-opac {
  background-color: rgba(99, 100, 102, 0.3);
}
.hero.fw-operations {
  color: #636466;
  padding-top: 0;
  background-image: url(/images/16-sucuri-tokyo-pop-server.jpg);
  background-position: center top;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .hero.fw-operations {
    background-image: url(/images/16-sucuri-tokyo-pop-server.jpg);
  }
}
@media (max-width: 991px) {
  .hero.fw-operations {
    padding-top: 0;
  }
}
.hero.fw-operations .container-fluid {
  padding-bottom: 0;
}
.hero.fw-operations .hero-content-wrapper .card-wrapper {
  color: #fff;
}
.hero.fw-operations .hero-content-wrapper .card-wrapper h1 {
  color: #619f42;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 0;
}
.hero.fw-operations .hero-content-wrapper .card-wrapper h2 {
  font-size: 17px;
  font-weight: 600;
  text-align: center;
  margin-top: 0.9375rem;
  margin-bottom: 0.9375rem;
}
.hero.fw-operations .hero-content-wrapper .card-wrapper p a {
  color: #fff;
  text-decoration: underline;
}
.hero.fw-operations .hero-content-wrapper .card-wrapper .pricing p {
  font-size: 1rem;
  margin-top: 0;
  margin-bottom: 0;
}
.hero.fw-operations .hero-content-wrapper .card-wrapper .pricing p span {
  font-size: 1.25rem;
  font-weight: 700;
}
.hero.fw-operations .hero-content-wrapper .card-wrapper .pricing p sup {
  font-size: 0.75rem;
}
.hero.fw-operations .hero-content-wrapper .card-wrapper .pricing p.small {
  font-size: 0.75rem;
}
.hero.fw-operations .hero-content-wrapper .card-wrapper .pricing .btn {
  margin-top: 0.9375rem;
}
.hero.fw-operations .t-feat p {
  color: rgba(255, 255, 255, 0.55);
  font-style: italic;
}
.hero.fw-operations .t-feat p span {
  font-weight: 600;
  font-style: normal;
}
.hero.customers {
  color: #636466;
  text-align: center;
  padding-top: 0;
  background-image: url(/images/16-sucuri-earth.jpg);
  background-position: center top;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .hero.customers {
    background-image: url(/images/16-sucuri-earth.jpg);
  }
}
@media (max-width: 991px) {
  .hero.customers {
    padding-top: 0;
  }
}
.hero.customers .hero-text {
  padding-top: 0;
  padding-bottom: 0;
}
.hero.customers .hero-text h1 {
  font-size: 1.875rem;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0.9375rem;
  color: #619f42;
}
.hero.customers .hero-text p {
  color: #fff;
  text-align: center;
}
.hero.web-hwghcdns {
  color: #636466;
  text-align: center;
  padding-top: 0;
  background-image: url(/images/16-sucuri-victoria-2.jpg);
  background-position: center top;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .hero.web-hwghcdns {
    background-image: url(/images/16-sucuri-victoria-2.jpg);
  }
}
@media (max-width: 991px) {
  .hero.web-hwghcdns {
    padding-top: 0;
  }
}
.hero.web-hwghcdns .hero-text {
  padding-top: 0;
  padding-bottom: 0;
}
.hero.web-hwghcdns .hero-text h1 {
  font-size: 1.875rem;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0.9375rem;
  color: #619f42;
}
.hero.web-hwghcdns .hero-text p {
  color: #fff;
  text-align: center;
}
.hero.web-hwgh {
  color: #636466;
  text-align: center;
  padding-top: 0;
  background-image: url(/images/16-sucuri-victoria-2.jpg);
  background-position: center top;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .hero.web-hwgh {
    background-image: url(/images/16-sucuri-victoria-2.jpg);
  }
}
@media (max-width: 991px) {
  .hero.web-hwgh {
    padding-top: 0;
  }
}
.hero.web-hwgh .hero-text {
  padding-top: 0;
  padding-bottom: 0;
}
.hero.web-hwgh .hero-text h1 {
  font-size: 1.875rem;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0.9375rem;
  color: #619f42;
}
.hero.web-hwgh .hero-text p {
  color: #fff;
  text-align: center;
}
.hero.partners {
  color: #636466;
  text-align: center;
  padding-top: 0;
  background-image: url(/images/17-sucuri-anaheim-dre-jess.jpg);
  background-position: center top;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .hero.partners {
    background-image: url(/images/17-sucuri-anaheim-dre-jess.jpg);
  }
}
@media (max-width: 991px) {
  .hero.partners {
    padding-top: 0;
  }
}
.hero.partners .hero-text {
  padding-top: 30px;
  padding-bottom: 0;
}
.hero.partners .hero-text h1 {
  font-size: 1.875rem;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  color: #fff;
}
.hero.partners .hero-text p {
  color: #fff;
  text-align: center;
}
.hero.testimonials-new .container {
  padding-top: 0;
  padding-bottom: 0;
}
.hero.testimonials-new .client-profile-wrapper {
  padding: 0.9375rem;
  text-align: center;
  background-color: #fff;
}
@media (min-width: 544px) {
  .hero.testimonials-new .client-profile-wrapper {
    min-height: 423px;
  }
}
.hero.testimonials-new .client-profile-wrapper img {
  max-width: 100%;
}
.hero.testimonials-new .client-profile-wrapper .profile-content {
  margin-top: 0.9375rem;
}
.hero.testimonials-new .client-profile-wrapper .logo + .profile-content {
  margin-top: 0;
}
.hero.testimonials-new .client-profile-wrapper p {
  margin-top: 0;
  margin-bottom: 0;
}
.hero.testimonials-new .client-profile-wrapper p.csw-link {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.hero.testimonials-new .client-profile-wrapper p.tags a {
  text-decoration: none;
}
@media (min-width: 544px) {
  .hero.testimonials-new .hero-side-content {
    margin-top: 7.5rem;
  }
}
.hero.testimonials-new .hero-side-content h1 {
  margin-top: 0;
  text-align: center;
}
.hero.testimonials-new .hero-side-content p {
  text-align: center;
}
.hero.testimonials-new .hero-side-content .c-lg-6 p.heading {
  text-align: left;
}
.hero.testimonials-new .hero-side-content ul.list-unstyled {
  margin-left: 0.9375rem;
}
.hero.partner-webhostinghub {
  color: #636466;
  text-align: center;
  padding-top: 0;
  background-image: url(/images/header-background-image-x2.jpg);
  background-position: center top;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .hero.partner-webhostinghub {
    background-image: url(/images/header-background-image.jpg);
  }
}
@media (max-width: 991px) {
  .hero.partner-webhostinghub {
    padding-top: 0;
  }
}
.hero.partner-webhostinghub .im-s-branding span:nth-child(2) {
  margin-left: 0.9375rem;
  margin-right: 0.9375rem;
}
.hero.partner-webhostinghub .hero-text {
  padding-top: 0;
  padding-bottom: 0;
}
.hero.partner-webhostinghub .hero-text h1 {
  font-size: 1.875rem;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 1.875rem;
  color: grey;
}
.hero.partner-webhostinghub .hero-text p {
  color: grey;
  text-align: center;
}
.hero.partner-webhostinghub .hero-text p.heading {
  color: #619f42;
  font-weight: 600;
}
.hero.partner-webhostinghub .hero-text .feat-pricing-wrapper .check-list {
  text-align: left;
  margin-left: 26px;
}
.hero.partner-webhostinghub .hero-text .feat-pricing-wrapper .feat {
  display: inline-block;
}
.hero.partner-webhostinghub .hero-text .feat-pricing-wrapper .pricing {
  display: inline-block;
  vertical-align: top;
  margin-left: 1.875rem;
}
.hero.partner-webhostinghub .hero-text .feat-pricing-wrapper .pricing p {
  font-size: 1rem;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.2;
}
.hero.partner-webhostinghub
  .hero-text
  .feat-pricing-wrapper
  .pricing
  p
  span {
  font-size: 1.25rem;
  font-weight: 700;
  color: #619f42;
}
.hero.partner-webhostinghub
  .hero-text
  .feat-pricing-wrapper
  .pricing
  p
  sup {
  font-size: 0.75rem;
}
.hero.partner-webhostinghub
  .hero-text
  .feat-pricing-wrapper
  .pricing
  p.small {
  font-size: 0.75rem;
  line-height: 1.4;
}
.hero.partner-webhostinghub .hero-text .feat-pricing-wrapper .pricing .btn {
  margin-top: 0.46875rem;
  font-size: 12px;
}
.hero.partner-inmotion {
  color: #636466;
  text-align: center;
  padding-top: 0;
  background-image: url(/images/header-background-image-x2.jpg);
  background-position: center top;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .hero.partner-inmotion {
    background-image: url(/images/header-background-image.jpg);
  }
}
@media (max-width: 991px) {
  .hero.partner-inmotion {
    padding-top: 0;
  }
}
.hero.partner-inmotion .im-s-branding span:nth-child(2) {
  margin-left: 0.9375rem;
  margin-right: 0.9375rem;
}
.hero.partner-inmotion .hero-text {
  padding-top: 0;
  padding-bottom: 0;
}
.hero.partner-inmotion .hero-text h1 {
  font-size: 1.875rem;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 1.875rem;
  color: grey;
}
.hero.partner-inmotion .hero-text p {
  color: grey;
  text-align: center;
}
.hero.partner-inmotion .hero-text p.heading {
  color: #619f42;
  font-weight: 600;
}
.hero.partner-inmotion .hero-text .feat-pricing-wrapper .check-list {
  text-align: left;
  margin-left: 26px;
}
.hero.partner-inmotion .hero-text .feat-pricing-wrapper .feat {
  display: inline-block;
}
.hero.partner-inmotion .hero-text .feat-pricing-wrapper .pricing {
  display: inline-block;
  vertical-align: top;
  margin-left: 1.875rem;
}
.hero.partner-inmotion .hero-text .feat-pricing-wrapper .pricing p {
  font-size: 1rem;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.2;
}
.hero.partner-inmotion .hero-text .feat-pricing-wrapper .pricing p span {
  font-size: 1.25rem;
  font-weight: 700;
  color: #619f42;
}
.hero.partner-inmotion .hero-text .feat-pricing-wrapper .pricing p sup {
  font-size: 0.75rem;
}
.hero.partner-inmotion .hero-text .feat-pricing-wrapper .pricing p.small {
  font-size: 0.75rem;
  line-height: 1.4;
}
.hero.partner-inmotion .hero-text .feat-pricing-wrapper .pricing .btn {
  margin-top: 0.46875rem;
  font-size: 12px;
}
.hero.partner-siteground {
  color: #636466;
  text-align: center;
  padding-top: 0;
  background-image: url(/images/header-background-image-x2.jpg);
  background-position: center top;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .hero.partner-siteground {
    background-image: url(/images/header-background-image.jpg);
  }
}
@media (max-width: 991px) {
  .hero.partner-siteground {
    padding-top: 0;
  }
}
.hero.partner-siteground .im-s-branding span:nth-child(2) {
  margin-left: 0.9375rem;
  margin-right: 0.9375rem;
}
.hero.partner-siteground .hero-text {
  padding-top: 0;
  padding-bottom: 0;
}
.hero.partner-siteground .hero-text h1 {
  font-size: 1.875rem;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 1.875rem;
  color: grey;
}
.hero.partner-siteground .hero-text p {
  color: grey;
  text-align: center;
}
.hero.partner-siteground .hero-text p.heading {
  color: #619f42;
  font-weight: 600;
}
.hero.partner-siteground .hero-text .feat-pricing-wrapper .check-list {
  text-align: left;
  margin-left: 26px;
}
.hero.partner-siteground .hero-text .feat-pricing-wrapper .feat {
  display: inline-block;
}
.hero.partner-siteground .hero-text .feat-pricing-wrapper .pricing {
  display: inline-block;
  vertical-align: top;
  margin-left: 1.875rem;
}
.hero.partner-siteground .hero-text .feat-pricing-wrapper .pricing p {
  font-size: 1rem;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.2;
}
.hero.partner-siteground .hero-text .feat-pricing-wrapper .pricing p span {
  font-size: 1.25rem;
  font-weight: 700;
  color: #619f42;
}
.hero.partner-siteground .hero-text .feat-pricing-wrapper .pricing p sup {
  font-size: 0.75rem;
}
.hero.partner-siteground .hero-text .feat-pricing-wrapper .pricing p.small {
  font-size: 0.75rem;
  line-height: 1.4;
}
.hero.partner-siteground .hero-text .feat-pricing-wrapper .pricing .btn {
  margin-top: 0.46875rem;
  font-size: 12px;
}
.hero.partner-a2 {
  color: #636466;
  text-align: center;
  padding-top: 0;
  background-image: url(/images/header-background-image-x2.jpg);
  background-position: center top;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .hero.partner-a2 {
    background-image: url(/images/header-background-image.jpg);
  }
}
@media (max-width: 991px) {
  .hero.partner-a2 {
    padding-top: 0;
  }
}
.hero.partner-a2 .im-s-branding span:nth-child(2) {
  margin-left: 0.9375rem;
  margin-right: 0.9375rem;
}
.hero.partner-a2 .hero-text {
  padding-top: 0;
  padding-bottom: 0;
}
.hero.partner-a2 .hero-text h1 {
  font-size: 1.875rem;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 1.875rem;
  color: grey;
}
.hero.partner-a2 .hero-text p {
  color: grey;
  text-align: center;
}
.hero.partner-a2 .hero-text p.heading {
  color: #619f42;
  font-weight: 600;
}
.hero.partner-a2 .hero-text .feat-pricing-wrapper .check-list {
  text-align: left;
  margin-left: 26px;
}
.hero.partner-a2 .hero-text .feat-pricing-wrapper .feat {
  display: inline-block;
}
.hero.partner-a2 .hero-text .feat-pricing-wrapper .pricing {
  display: inline-block;
  vertical-align: top;
  margin-left: 1.875rem;
}
.hero.partner-a2 .hero-text .feat-pricing-wrapper .pricing p {
  font-size: 1rem;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.2;
}
.hero.partner-a2 .hero-text .feat-pricing-wrapper .pricing p span {
  font-size: 1.25rem;
  font-weight: 700;
  color: #619f42;
}
.hero.partner-a2 .hero-text .feat-pricing-wrapper .pricing p sup {
  font-size: 0.75rem;
}
.hero.partner-a2 .hero-text .feat-pricing-wrapper .pricing p.small {
  font-size: 0.75rem;
  line-height: 1.4;
}
.hero.partner-a2 .hero-text .feat-pricing-wrapper .pricing .btn {
  margin-top: 0.46875rem;
  font-size: 12px;
}
.hero.partner-cloudways {
  color: #636466;
  text-align: center;
  padding-top: 0;
  background-image: url(/images/header-background-image-x2.jpg);
  background-position: center top;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .hero.partner-cloudways {
    background-image: url(/images/header-background-image.jpg);
  }
}
@media (max-width: 991px) {
  .hero.partner-cloudways {
    padding-top: 0;
  }
}
.hero.partner-cloudways .im-s-branding span:nth-child(2) {
  margin-left: 0.9375rem;
  margin-right: 0.9375rem;
}
.hero.partner-cloudways .hero-text {
  padding-top: 0;
  padding-bottom: 0;
}
.hero.partner-cloudways .hero-text h1 {
  font-size: 1.875rem;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 1.875rem;
  color: grey;
}
.hero.partner-cloudways .hero-text p {
  color: grey;
  text-align: center;
}
.hero.partner-cloudways .hero-text p.heading {
  color: #619f42;
  font-weight: 600;
}
.hero.partner-cloudways .hero-text .feat-pricing-wrapper .check-list {
  text-align: left;
  margin-left: 26px;
}
.hero.partner-cloudways .hero-text .feat-pricing-wrapper .feat {
  display: inline-block;
}
.hero.partner-cloudways .hero-text .feat-pricing-wrapper .pricing {
  display: inline-block;
  vertical-align: top;
  margin-left: 1.875rem;
}
.hero.partner-cloudways .hero-text .feat-pricing-wrapper .pricing p {
  font-size: 1rem;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.2;
}
.hero.partner-cloudways .hero-text .feat-pricing-wrapper .pricing p span {
  font-size: 1.25rem;
  font-weight: 700;
  color: #619f42;
}
.hero.partner-cloudways .hero-text .feat-pricing-wrapper .pricing p sup {
  font-size: 0.75rem;
}
.hero.partner-cloudways .hero-text .feat-pricing-wrapper .pricing p.small {
  font-size: 0.75rem;
  line-height: 1.4;
}
.hero.partner-cloudways .hero-text .feat-pricing-wrapper .pricing .btn {
  margin-top: 0.46875rem;
  font-size: 12px;
}
.hero.partner-wpengine {
  color: #636466;
  text-align: center;
  padding-top: 0;
  background-image: url(/images/header-background-image-x2.jpg);
  background-position: center top;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .hero.partner-wpengine {
    background-image: url(/images/header-background-image.jpg);
  }
}
@media (max-width: 991px) {
  .hero.partner-wpengine {
    padding-top: 0;
  }
}
.hero.partner-wpengine .im-s-branding span:nth-child(2) {
  margin-left: 0.9375rem;
  margin-right: 0.9375rem;
}
.hero.partner-wpengine .hero-text {
  padding-top: 0;
  padding-bottom: 0;
}
.hero.partner-wpengine .hero-text h1 {
  font-size: 1.875rem;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 1.875rem;
  color: grey;
}
.hero.partner-wpengine .hero-text p {
  color: grey;
  text-align: center;
}
.hero.partner-wpengine .hero-text p.heading {
  color: #619f42;
  font-weight: 600;
}
.hero.partner-wpengine .hero-text .feat-pricing-wrapper .check-list {
  text-align: left;
  margin-left: 26px;
}
.hero.partner-wpengine .hero-text .feat-pricing-wrapper .feat {
  display: inline-block;
}
.hero.partner-wpengine .hero-text .feat-pricing-wrapper .pricing {
  display: inline-block;
  vertical-align: top;
  margin-left: 1.875rem;
}
.hero.partner-wpengine .hero-text .feat-pricing-wrapper .pricing p {
  font-size: 1rem;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.2;
}
.hero.partner-wpengine .hero-text .feat-pricing-wrapper .pricing p span {
  font-size: 1.25rem;
  font-weight: 700;
  color: #619f42;
}
.hero.partner-wpengine .hero-text .feat-pricing-wrapper .pricing p sup {
  font-size: 0.75rem;
}
.hero.partner-wpengine .hero-text .feat-pricing-wrapper .pricing p.small {
  font-size: 0.75rem;
  line-height: 1.4;
}
.hero.partner-wpengine .hero-text .feat-pricing-wrapper .pricing .btn {
  margin-top: 0.46875rem;
  font-size: 12px;
}
.hero-banners-container {
  padding: 139px 0;
  float: left;
}
@media (max-width: 767px) {
  .hero-banners-container {
    padding: 30px 0;
    width: 90%;
    margin: 0 auto;
    float: none;
  }
}
@media (max-width: 767px) {
  .hero-banners-container .col-lg-3:not(:last-child) {
    margin-bottom: 15px;
  }
}
.hero-banner {
  padding: 28px;
  background-color: rgba(0, 0, 0, 0.6);
}
.hero-banner p {
  color: #fff;
  font-size: 14px;
  margin-top: 0;
  font-weight: 400;
}
.hero-banner .heading {
  text-transform: uppercase;
}
.logos-wrapper.bg-gray-light {
  background-color: rgba(65, 64, 66, 0.6);
}
.logos-container {
  width: 100%;
  text-align: center;
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
}
@media (min-width: 768px) and (max-width: 767px) {
  .logos-container {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}
@media (max-width: 767px) {
  .logos-container {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.logos-container .list-inline-item {
  margin-right: 0;
  width: auto;
  border: none;
}
@media (max-width: 767px) {
  .logos-container .list-inline-item:nth-child(4) {
    clear: right;
  }
}
.logos-container .list-inline-item img {
  opacity: 0.7;
}
@media (max-width: 767px) {
  .logos-container .list-inline-item img {
    max-width: 80%;
  }
}
.logos-container li {
  padding: 0 5px;
}
@media (max-width: 767px) {
  .logos-container li {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 0;
    padding-right: 0;
  }
}
.home .logos-container .list-inline-item img {
  opacity: 0.5;
}
.ad-feat-wrapper p.header,
.c-ws-wrapper p.header,
.ywst-wrapper p.header {
  line-height: 1.4;
}
@media (max-width: 767px) {
  .feature {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .feature {
    float: left;
    border-top: 1px solid #dadada;
    padding: 0.9375rem 0;
    margin: 0 0.9375rem;
  }
}
@media (max-width: 767px) {
  .feature .icon {
    float: none;
    display: block;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .feature .text-justify {
    text-align: center !important;
  }
}
.platforms {
  text-align: center;
}
.platforms h3 {
  color: #619f42;
}
.platforms .list-block-item {
  margin-top: 0;
  font-style: italic;
}
.parallax {
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: top center;
}
.featured-in {
  background-image: url(/images/featuredin-background-image-15-ii.png);
  background-size: cover;
  background-position: top center;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .featured-in {
    background-image: url(/images/featuredin-background-image-15-ii.png);
  }
}
@media (max-width: 767px) {
  .featured-in {
    background-size: cover;
  }
}
.featured-in .container {
  padding-top: 30px;
  padding-bottom: 30px;
}
.featured-in h2 {
  color: #fff;
  font-weight: 400;
}
.featured-in h3 {
  color: #fff;
  font-weight: 400;
}
.featured-in .logos-container {
  margin-top: 1.875rem;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 42px;
  padding-right: 42px;
}
.featured-in .logos-container li {
  padding: 0 0.9375rem;
}
@media (max-width: 991px) {
  .featured-in .logos-container li {
    padding: 0.9375rem 0.46875rem;
  }
}
@media (max-width: 767px) {
  .featured-in .logos-container li {
    padding: 0.9375rem 0;
  }
}
.features-inline {
  border-top: 2px solid grey;
  border-bottom: 2px solid grey;
}
.features-inline {
  margin-top: 60px;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .agency-form-wrapper .border-right {
    border-right: none;
  }
}
.agency-form-wrapper .form-input.submit {
  margin-top: 30px;
}
.agency-form-wrapper .border-right {
  border-right: none;
}
.quote-features {
  margin-top: 0.9375rem;
  margin-left: 1.875rem;
}
@media (max-width: 991px) {
  .quote-features {
    margin: 0 auto;
    max-width: 350px;
  }
}
.quote-features h3 {
  color: #619f42;
  margin-bottom: 0.9375rem;
}
@media (max-width: 767px) {
  .quote-features h3 {
    text-align: center;
  }
}
.quote-features ul {
  margin-left: 2.1875rem;
}
@media (max-width: 767px) {
  .quote-features ul {
    margin-left: 0.9375rem;
  }
}
.quote-features ul li {
  font-size: 1.1875rem;
  margin-top: 0 !important;
  font-weight: 400;
}
.testimonials {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0, #000),
    color-stop(22%, #000),
    color-stop(30%, transparent),
    color-stop(70%, transparent),
    color-stop(77%, #000),
    to(#000)
  );
  background: linear-gradient(
    to right,
    #000 0,
    #000 22%,
    transparent 30%,
    transparent 70%,
    #000 77%,
    #000 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0, #000),
    color-stop(16%, #000),
    color-stop(30%, transparent),
    color-stop(70%, transparent),
    color-stop(90%, #000),
    to(#000)
  );
  background: linear-gradient(
    to right,
    #000 0,
    #000 16%,
    transparent 30%,
    transparent 70%,
    #000 90%,
    #000 100%
  );
}
@media (max-width: 767px) {
  .testimonials {
    background-image: url(/images/header-background-image-x2.jpg);
    background-size: cover;
  }
}
@media only screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2),
  only screen and (max-width: 767px) and (min-resolution: 192dpi),
  only screen and (max-width: 767px) and (min-resolution: 2dppx),
  (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2),
  (max-width: 767px) and (min-resolution: 192dpi) {
  .testimonials {
    background-image: url(/images/header-background-image.jpg);
  }
}
@media (max-width: 767px) {
  .resources-container .col-lg-4 {
    margin-bottom: 1.875rem;
  }
}
.testimonials p {
  color: #fff;
}
.testimonial-item:nth-child(odd) {
  padding-right: 1.875rem;
}
.testimonial-item:nth-child(even) {
  padding-left: 1.875rem;
}
.help p {
  display: block;
  font-weight: 600;
  color: #5d5d5d;
  margin-bottom: 0;
}
.help-wrapper {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}
.help-wrapper a {
  text-decoration: none;
}
.help-wrapper .lead {
  margin-bottom: 1.875rem;
}
.lp-sc-a footer {
  background-color: #eee;
}
.lp-sc-a footer li a {
  color: grey;
}
.lp-sc-a footer li p {
  color: grey;
}
.copyright p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 10px;
  color: #fff !important;
}
.table-container {
  padding: 0 15px;
  border-bottom: 1px solid grey;
  border-top: 1px solid grey;
  float: left;
}
.table-top p {
  color: #619f42;
  margin-top: 0;
  margin-bottom: 0;
}
.top-o-overlay {
  position: absolute;
  width: 100%;
  height: 178px;
  background-color: rgba(255, 255, 255, 0.2);
  top: 0;
  z-index: 0;
}
@media (max-width: 767px) {
  .top-o-overlay {
    display: none;
  }
}
.top-o-overlay.h-ptable {
  background-color: #636466;
  border-top: solid 0.5rem #fff;
}
.faqs {
  padding-top: 0.9375rem;
}
.faqs:nth-child(2) {
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}
.faqs:first-child {
  padding-right: 1.25rem;
}
.faqs:last-child {
  padding-left: 1.25rem;
}
.faq p {
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 1.875rem;
}
.faq p.heading {
  font-size: 15px;
  margin-bottom: 0.625rem;
  line-height: 1.5;
}
.form-message-container {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  z-index: 9999;
}
.form-message-wrapper {
  position: absolute;
  float: none;
  color: #fff;
  background-color: #fff;
  padding: 15px;
  border: 1px solid #333;
  border-radius: 9px;
  top: 35%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 300px;
  z-index: 99;
}
.form-message-wrapper .form-message {
  background-color: #333;
  border-radius: 9px;
  padding: 30px;
  text-align: center;
}
.form-message-wrapper .form-message h3 {
  color: #fff;
}
.form-message-wrapper p:last-child {
  margin-bottom: 0;
}
.form-message-wrapper .confrim-form {
  font-size: 1.0625rem;
  width: 80%;
}
.form-group .error {
  color: #fff;
  background-color: #790000;
  padding: 4px 7px;
  position: absolute;
  left: 0.9375rem;
  right: 0.9375rem;
}
.form-group .error:not(h3):before {
  content: "";
  width: 5px;
  height: 5px;
  background-color: #790000;
  float: left;
  position: absolute;
  top: -3px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.form-group .error p {
  font-size: 0.75rem !important;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 0;
  color: #fff !important;
}
h3.error {
  font-size: 1.125rem;
  line-height: 1.4;
}
.g-recaptcha div {
  margin: 0 auto;
}
@media (min-width: 992px) {
  .website-security-stack-wrapper {
    max-width: 1065px;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
@media (max-width: 991px) {
  .website-security-stack-wrapper {
    max-width: 720px;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
@media (max-width: 991px) {
  .website-security-stack-wrapper .center-block {
    float: left;
  }
}
@media (max-width: 767px) {
  .website-security-stack-wrapper .center-block {
    float: left;
  }
}
@media (max-width: 767px) {
  .website-security-stack-wrapper {
    max-width: 100%;
  }
}
.website-security-stack-wrapper .puzzle-cta {
  padding-top: 0.9375rem;
}
.website-security-stack {
  padding: 0;
}
@media (max-width: 991px) {
  .website-security-stack {
    width: 100%;
    float: left;
    padding: 0 20px;
    margin-top: 90px;
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .website-security-stack {
    height: auto;
    width: 100%;
    float: left;
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 0;
    margin-bottom: 15px;
    margin-left: 0;
  }
}
.website-security-stack .left-stacks {
  float: left;
}
@media (max-width: 991px) {
  .website-security-stack .left-stacks {
    width: 35%;
    float: left;
  }
}
@media (max-width: 767px) {
  .website-security-stack .left-stacks {
    width: 100%;
  }
}
.website-security-stack .right-stacks {
  float: right;
}
@media (max-width: 991px) {
  .website-security-stack .right-stacks {
    width: 35%;
    float: left;
  }
}
@media (max-width: 767px) {
  .website-security-stack .right-stacks {
    float: left;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .website-security-stack .pointer {
    display: none;
  }
}
.website-security-stack .stack p:first-child {
  margin-bottom: 0;
  font-weight: 600;
  text-transform: uppercase;
}
.website-security-stack .stack p:last-child {
  margin-top: 0;
}
.website-security-stack .puzzle-container {
  width: 350px;
  height: 326px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .website-security-stack .puzzle-container {
    width: 349px;
    height: auto;
  }
}
@media (max-width: 767px) {
  .website-security-stack .puzzle-container {
    display: none;
  }
}
@media (max-width: 991px) {
  .website-security-stack .puzzle-container img {
    max-width: 100%;
  }
}
.website-security-stack .stack-defence {
  width: 259px;
  padding-left: 10px;
  float: left;
}
@media (max-width: 991px) {
  .website-security-stack .stack-defence {
    width: 100%;
    float: left;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .website-security-stack .stack-defence {
    width: 100%;
    text-align: center;
  }
}
.website-security-stack .stack-response {
  width: 259px;
  padding-left: 10px;
  float: left;
}
@media (max-width: 991px) {
  .website-security-stack .stack-response {
    width: 100%;
    float: left;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .website-security-stack .stack-response {
    width: 100%;
    text-align: center;
  }
}
.website-security-stack .stack-protection {
  width: 280px;
  padding-left: 10px;
  float: left;
}
@media (min-width: 768px) and (max-width: 992px) {
  .website-security-stack .stack-protection {
    width: 283px;
  }
}
@media (max-width: 991px) {
  .website-security-stack .stack-protection {
    width: 100%;
    float: left;
    padding-left: 25px;
  }
}
@media (max-width: 767px) {
  .website-security-stack .stack-protection {
    width: 100%;
    text-align: center;
    padding-left: 0;
  }
}
.website-security-stack .stack-detection {
  width: 303px;
  padding-left: 10px;
  float: left;
}
@media (min-width: 768px) and (max-width: 992px) {
  .website-security-stack .stack-detection {
    width: 283px;
  }
}
@media (max-width: 991px) {
  .website-security-stack .stack-detection {
    width: 100%;
    float: left;
    padding-left: 25px;
  }
}
@media (max-width: 767px) {
  .website-security-stack .stack-detection {
    width: 100%;
    text-align: center;
    padding-left: 0;
  }
}
.website-security-stack .stack-defence-wrapper {
  position: absolute;
  width: 359px;
  top: 34px;
  left: 30px;
}
@media (min-width: 768px) and (max-width: 992px) {
  .website-security-stack .stack-defence-wrapper {
    left: 28;
  }
}
@media (max-width: 991px) {
  .website-security-stack .stack-defence-wrapper {
    width: 250px;
    top: -73px;
    bottom: auto;
    left: -6px;
    right: auto;
  }
}
@media (max-width: 767px) {
  .website-security-stack .stack-defence-wrapper {
    position: relative;
    width: 100%;
    top: auto;
    left: auto;
    right: auto;
    float: left;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    padding-top: 0.9375rem;
    margin-top: 1.875rem;
    border-top: 1px solid grey;
  }
}
.website-security-stack .stack-defence-wrapper .pointer {
  float: left;
  width: 100%;
}
@media (max-width: 991px) {
  .website-security-stack .stack-defence-wrapper .pointer {
    float: left;
    width: 100%;
    top: 102px;
    position: absolute;
  }
}
.website-security-stack .stack-defence-wrapper .pointer .line {
  width: 334px;
  height: 1px;
  border-top: 1px solid #9c9b9e;
  float: left;
}
@media (min-width: 768px) and (max-width: 992px) {
  .website-security-stack .stack-defence-wrapper .pointer .line {
    width: 314px;
  }
}
@media (max-width: 991px) {
  .website-security-stack .stack-defence-wrapper .pointer .line {
    width: 90%;
  }
}
.website-security-stack .stack-defence-wrapper .pointer .line-break-down {
  width: 30px;
  height: 1px;
  border-top: 1px solid #9c9b9e;
  float: left;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin-top: 10px;
  margin-left: -5px;
}
@media (max-width: 991px) {
  .website-security-stack .stack-defence-wrapper .icon-container {
    display: none;
  }
}
@media (max-width: 767px) {
  .website-security-stack .stack-defence-wrapper .icon-container {
    margin-left: auto;
    width: 100%;
    height: auto;
    display: block;
  }
}
@media (max-width: 767px) {
  .website-security-stack .stack-defence-wrapper .icon-container .icon {
    margin: 0 auto;
    float: none;
    display: block;
  }
}
.website-security-stack .stack-response-wrapper {
  position: absolute;
  width: 359px;
  top: 306px;
  left: 60px;
}
@media (min-width: 768px) and (max-width: 992px) {
  .website-security-stack .stack-response-wrapper {
    left: 28px;
  }
}
@media (max-width: 991px) {
  .website-security-stack .stack-response-wrapper {
    width: 250px;
    top: auto;
    bottom: 8px;
    left: -4px;
    right: auto;
  }
}
@media (max-width: 767px) {
  .website-security-stack .stack-response-wrapper {
    position: relative;
    width: 100%;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
    border-top: 1px solid grey;
  }
}
.website-security-stack .stack-response-wrapper .pointer {
  float: left;
  width: 100%;
}
.website-security-stack .stack-response-wrapper .pointer .line {
  width: 334px;
  height: 1px;
  border-top: 1px solid #9c9b9e;
  float: left;
}
@media (max-width: 991px) {
  .website-security-stack .stack-response-wrapper .pointer .line {
    width: 90%;
  }
}
.website-security-stack .stack-response-wrapper .pointer .line-break-down {
  width: 30px;
  height: 1px;
  border-top: 1px solid #9c9b9e;
  float: left;
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  margin-top: -10px;
  margin-left: -5px;
}
@media (max-width: 991px) {
  .website-security-stack .stack-response-wrapper .icon-container {
    display: none;
  }
}
@media (max-width: 767px) {
  .website-security-stack .stack-response-wrapper .icon-container {
    margin-left: auto;
    width: 100%;
    height: auto;
    display: block;
  }
}
@media (max-width: 767px) {
  .website-security-stack .stack-response-wrapper .icon-container .icon {
    margin: 0 auto;
    float: none;
    display: block;
  }
}
.website-security-stack .stack-protection-wrapper {
  position: absolute;
  width: 411px;
  top: 16px;
  right: 16px;
}
@media (min-width: 768px) and (max-width: 992px) {
  .website-security-stack .stack-protection-wrapper {
    width: 368px;
    right: 28px;
  }
}
@media (max-width: 991px) {
  .website-security-stack .stack-protection-wrapper {
    width: 271px;
    top: -106px;
    bottom: auto;
    left: auto;
    right: -8px;
  }
}
@media (max-width: 767px) {
  .website-security-stack .stack-protection-wrapper {
    position: relative;
    width: 100%;
    top: auto;
    left: auto;
    right: auto;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
    border-top: 1px solid grey;
  }
}
.website-security-stack .stack-protection-wrapper .pointer {
  float: left;
  width: 100%;
}
@media (max-width: 991px) {
  .website-security-stack .stack-protection-wrapper .pointer {
    position: absolute;
    top: 125px;
  }
}
.website-security-stack .stack-protection-wrapper .pointer .line {
  width: 318px;
  height: 1px;
  border-top: 1px solid #9c9b9e;
  float: left;
}
@media (min-width: 768px) and (max-width: 992px) {
  .website-security-stack .stack-protection-wrapper .pointer .line {
    width: 329px;
  }
}
@media (max-width: 991px) {
  .website-security-stack .stack-protection-wrapper .pointer .line {
    width: 90%;
  }
}
.website-security-stack
  .stack-protection-wrapper
  .pointer
  .line-break-down {
  width: 30px;
  height: 1px;
  border-top: 1px solid #9c9b9e;
  float: left;
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  margin-top: 10px;
  margin-right: -5px;
}
.website-security-stack .stack-protection-wrapper .icon-container {
  margin-left: 34px;
}
@media (max-width: 991px) {
  .website-security-stack .stack-protection-wrapper .icon-container {
    display: none;
  }
}
@media (max-width: 767px) {
  .website-security-stack .stack-protection-wrapper .icon-container {
    margin-left: auto;
    width: 100%;
    height: auto;
    display: block;
  }
}
@media (max-width: 767px) {
  .website-security-stack
    .stack-protection-wrapper
    .icon-container
    .icon {
    margin: 0 auto;
    float: none;
    display: block;
  }
}
.website-security-stack .stack-detection-wrapper {
  position: absolute;
  width: 387px;
  top: 290px;
  right: 0;
}
@media (min-width: 768px) and (max-width: 992px) {
  .website-security-stack .stack-detection-wrapper {
    width: 365px;
    right: 28px;
  }
}
@media (max-width: 991px) {
  .website-security-stack .stack-detection-wrapper {
    width: 250px;
    top: auto;
    bottom: -17px;
    left: auto;
    right: -8px;
  }
}
@media (max-width: 767px) {
  .website-security-stack .stack-detection-wrapper {
    position: relative;
    width: 100%;
    top: auto;
    left: auto;
    right: auto;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-top: 15px;
    border-top: 1px solid grey;
    border-bottom: 1px solid grey;
  }
}
.website-security-stack .stack-detection-wrapper .pointer {
  float: left;
  width: 100%;
}
.website-security-stack .stack-detection-wrapper .pointer .line {
  width: 343px;
  height: 1px;
  border-top: 1px solid #9c9b9e;
  float: left;
  margin-left: 25px;
}
@media (min-width: 768px) and (max-width: 992px) {
  .website-security-stack .stack-detection-wrapper .pointer .line {
    width: 336px;
  }
}
@media (max-width: 991px) {
  .website-security-stack .stack-detection-wrapper .pointer .line {
    width: 90%;
  }
}
.website-security-stack .stack-detection-wrapper .pointer .line-break-down {
  width: 30px;
  height: 1px;
  border-top: 1px solid #9c9b9e;
  float: left;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin-top: -10px;
  margin-right: -5px;
}
.website-security-stack .stack-detection-wrapper .icon-container {
  margin-left: 34px;
}
@media (max-width: 991px) {
  .website-security-stack .stack-detection-wrapper .icon-container {
    display: none;
  }
}
@media (max-width: 767px) {
  .website-security-stack .stack-detection-wrapper .icon-container {
    margin-left: auto;
    width: 100%;
    height: auto;
    display: block;
  }
}
@media (max-width: 767px) {
  .website-security-stack .stack-detection-wrapper .icon-container .icon {
    margin: 0 auto;
    float: none;
    display: block;
  }
}
.website-security-stack svg {
  max-width: 940px;
}
.website-security-stack .st0 {
  opacity: 0.81;
  fill: #6b6a6c;
}
.website-security-stack .st1 {
  fill: #6b6a6c;
}
.website-security-stack .st2 {
  fill: #a4a4a5;
}
.website-security-stack .st3 {
  fill: #c8c8c8;
}
.website-security-stack .st4 {
  fill: #71ab57;
}
.website-security-stack .st5 {
  fill: #fff;
}
.website-security-stack .st6 {
  opacity: 1;
  font-weight: 600;
}
.website-security-stack .st7 {
  font-size: 16px;
}
.website-security-stack .st8 {
  fill: #619f43;
  stroke: #fff;
  stroke-miterlimit: 10;
}
.website-security-stack .st9 {
  fill: #646667;
}
.website-security-stack .st10 {
  fill: grey;
}
.website-security-stack .st11 {
  font-size: 15px;
}
.website-security-stack .st12 {
  font-weight: 400;
}
.website-security-stack .st13 {
  fill: #619f43;
}
.website-security-stack .st14 {
  fill: #63a744;
}
.website-security-stack .st15 {
  fill: #646566;
}
.website-security-stack .st16 {
  fill: #62a744;
}
.website-security-stack .st17 {
  fill: #636566;
}
.website-security-stack .st18 {
  fill: #65656a;
}
.av-cta-container {
  background-image: url(/images/header-background-image-x2.jpg);
  background-size: cover;
  background-position: top center;
  position: relative;
  z-index: 99;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .av-cta-container {
    background-image: url(/images/header-background-image-x2.jpg);
  }
}
.av-cta-container .container {
  position: relative;
  z-index: 98;
}
.av-cta-container .table.pricing-table tbody th:first-child {
  padding-left: 0;
}
a.learn-more-btn {
  color: #fff;
  background-color: #609f43;
  padding: 7px 18px;
  display: inline-block;
  font-size: 16px;
  border-radius: 9px;
  text-decoration: none;
}
a.learn-more-btn.btn-ghost {
  background-color: transparent;
  color: grey;
}
a.learn-more-btn.btn-ghost:hover {
  color: #fff;
  border: none;
}
a.learn-more-btn:hover {
  background-color: #478237;
}
@media (max-width: 545px) {
  .agency-plan {
    border: none !important;
  }
}
.agency-plan.h-agency h3 {
  color: #636466;
  line-height: 1.1;
}
.agency-plan.h-agency h3 span {
  font-size: 1.4375rem;
  font-weight: 300;
}
.agency-plan.h-agency p {
  color: grey;
}
.agency-plan.h-agency .check-list {
  margin-bottom: 1rem;
  margin-left: 2rem;
}
@media (max-width: 991px) {
  .agency-plan.border-right {
    border: none;
  }
}
.agency-plan h3 {
  color: #609f43;
  font-weight: 400;
  line-height: 1.4;
}
.agency-plan p {
  color: #fff;
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .agency-plan img.img-fluid {
    max-width: 80%;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .agency-plan {
    padding-bottom: 0.9375rem;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .key-features {
    float: left;
    margin-top: 1.875rem;
  }
}
@media (max-width: 767px) {
  .key-features .feature {
    padding-top: 2rem;
  }
}
@media (max-width: 991px) {
  .key-features .feature .c-lg-2 {
    width: 60px;
    float: left;
  }
}
@media (max-width: 767px) {
  .key-features .feature .c-lg-2 {
    width: 100%;
    float: left;
  }
}
@media (max-width: 991px) {
  .key-features .feature .c-lg-10 {
    float: left;
    margin-top: -60px;
  }
}
@media (max-width: 767px) {
  .key-features .feature .c-lg-10 {
    float: left;
    margin-top: 0;
  }
}
@media (max-width: 991px) {
  .key-features .feature .c-lg-10 .heading {
    margin-left: 70px;
  }
}
@media (max-width: 767px) {
  .key-features .feature .c-lg-10 .heading {
    margin-left: 0;
  }
}
@media (max-width: 991px) {
  .key-features .feature .c-lg-10 p:nth-child(2) {
    margin-top: 1.875rem;
  }
}
.agency-features.h-afeat {
  float: left;
}
@media (max-width: 991px) {
  .agency-features.h-afeat {
    margin-top: 1.875rem;
  }
}
@media (max-width: 767px) {
  .agency-features.h-afeat {
    margin-top: 0;
  }
}
.agency-features.h-afeat form {
  float: left;
}
.agency-features.h-afeat .lead p {
  color: grey;
}
@media (max-width: 991px) {
  .agency-features.border-left {
    border-left: none;
  }
}
.agency-features tr {
  display: table-row;
  vertical-align: inherit;
  border-color: inherit;
}
.agency-features td,
.agency-features th {
  padding: 0;
}
.agency-features .agency-features .table td,
.agency-features .table th {
  vertical-align: top;
  font-size: 15px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .agency-features .agency-features .table td,
  .agency-features .table th {
    font-size: 0.925rem;
  }
}
.agency-features th {
  text-align: left;
}
.agency-features .agency-features table td,
.agency-features table th {
  line-height: 1;
}
.agency .agency-features {
  background-color: rgba(255, 255, 255, 0.17);
}
.agency .agency-features .table thead th {
  border-bottom: 1px solid grey;
}
.agency .agency-features .table tbody tr:last-child {
  border-bottom: 1px solid grey;
}
.agency .agency-features .table tbody tr th p {
  line-height: 1.4;
}
.custom-enterprise {
  overflow: visible;
}
.custom-enterprise h2 {
  color: grey;
  font-size: 40px;
  font-weight: 400;
  margin-top: 0;
}
.custom-enterprise p {
  font-size: 16px;
  line-height: 1.7;
  font-weight: 400 !important;
  text-align: left;
  color: grey;
  width: 100%;
}
@media (max-width: 767px) {
  .custom-enterprise p {
    font-size: 0.925rem;
  }
}
.custom-enterprise .list-block {
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: 30px;
}
@media (max-width: 991px) {
  .custom-enterprise .list-block {
    margin-right: 10px;
  }
}
.custom-enterprise .img-container {
  position: absolute;
  float: right;
  right: -190px;
  width: 701px;
  top: -50px;
  z-index: -1;
}
@media (max-width: 991px) {
  .custom-enterprise .img-container .img-fluid.lg {
    display: none;
  }
}
.custom-enterprise .img-container .img-fluid.md {
  display: none;
}
@media (max-width: 991px) {
  .custom-enterprise .img-container .img-fluid.md {
    display: block;
  }
}
@media (max-width: 991px) {
  .custom-enterprise .img-container {
    position: absolute;
    float: right;
    right: -11px;
    width: auto;
    top: 23px;
    z-index: -1;
  }
}
@media (max-width: 767px) {
  .custom-enterprise .img-container {
    display: none;
  }
}
.featured-in-section {
  background-image: url(/images/featuredin-background-image-15.png);
  background-size: cover;
  background-position: top center;
}
@media (max-width: 767px) {
  .featured-in-section {
    background-size: cover;
  }
}
.featured-in-section .container {
  padding-top: 30px;
  padding-bottom: 30px;
}
.featured-in-section h2 {
  color: #fff;
  font-weight: 400;
}
.featured-in-section .logos-container {
  margin-top: 2rem;
  padding-top: 0;
  padding-bottom: 0;
}
.featured-in-section .logos-container li {
  padding: 0 30px;
  margin: 0 auto !important;
}
@media (max-width: 767px) {
  .featured-in-section .logos-container li {
    padding: 15px 0;
  }
}
.enterprise .featured-in {
  background-image: url(/images/16-sucuri-fredricton-dana-trish.jpg);
  background-position: center top;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .enterprise .featured-in {
    background-image: url(/images/16-sucuri-fredricton-dana-trish.jpg);
  }
}
.enterprise-section-wrapper {
  overflow: hidden;
}
@media (max-width: 767px) {
  .enterprise-section-wrapper {
    padding-top: 0;
  }
}
@media (min-width: 992px) {
  .enterprise-container {
    width: 150%;
  }
}
@media (max-width: 767px) {
  .enterprise-container {
    text-align: center;
    padding: 0;
  }
}
.enterprise-container .c-lg-6 {
  max-width: 470px;
}
@media (max-width: 991px) {
  .enterprise-container .c-lg-6 {
    padding-bottom: 1.875rem;
    width: 50%;
    float: left;
  }
}
@media (max-width: 767px) {
  .enterprise-container .c-lg-6 {
    padding-bottom: 1.875rem;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .enterprise-container .c-lg-6.ebasic {
    border-bottom: 1px solid #fff;
    padding-top: 3.75rem;
    background-color: #636466;
  }
}
@media (max-width: 767px) {
  .enterprise-container .c-lg-6.ecustom {
    padding-top: 1.875rem;
  }
}
.enterprise-container .c-lg-6.ecustom .get-quote {
  margin-top: 25px;
}
@media (max-width: 767px) {
  .enterprise-container .c-lg-6.ecustom .get-quote {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .enterprise-container .c-lg-6 ul li {
    text-align: left;
  }
}
.enterprise-container .c-lg-6 .anchor {
  background-color: #619f42;
  color: #fff;
  width: 15px;
  float: left;
  left: -15px;
  display: none;
  position: absolute;
  height: 168%;
  top: -60px;
  font-size: 16px;
  line-height: 10;
  padding: 22% 4px;
}
.enterprise-container .c-lg-6 .anchor:hover {
  background-color: #478237;
}
@media (max-width: 991px) {
  .enterprise-container .c-lg-6.eform {
    max-width: 100%;
    width: 100%;
    border-left: none;
  }
}
@media (max-width: 767px) {
  .enterprise-container form .c-lg-6 {
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .enterprise-container form .submit {
    margin-top: 1.875rem;
  }
}
@media (max-width: 767px) {
  .enterprise-features-wrapper {
    padding-bottom: 0;
  }
}
.enterprise-features-wrapper .lead h2 span {
  font-weight: 600;
}
.enterprise-features-wrapper .lead h4 {
  font-size: 1.25rem;
  font-weight: 600;
}
@media (max-width: 991px) {
  .enterprise-features-wrapper .icon {
    height: 50px;
  }
}
.enterprise-features {
  margin-top: 15px;
  margin-left: 45px;
}
@media (max-width: 767px) {
  .enterprise-features {
    margin-left: 1.875rem;
  }
}
.enterprise-form .form-group {
  margin-bottom: 0.9375rem;
}
.s-advantages {
  background-image: url(/images/16-home-hero-mostar-ii.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .s-advantages {
    background-image: url(/images/16-home-hero-mostar-ii.jpg);
  }
}
.s-advantages h2 {
  color: #fff;
  margin-bottom: 1.875rem;
}
.s-advantages .s-advantages-container {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  width: 100%;
  float: left;
}
@media (max-width: 767px) {
  .s-advantages .s-advantages-container {
    margin-bottom: 1.875rem;
    border-top: none;
  }
}
.s-advantages .block-list {
  width: 50%;
  float: left;
}
@media (max-width: 767px) {
  .s-advantages .block-list {
    width: 100%;
  }
}
.s-advantages .block-list li {
  width: 100%;
  color: #fff;
  margin-top: 0;
  padding-top: 0.46875rem;
  padding-bottom: 0.46875rem;
  font-weight: 400;
}
@media (min-width: 544px) {
  .s-advantages .block-list li:not(:last-child) {
    border-bottom: 1px solid #fff;
  }
}
.s-advantages-wrapper {
  margin-top: 3.75rem;
}
.s-advantages-wrapper h4 {
  color: grey !important;
  margin-bottom: 0;
}
.s-advantages-wrapper .s-advantages-container {
  margin-top: 1.875rem;
  padding-top: 0.46875rem;
  padding-bottom: 0.46875rem;
  padding-left: 0;
  padding-right: 0;
  border-top: 1px solid grey;
  border-bottom: 1px solid grey;
}
.s-advantages-wrapper .s-advantages-container .c-lg-6 {
  padding-left: 0;
  padding-right: 0;
}
.s-advantages-wrapper .s-advantages-container .block-list .list-block-item {
  margin-top: 0;
  padding-top: 0.46875rem;
  padding-bottom: 0.46875rem;
}
.s-advantages-wrapper
  .s-advantages-container
  .block-list
  .list-block-item:not(:first-child) {
  border-top: 1px solid #ebebeb;
}
.dru-ptable-wrapper .table-lead,
.mr-ptable-wrapper .table-lead {
  margin-top: 2.8125rem;
  margin-bottom: 2.5rem;
}
@media (max-width: 767px) {
  .dru-ptable-wrapper .table-lead,
  .mr-ptable-wrapper .table-lead {
    margin-top: 1.875rem;
    margin-bottom: 0;
    min-height: 90px;
  }
}
.dru-ptable-wrapper .table-lead h3,
.mr-ptable-wrapper .table-lead h3 {
  font-size: 1.375rem;
  color: #fff;
  font-weight: 400;
}
.dru-ptable-wrapper .table-lead h4,
.mr-ptable-wrapper .table-lead h4 {
  font-size: 1.25rem;
  color: #fff;
  font-weight: 400;
}
@media (max-width: 767px) {
  .dru-ptable-wrapper .table-lead h4,
  .mr-ptable-wrapper .table-lead h4 {
    font-size: 1rem;
  }
}
.dru-ptable-wrapper .table-lead p,
.mr-ptable-wrapper .table-lead p {
  margin-top: 0;
  margin-bottom: 0;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 400;
}
.dru-ptable-wrapper .table-lead p.pricing,
.mr-ptable-wrapper .table-lead p.pricing {
  font-size: 1.25rem;
  font-weight: 600;
  color: #619f42;
}
.dru-ptable-wrapper .table-lead p.pricing span,
.mr-ptable-wrapper .table-lead p.pricing span {
  color: #fff;
  font-size: 0.875rem;
}
.dru-ptable-wrapper .table-lead p.pricing sup,
.mr-ptable-wrapper .table-lead p.pricing sup {
  color: #fff;
}
@media (max-width: 767px) {
  .dru-ptable-wrapper .table-lead p.pricing,
  .mr-ptable-wrapper .table-lead p.pricing {
    line-height: 1;
  }
}
.dru-ptable-wrapper .table-lead p.small,
.mr-ptable-wrapper .table-lead p.small {
  font-size: 0.75rem;
}
.dru-ptable-wrapper .sideb h3,
.mr-ptable-wrapper .sideb h3 {
  padding-top: 1.0625rem;
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .dru-ptable-wrapper .opt-list,
  .mr-ptable-wrapper .opt-list {
    width: 30%;
    float: left;
  }
}
.dru-ptable-wrapper .opt-list .table-lead,
.mr-ptable-wrapper .opt-list .table-lead {
  margin-top: 1.625rem;
  margin-bottom: 2.375rem;
}
@media (max-width: 767px) {
  .dru-ptable-wrapper .opt-list .table-lead,
  .mr-ptable-wrapper .opt-list .table-lead {
    margin-top: 1.875rem;
    margin-bottom: 0;
    min-height: 98px;
  }
}
@media (max-width: 767px) {
  .dru-ptable-wrapper .feat-list,
  .mr-ptable-wrapper .feat-list {
    float: left;
  }
}
@media (max-width: 767px) {
  .dru-ptable-wrapper .feat-list:first-child,
  .mr-ptable-wrapper .feat-list:first-child {
    width: 70%;
  }
}
@media (max-width: 767px) {
  .dru-ptable-wrapper .feat-list h3,
  .mr-ptable-wrapper .feat-list h3 {
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  .dru-ptable-wrapper .feat-list h4,
  .mr-ptable-wrapper .feat-list h4 {
    font-size: 1rem;
  }
}
.dru-ptable-wrapper .feat-list .p-table .block-list,
.mr-ptable-wrapper .feat-list .p-table .block-list {
  margin-left: 0.9375rem;
}
@media (max-width: 767px) {
  .dru-ptable-wrapper .feat-list .p-table .block-list,
  .mr-ptable-wrapper .feat-list .p-table .block-list {
    margin-left: 0;
  }
}
.dru-ptable-wrapper .feat-list .p-table .list-block-item,
.mr-ptable-wrapper .feat-list .p-table .list-block-item {
  padding-left: 0.9375rem;
  font-weight: 600;
}
@media (max-width: 767px) {
  .dru-ptable-wrapper .feat-list .p-table .list-block-item,
  .mr-ptable-wrapper .feat-list .p-table .list-block-item {
    padding-left: 0;
  }
}
.dru-ptable-wrapper .buy-btn-wrapper,
.mr-ptable-wrapper .buy-btn-wrapper {
  float: left;
  width: 100%;
}
.dru-ptable-wrapper .buy-btn-wrapper a.text-link,
.mr-ptable-wrapper .buy-btn-wrapper a.text-link {
  color: grey;
  display: inline-block;
  font-size: 0.75rem;
  margin-top: 0.5rem;
  margin-bottom: 1.8125rem;
}
.dru-ptable-wrapper .buy-btn-wrapper a.text-link:hover,
.mr-ptable-wrapper .buy-btn-wrapper a.text-link:hover {
  color: #619f42;
}
.side-pricing-table {
  border-bottom: 1px solid #636466;
  float: left;
  width: 100%;
  padding-bottom: 0.9375rem;
}
.top-d-bar {
  position: absolute;
  width: 100%;
  height: 128px;
  background-color: #414042;
  left: 0;
}
@media (max-width: 767px) {
  .top-d-bar {
    height: 120px;
  }
}
.sideb {
  background-color: #636466;
  padding-bottom: 7.75rem;
  color: #fff;
}
@media (max-width: 991px) {
  .sideb .table-lead {
    margin-top: 1.875rem;
    margin-bottom: 0.9375rem;
  }
}
.sideb h3 {
  margin-top: 3.5rem;
  margin-bottom: 3rem;
}
@media (max-width: 991px) {
  .sideb h3 {
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .sideb {
    float: left;
    width: 100%;
    padding-bottom: 1.875rem;
  }
}
.p-table .list-block-item {
  margin-top: 0;
  padding: 5px 0;
}
@media (max-width: 767px) {
  .p-table .list-block-item {
    height: 61px;
  }
}
.p-table .list-block-item.highlight {
  font-weight: 600;
}
.p-table .list-block-item:not(:first-child) {
  border-top: 1px solid #ebebeb;
}
.side-features {
  padding-bottom: 0.9375rem;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  padding-top: 0.75rem;
  border-top: 1px solid #ababab;
  border-bottom: 1px solid #ababab;
}
.side-features .list-block-item {
  font-weight: 400;
  margin-top: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 0;
  padding-left: 5px;
}
@media (max-width: 767px) {
  .side-features .list-block-item {
    border-top: none;
  }
}
.side-features .list-block-item:not(:first-child) {
  border-top: 1px solid #7d7d7d;
}
.side-features .list-block-item:after {
  content: "\2713";
  width: 20px;
  float: right;
  height: 100%;
  margin: 0 auto;
  font-family: Helvetica, Arial, Tahoma, sans-serif;
  color: #619f42;
  display: block;
  text-align: center;
  font-weight: 600;
}
.s-how {
  background-image: url(/images/header-background-image.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .s-how {
    background-image: url(/images/header-background-image-x2.jpg);
  }
}
.s-how img {
  margin-top: 25px;
  float: left;
}
@media (max-width: 767px) {
  .s-how img {
    max-width: 100%;
  }
}
.s-how .how-list {
  list-style: none;
  float: left;
  position: relative;
}
@media (max-width: 767px) {
  .s-how .how-list {
    margin-top: 0.9375rem;
  }
}
.s-how .how-list li {
  width: 300px;
  border-left: 1px solid #636466;
  padding-left: 0.9375rem;
  position: relative;
}
@media (max-width: 767px) {
  .s-how .how-list li {
    width: 100%;
    border-left: none;
  }
}
.s-how .how-list li h4 {
  color: #619f42;
  font-size: 15px;
  font-weight: 600;
}
.s-how .how-list li p {
  font-weight: 400;
  margin-top: 0;
}
.s-how .how-list li:after {
  content: "";
  width: 70px;
  height: 1px;
  background-color: #636466;
  position: absolute;
  right: 304px;
  top: 38px;
}
@media (max-width: 767px) {
  .s-how .how-list li:after {
    display: none;
  }
}
.s-how .how-list li:not(:first-child) {
  margin-top: 30px;
}
.s-how .how-list li:first-child {
  margin-left: -35px;
}
.s-how .how-list li:nth-child(2) {
  margin-left: 55px;
}
.s-how .how-list li:nth-child(3) {
  margin-left: 75px;
}
.s-how .how-list li:nth-child(4) {
  margin-left: 50px;
}
.s-how .how-list li:nth-child(5) {
  margin-left: -45px;
}
@media (max-width: 767px) {
  .s-how .how-list li {
    margin-left: 0 !important;
  }
}
.s-how-protects {
  background-image: url(/images/header-background-image.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .s-how-protects {
    background-image: url(/images/header-background-image-x2.jpg);
  }
}
.s-how-protects .container {
  padding-bottom: 180px;
}
@media (max-width: 767px) {
  .s-how-protects .container {
    padding-bottom: 1.875rem;
  }
}
.s-how-protects img {
  margin-top: 25px;
}
@media (max-width: 767px) {
  .s-how-protects img {
    max-width: 100%;
  }
}
.s-how-protects .s-how-protects-wrapper {
  text-align: center;
}
.s-how-protects .how-list {
  list-style: none;
  float: left;
  position: absolute;
  text-align: left;
  top: 0;
  width: 100%;
}
@media (max-width: 767px) {
  .s-how-protects .how-list {
    position: relative;
    text-align: center;
    border-bottom: 1px solid #888;
    margin-top: 0.9375rem;
  }
}
.s-how-protects li {
  width: 300px;
  padding-left: 0.9375rem;
}
.s-how-protects li h4 {
  color: #619f42;
  font-size: 15px;
  font-weight: 600;
}
.s-how-protects li p {
  font-weight: 400;
  margin-top: 0;
}
.s-how-protects li:first-child {
  position: absolute;
  top: 69px;
  right: 6px;
}
.s-how-protects li:first-child:after {
  content: "";
  width: 50px;
  height: 1px;
  background-color: #636466;
  position: absolute;
  right: 282px;
  top: 37px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.s-how-protects li:nth-child(2) {
  position: absolute;
  top: 201px;
  right: -75px;
}
.s-how-protects li:nth-child(2):after {
  content: "";
  width: 50px;
  height: 1px;
  background-color: #636466;
  position: absolute;
  right: 291px;
  top: 21px;
  -webkit-transform: rotate(-22deg);
  transform: rotate(-22deg);
}
.s-how-protects li:nth-child(3) {
  position: absolute;
  top: 372px;
  right: -77px;
}
.s-how-protects li:nth-child(3):after {
  content: "";
  width: 50px;
  height: 1px;
  background-color: #636466;
  position: absolute;
  right: 291px;
  top: -3px;
  -webkit-transform: rotate(26deg);
  transform: rotate(26deg);
}
.s-how-protects li:nth-child(4) {
  position: absolute;
  top: 497px;
  right: -5px;
}
.s-how-protects li:nth-child(4):after {
  content: "";
  width: 50px;
  height: 1px;
  background-color: #636466;
  position: absolute;
  right: 285px;
  top: -10px;
  -webkit-transform: rotate(37deg);
  transform: rotate(37deg);
}
.s-how-protects li:nth-child(5) {
  position: absolute;
  top: 592px;
  right: 138px;
}
.s-how-protects li:nth-child(5):after {
  content: "";
  width: 50px;
  height: 1px;
  background-color: #636466;
  position: absolute;
  right: 261px;
  top: -32px;
  -webkit-transform: rotate(69deg);
  transform: rotate(69deg);
}
.s-how-protects li:nth-child(6) {
  position: absolute;
  top: 592px;
  right: 393px;
  width: 288px;
}
.s-how-protects li:nth-child(6):after {
  content: "";
  width: 50px;
  height: 1px;
  background-color: #636466;
  position: absolute;
  right: 144px;
  top: -30px;
  -webkit-transform: rotate(106deg);
  transform: rotate(106deg);
}
.s-how-protects li:nth-child(7) {
  position: absolute;
  top: 504px;
  left: 138px;
}
.s-how-protects li:nth-child(7):after {
  content: "";
  width: 50px;
  height: 1px;
  background-color: #636466;
  position: absolute;
  left: 118px;
  top: -13px;
  -webkit-transform: rotate(132deg);
  transform: rotate(132deg);
}
.s-how-protects li:nth-child(8) {
  position: absolute;
  top: 386px;
  left: 2px;
}
.s-how-protects li:nth-child(8):after {
  content: "";
  width: 50px;
  height: 1px;
  background-color: #636466;
  position: absolute;
  left: 188px;
  top: -2px;
  -webkit-transform: rotate(158deg);
  transform: rotate(158deg);
}
.s-how-protects li:nth-child(9) {
  position: absolute;
  top: 211px;
  left: -23px;
}
.s-how-protects li:nth-child(9):after {
  content: "";
  width: 50px;
  height: 1px;
  background-color: #636466;
  position: absolute;
  left: 209px;
  top: 19px;
  -webkit-transform: rotate(198deg);
  transform: rotate(198deg);
}
.s-how-protects li:nth-child(10) {
  position: absolute;
  top: 62px;
  left: -14px;
}
.s-how-protects li:nth-child(10):after {
  content: "";
  width: 50px;
  height: 1px;
  background-color: #636466;
  position: absolute;
  left: 283px;
  top: 35px;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}
@media (max-width: 767px) {
  .s-how-protects li {
    position: relative !important;
    top: auto !important;
    right: auto !important;
    left: auto !important;
    width: 100% !important;
    padding-top: 0.46875rem;
    padding-bottom: 0.46875rem;
    padding-right: 0;
    padding-left: 0;
    border-top: 1px solid #888;
  }
  .s-how-protects li:after {
    display: none;
  }
}
.affix-footer-banner {
  position: fixed;
  z-index: 99;
  bottom: 0;
  display: none;
  width: 100%;
  -webkit-transition: all 5s;
  transition: all 5s;
  border-top: 5px solid #559c42;
  background-color: #333;
}
@media (max-width: 991px) {
  .affix-footer-banner {
    display: none !important;
  }
}
.affix-footer-banner .container {
  width: 100rem;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.affix-footer-banner .sucuri-footer-logo img {
  padding: 12px 0;
}
.affix-footer-banner a {
  text-decoration: none;
}
.affix-footer-banner h3 {
  font-size: 25px;
  padding: 9px 0;
  text-align: center;
  color: #609f43;
  margin-bottom: 0;
  line-height: 1;
  margin-top: 4px;
}
@media (max-width: 991px) {
  .affix-footer-banner h3 {
    font-size: 1.25rem;
  }
}
.affix-footer-banner .price {
  font-size: 22px;
  float: left;
  margin-top: 3px;
  color: #fff;
}
.affix-footer-banner .price {
  text-align: center;
}
.affix-footer-banner .price span {
  font-size: 13px;
}
.affix-footer-banner .price p {
  font-size: 13px;
  margin-top: 0;
  margin-bottom: 0;
}
.affix-footer-banner .price p,
.affix-footer-banner .price span,
.affix-footer-banner .price sup {
  line-height: 50%;
  color: #fff;
}
.affix-footer-banner .btn {
  margin: 7px auto;
}
.affix-footer-banner.affix-footer-banner-a {
  background-color: #fff;
  color: #619f42;
  border-top: 1px solid #a8aaad;
  border-bottom: 1px solid #a8aaad;
  bottom: 0;
}
.affix-footer-banner.affix-footer-banner-a .container {
  position: relative;
}
.affix-footer-banner.affix-footer-banner-a .tp-banner {
  position: absolute;
  top: -29px;
  left: 0;
  width: 354px;
  background-color: #619f42;
  text-align: center;
  padding: 2px 0;
  color: #fff;
}
.affix-footer-banner.affix-footer-banner-a
  .afbi-wrapper
  .list-inline
  .list-inline-item {
  margin-right: 0;
  text-align: center;
}
.affix-footer-banner.affix-footer-banner-a
  .afbi-wrapper
  .list-inline
  .list-inline-item
  p {
  font-size: 12px;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 0;
}
.affix-footer-banner.affix-footer-banner-a
  .afbi-wrapper
  .af-icons-wrapper
  a {
  display: block;
  padding-top: 0.46875rem;
  padding-bottom: 0.46875rem;
  padding-left: 2px;
  padding-right: 2px;
  background-color: rgba(99, 100, 102, 0.05);
}
.affix-footer-banner.affix-footer-banner-a
  .afbi-wrapper
  .af-icons-wrapper
  a:hover {
  opacity: 0.9;
}
.affix-footer-banner.affix-footer-banner-a .pricing-container {
  margin-top: 13px;
}
.affix-footer-banner.affix-footer-banner-a h3 {
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  line-height: 1;
  margin-top: 11px;
  margin-bottom: 11px;
}
@media (max-width: 991px) {
  .affix-footer-banner.affix-footer-banner-a h3 {
    font-size: 1.25rem;
  }
}
.affix-footer-banner.affix-footer-banner-a .price {
  font-size: 30px;
  font-weight: 600;
  float: left;
  margin-top: 7px;
  color: #414042;
  text-align: center;
  line-height: 1;
}
.affix-footer-banner.affix-footer-banner-a .price span {
  font-size: 13px;
}
.affix-footer-banner.affix-footer-banner-a .price p {
  font-size: 13px;
  margin-top: 0;
  margin-bottom: 0;
}
.affix-footer-banner.affix-footer-banner-a .price sup {
  font-weight: 300;
}
.affix-footer-banner.affix-footer-banner-a .price p,
.affix-footer-banner.affix-footer-banner-a .price span,
.affix-footer-banner.affix-footer-banner-a .price sup {
  line-height: 50%;
  color: #414042;
}
.affix-footer-banner.affix-footer-banner-a .btn {
  margin: auto;
  font-weight: 600;
}
.affix-footer-banner.affix-footer-banner-l {
  border: none;
  background-color: transparent;
  text-align: center;
}
.affix-footer-banner.affix-footer-banner-l
  .list-inline.fabl
  .list-inline-item {
  background-color: #619f42;
  color: #fff;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  padding: 0 0.9375rem;
  font-weight: 600;
}
.affix-footer-banner.affix-footer-banner-l
  .list-inline.fabl
  .list-inline-item:not(:last-child) {
  margin-right: 1.875rem;
}
.affix-footer-banner.affix-footer-banner-l
  .list-inline.fabl
  .list-inline-item
  a {
  color: #fff;
}
.testimonials-container {
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .testimonials-container {
    height: auto !important;
  }
}
.testimonials-container .container {
  padding-bottom: 0;
}
.testimonial-nav li.list-inline-item {
  margin-right: 0;
  cursor: pointer;
}
.testimonial-nav li a {
  font-size: 1rem;
  padding: 2px 20px;
  width: 100px;
  color: grey;
  text-decoration: none;
}
.testimonial-nav li a.active {
  color: #619f42;
}
.testimonial-nav li a:hover {
  color: #619f42;
}
.testimonial-media-nav li.list-inline-item {
  margin-right: 0;
  cursor: pointer;
}
.testimonial-media-nav li a {
  font-size: 1rem;
  padding: 2px 20px;
  width: 100px;
  color: grey;
}
.testimonial-media-nav li a.active {
  color: #619f42;
}
.testimonial-media-nav li a:hover {
  color: #619f42;
}
.testimonials-avatars-container {
  padding: 30px 20px;
  border-top: 1px solid #cdccce;
  max-width: 936px;
  position: relative;
  height: 515px;
  margin: 0 17px;
}
@media (max-width: 767px) {
  .testimonials-avatars-container {
    height: auto;
  }
}
.testimonials-avatars-container .avatars-wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.testimonials-avatars-container .avatar-container {
  position: absolute;
  left: 0;
}
@media (max-width: 767px) {
  .testimonials-avatars-container .avatar-container {
    position: relative;
  }
}
.testimonials-avatars-container .avatarst {
  display: block;
  float: left;
  width: 900px;
}
.testimonials-avatars-container .avatarst.active {
  left: 0;
}
@media (max-width: 767px) {
  .testimonials-avatars-container .avatarst {
    width: 100%;
  }
}
.testimonials-avatars-container .avatarsn {
  display: block;
  float: left;
  width: 901px;
}
.testimonials-avatars-container .avatarsn.active {
  left: 0;
}
.testimonials-avatars-container .avatarst a {
  float: left;
  width: 146px;
  display: block;
  position: relative;
}
@media (max-width: 767px) {
  .testimonials-avatars-container .avatarst a {
    width: 80px;
    padding: 2px;
    margin: 0 auto !important;
    display: inline-block;
    float: none;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .testimonials-avatars-container .avatarst a img {
    max-width: 100%;
  }
}
.testimonials-avatars-container .avatarst a:not(.break-next) {
  margin-right: 4px;
}
.testimonials-avatars-container .avatarst a:nth-child(6) {
  margin-right: 0;
}
.testimonials-avatars-container .avatarst a:nth-child(11) {
  margin-right: 0;
}
.testimonials-avatars-container .avatarst a:last-child {
  margin-right: 0;
}
.testimonials-avatars-container .avatarst a:nth-child(7) {
  margin-right: 4px;
  margin-left: 75px;
}
@media (max-width: 767px) {
  .testimonials-avatars-container .avatarst a:nth-child(7) {
    margin: 0 auto;
  }
}
.testimonials-avatars-container .avatarst a:nth-child(n + 7) {
  margin-top: -39px;
}
@media (max-width: 767px) {
  .testimonials-avatars-container .avatarst a:nth-child(n + 7) {
    margin: 0 auto;
  }
}
.testimonials-avatars-container .avatarst a .hover-testimonial-logo {
  display: none;
  position: absolute;
  height: 85px;
  bottom: 43px;
  left: 0;
  z-index: 100;
}
@media (max-width: 767px) {
  .testimonials-avatars-container .avatarst a .hover-testimonial-logo {
    display: none;
  }
}
.testimonials-avatars-container .avatarst a .hover-testimonial-logo img {
  height: auto;
  opacity: 1;
}
.testimonials-avatars-container .avatarst a .hover-testimonial-logo p {
  color: #333;
  font-size: 0.875rem;
  font-weight: 600;
  font-style: normal;
  text-align: center;
  margin: 0 auto;
  width: 100%;
  float: left;
  -webkit-animation: testimonial-slide-down 0.1s linear;
  animation: testimonial-slide-down 0.1s linear;
}
.testimonials-avatars-container
  .avatarst
  a
  .hover-testimonial-logo
  p:first-child {
  font-size: 0.625rem;
  margin-top: 26px;
}
.testimonials-avatars-container .avatarst a:hover:after {
  content: "";
  background-image: url(/images/icons/16-testimonials-background-white-border.png);
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 99;
  right: 0;
  top: 0;
  -webkit-animation: fade-in 0.4s linear;
  animation: fade-in 0.4s linear;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .testimonials-avatars-container .avatarst a:hover:after {
    background-image: url(/images/icons/16-testimonials-background-white-border.png);
  }
}
@media (max-width: 767px) {
  .testimonials-avatars-container .avatarst a:hover:after {
    display: none;
  }
}
.testimonials-avatars-container .avatarst a:hover .hover-testimonial-logo {
  display: block;
  -webkit-animation: testimonial-slide-down 0.1s linear;
  animation: testimonial-slide-down 0.1s linear;
}
@media (max-width: 767px) {
  .testimonials-avatars-container
    .avatarst
    a:hover
    .hover-testimonial-logo {
    display: none;
  }
}
.testimonials-avatars-container .avatarst a.loading img {
  opacity: 0.2;
}
.testimonials-avatars-container .avatarst a.loading:after {
  content: "";
  background-image: url(/images/icons/16-loading-gif.gif);
  position: absolute;
  width: 100px;
  height: 100px;
  z-index: 99;
  right: 24px;
  top: 35px;
  -webkit-animation: fade-in 0.4s linear;
  animation: fade-in 0.4s linear;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .testimonials-avatars-container .avatarst a.loading:after {
    background-image: url(/images/icons/16-loading-gif.gif);
  }
}
.testimonials-avatars-container
  .avatarst
  a.loading
  .hover-testimonial-logo {
  display: none;
  -webkit-animation: testimonial-slide-down 0.1s linear;
  animation: testimonial-slide-down 0.1s linear;
}
.testimonials-avatars-container .avatars-pagination {
  position: absolute;
  bottom: 20px;
  list-style: none;
  left: 0;
  right: 0;
}
.testimonials-avatars-container .avatars-pagination ul li {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  margin: 0 5px;
  background-color: #888;
  cursor: pointer;
}
.testimonials-avatars-container .avatars-pagination ul li.active {
  background-color: #333;
}
@media (max-width: 767px) {
  .testimonials-avatars-container .avatars-pagination {
    display: none;
  }
}
@media (max-width: 767px) {
  .testimonials-avatars-container .avatars-nav {
    display: none;
  }
}
.inner-testimonial-wrapper {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  z-index: 101;
  background-image: url(/images/header-background-image-x2.jpg);
  background-size: cover;
  background-position: center top;
  background-color: #fff;
}
@media (max-width: 767px) {
  .inner-testimonial-wrapper {
    position: relative !important;
  }
}
.testimonial-wrapper {
  padding: 0;
  position: relative;
}
@media (max-width: 767px) {
  .testimonial-nav {
    display: none;
  }
}
.inner-avatar {
  padding: 40px 0;
  background-color: #4e4d4e;
  width: 100%;
  height: 100%;
  float: left;
}
@media (max-width: 767px) {
  .inner-avatar {
    height: auto !important;
  }
}
.inner-avatar .ia-list {
  position: relative;
}
.inner-avatar .ia-list ul.avatar-icon-list {
  list-style: none;
  float: left;
  width: 100%;
}
.inner-avatar .ia-list ul.avatar-icon-list > li {
  display: inline;
  float: left;
}
.inner-avatar .ia-list ul.avatar-icon-list > li:first-child {
  position: absolute;
  left: 46px;
  top: -23px;
}
.inner-avatar .ia-list ul.avatar-icon-list > li:nth-child(2) {
  position: absolute;
  top: 1px;
  left: 85px;
  z-index: 105;
}
.inner-avatar .ia-list ul.avatar-icon-list > li:hover .t-social-icons {
  display: block !important;
  overflow: hidden;
  -webkit-animation: social-w-in 0.3s;
  animation: social-w-in 0.3s;
}
.inner-avatar .ia-list ul.avatar-icon-list > li:hover .t-social-icons ul {
  -webkit-animation: social-in 0.5s;
  animation: social-in 0.5s;
}
.inner-avatar .t-social-icons {
  display: none;
  top: 2px;
  height: 27px;
  left: 12px;
  padding: 3px 2px;
  padding-left: 20px;
  background-color: #999;
  z-index: -99;
  position: absolute;
  width: 94px;
  border-top-right-radius: 14px;
  border-bottom-right-radius: 14px;
}
.inner-avatar .t-social-icons ul {
  position: absolute;
  line-height: 1;
  left: 20px;
}
.inner-avatar .t-social-icons ul li {
  display: inline-block;
  line-height: 1;
}
.inner-avatar .t-social-icons ul li .social-icon {
  width: 20px;
  height: 20px;
  background-size: 100%;
}
.inner-avatar .t-social-icons ul li .social-icon:hover {
  background-position: 0 20px !important;
}
.inner-avatar .ia-heading {
  margin-top: 3.375rem;
  padding: 15px 0;
  background-color: #619f42;
}
.inner-avatar .ia-heading h2 {
  font-size: 1.4rem;
  color: #fff;
}
.inner-avatar .ia-heading h4 {
  color: #fff;
}
.inner-avatar .ia-heading p {
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
}
.inner-avatar .ia-heading p.twitter a {
  color: #fff;
}
.inner-avatar .ia-heading a {
  color: #fff;
  text-decoration: none;
}
.inner-avatar .ia-heading a:hover {
  text-decoration: none;
  font-weight: 600;
}
.inner-avatar .ia-banner {
  padding: 7px 15px;
  background-color: #619f42;
}
.inner-avatar .ia-banner img {
  max-width: 100%;
}
.inner-avatar .l-cta {
  padding: 15px 0;
}
.inner-avatar .l-cta h3 {
  font-size: 1.375rem;
  color: #fff;
}
.inner-avatar .l-cta h4 {
  font-size: 1.375rem;
  font-weight: 600;
  color: #619f42;
}
.inner-avatar .l-cta p {
  margin-top: 0;
  margin-bottom: 0;
  color: #fff;
}
.inner-avatar .l-cta p.pricing {
  font-size: 1.375rem;
}
.inner-avatar .l-cta p.pricing span {
  font-size: 1.125rem;
  color: #fff;
}
.inner-avatar .l-cta p.small {
  font-size: 0.75rem;
  font-style: italic;
}
.inner-avatar .l-cta a.buy {
  color: #fff;
  margin-top: 0.9375rem;
}
.inner-avatar .l-cta a.buy:hover {
  text-decoration: none;
}
.inner-avatar .l-cta img {
  max-width: 100%;
}
.inner-avatar .ia-flist h5 {
  font-size: 0.9375rem;
  margin-top: 1.875rem;
  font-weight: 600;
}
.inner-avatar .ia-flist ul li:not(:first-child) {
  margin-top: 0.3125rem;
}
.inner-avatar .ia-flist ul li p {
  font-weight: 300;
  font-size: 0.875rem;
  margin: 0;
}
.inner-avatar .ia-platform {
  margin-top: 0;
  position: absolute;
  bottom: 15px;
}
.inner-avatar .ia-platform img {
  width: 200px;
}
.inner-testimonial {
  padding-top: 2.1875rem;
  padding-left: 0.9375rem;
}
.inner-testimonial .it-lead {
  float: left;
  width: 100%;
}
@media (max-width: 767px) {
  .inner-testimonial .it-lead {
    margin-top: 0.9375rem;
  }
}
.inner-testimonial h3 {
  margin-left: 0.46875rem;
  margin-bottom: 0;
  float: left;
}
.inner-testimonial .icon-social-share-t {
  float: right;
}
.inner-testimonial .icon-social-share-it {
  width: 74px;
  float: right;
  cursor: pointer;
  position: absolute;
  right: -16px;
  padding-bottom: 30px;
  top: 46px;
}
@media (max-width: 767px) {
  .inner-testimonial .icon-social-share-it {
    display: none;
  }
}
.inner-testimonial .icon-social-share-it p {
  margin-bottom: 0;
  margin-top: 10px;
  font-size: 1rem;
  color: #619f42;
  font-weight: 600;
  line-height: 1;
  padding: 0;
}
.inner-testimonial .icon-social-share-it p span {
  font-family: sans-serif;
  color: grey;
}
.inner-testimonial .icon-social-share-it .t-social-icons {
  position: absolute;
  display: none;
  top: 22px;
  width: 77px;
  background-color: #999;
  padding: 3px 4px;
  height: 26px;
  border-radius: 4px;
}
.inner-testimonial .icon-social-share-it .t-social-icons ul {
  line-height: 1;
}
.inner-testimonial .icon-social-share-it .t-social-icons .list-inline-item {
  margin-right: 0;
  width: 20px;
  line-height: 1;
}
.inner-testimonial
  .icon-social-share-it
  .t-social-icons
  .list-inline-item
  i.social-icon {
  width: 20px;
  height: 20px;
  background-size: 100%;
}
.inner-testimonial
  .icon-social-share-it
  .t-social-icons
  .list-inline-item
  i.social-icon:hover {
  background-position: 0 20px;
}
.inner-testimonial .icon-social-share-it:hover .t-social-icons {
  display: block;
  -webkit-animation: social-it-in 0.3s;
  animation: social-it-in 0.3s;
}
.inner-testimonial hr {
  width: 100%;
  float: left;
}
.inner-testimonial .it-content {
  width: 100%;
  padding-right: 1rem;
  float: left;
  top: 0;
}
.inner-testimonial .it-content .content-wrapper {
  float: left;
  position: relative;
  width: 100%;
}
.inner-testimonial .it-content .content-wrapper img {
  max-width: 100%;
}
.inner-testimonial .it-content .why-f {
  float: left;
  width: 100%;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 15px;
}
.inner-testimonial .it-content .why-f h4 {
  color: #619f42;
  font-size: 1.25rem;
  padding-left: 0;
}
.inner-testimonial .it-content .why-f ul {
  margin-left: 0;
}
.inner-testimonial .it-content .why-f ul li {
  font-size: 0.9375rem;
}
.inner-testimonial .it-content .why-f ul li:not(:first-child) {
  margin-top: 0;
}
.inner-testimonial .it-content .why-f ul li:before {
  content: "";
  width: 4px;
  height: 4px;
  background-color: #619f42;
  float: left;
  display: block;
  border-radius: 50%;
  margin-top: 10px;
  margin-right: 8px;
}
.inner-testimonial .it-content pre {
  white-space: normal;
}
.inner-testimonial .it-content .it-lead {
  border-bottom: 1px solid #fff;
  margin-bottom: 1rem;
}
.inner-testimonial .it-content h3 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.inner-testimonial .it-content h4 {
  padding-left: 0.9375rem;
  line-height: 1.4;
}
.inner-testimonial .it-content ul {
  list-style-type: disc;
  margin-left: 2rem;
}
.inner-testimonial .it-content ul li {
  font-weight: 400;
}
.inner-testimonial .it-content iframe {
  display: block;
}
.inner-testimonial p {
  font-weight: 400;
  padding-left: 0.9375rem;
}
.inner-testimonial p:first-child {
  margin-top: 0;
}
.inner-testimonial ol {
  margin-left: 1.875rem;
}
.inner-testimonial ol li {
  font-weight: 300;
  font-size: 0.875rem;
  line-height: 1.6;
}
.arrow-nav-t {
  position: absolute;
  bottom: 30px;
  left: 258px;
}
.arrow-nav-t .arrow-nav-t-list {
  list-style: none;
  text-align: center;
  width: 680px;
  height: 30px;
  margin: 0 auto;
  position: relative;
}
.arrow-nav-t .arrow-nav-t-list li {
  display: inline-block;
  width: 332px;
  float: left;
  height: 30px;
  background-color: #636466;
}
.arrow-nav-t .arrow-nav-t-list li:first-child {
  text-align: left;
  margin-right: 15px;
}
.arrow-nav-t .arrow-nav-t-list li:first-child a {
  padding-left: 70px;
}
.arrow-nav-t .arrow-nav-t-list li:first-child:after {
  content: "";
  width: 60px;
  height: 30px;
  float: left;
  background-image: url(/images/icons/15-t-left-nav-bg.png);
  background-position: 20px 7px;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .arrow-nav-t .arrow-nav-t-list li:first-child:after {
    background-image: url(/images/icons/15-t-left-nav-bg.png);
  }
}
.arrow-nav-t .arrow-nav-t-list li:nth-child(2) {
  text-align: right;
}
.arrow-nav-t .arrow-nav-t-list li:nth-child(2) a {
  padding-right: 70px;
  text-decoration: none;
}
.arrow-nav-t .arrow-nav-t-list li:nth-child(2):after {
  content: "";
  width: 60px;
  height: 30px;
  float: right;
  background-image: url(/images/icons/15-t-left-nav-bg.png);
  background-position: 20px 7px;
  background-repeat: no-repeat;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .arrow-nav-t .arrow-nav-t-list li:nth-child(2):after {
    background-image: url(/images/icons/15-t-left-nav-bg.png);
  }
}
.arrow-nav-t .arrow-nav-t-list li a {
  color: #fff;
  display: block;
  position: relative;
  z-index: 1;
}
.arrow-nav-t .arrow-nav-t-list li a:nth-child(2) .go-up:before {
  content: "";
  background-image: url(/images/icons/15-t-dir-icon.png);
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .arrow-nav-t .arrow-nav-t-list li a:nth-child(2) .go-up:before {
    background-image: url(/images/icons/15-t-dir-icon.png);
  }
}
.arrow-nav-t .arrow-nav-t-list li a:hover {
  text-decoration: none;
}
.arrow-nav-t .arrow-nav-t-list li:hover {
  background-color: #333;
}
@media (max-width: 767px) {
  .arrow-nav-t .arrow-nav-t-list {
    display: none;
  }
}
.arrow-nav-t p {
  margin-bottom: 3px;
  margin-top: 3px;
}
.right-t-nav {
  position: absolute;
  right: -30px;
  top: 44%;
}
.right-t-nav li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: block;
  border: 1px solid grey;
  cursor: pointer;
}
.right-t-nav li:not(:first-child) {
  margin: 15px 0;
}
.right-t-nav li.active {
  background-color: #619f42;
  border: none;
}
.scrollbar {
  display: none;
  position: absolute;
  width: 8px;
  height: 460px;
  background-color: #353535;
  right: -12px;
  top: 120px;
}
.scrollbar .inner-scrollbar {
  position: absolute;
  width: 8px;
  background-color: #619f42;
}
.scrollbar .to-top {
  content: "";
  width: 12px;
  height: 14px;
  position: absolute;
  top: -16px;
  left: -2px;
  background-image: url(/images/icons/15-t-dir-icon.png);
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .scrollbar .to-top {
    background-image: url(/images/icons/15-t-dir-icon.png);
  }
}
.scrollbar .to-bottom {
  content: "";
  width: 12px;
  height: 14px;
  position: absolute;
  bottom: -16px;
  left: -2px;
  background-position: 6px 0;
  background-image: url(/images/icons/15-t-dir-icon.png);
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .scrollbar .to-bottom {
    background-image: url(/images/icons/15-t-dir-icon.png);
  }
}
.inner-testimonial-anchor {
  position: absolute;
  width: 30px;
  background-color: #619f42;
  left: 0;
  height: 100%;
  cursor: pointer;
  background-image: url(/images/icons/15-t-left-nav-bg.png);
  background-position: 5px 48px;
  background-repeat: no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .inner-testimonial-anchor {
    background-image: url(/images/icons/15-t-left-nav-bg.png);
  }
}
.inner-testimonial-anchor:hover {
  background-color: #478237;
}
@media (max-width: 767px) {
  .inner-testimonial-anchor {
    display: none;
  }
}
.t-slide {
  display: none;
  padding: 0;
}
.t-slide.active {
  display: block;
}
@media (max-width: 767px) {
  .t-slide {
    display: block !important;
  }
}
.stats-container {
  width: 100%;
  float: left;
  text-align: center;
  background-color: #9c9b9e;
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
  margin-bottom: 1.875rem;
}
.stats-container ul li {
  text-align: left;
}
.stats-container ul li p {
  color: #333;
  margin: 0;
  line-height: 1;
}
.stats-container ul li p:first-child {
  color: #fff;
  font-size: 38px;
}
.stats-container ul li p:first-child sup {
  color: #333;
}
.stats-container ul li p:first-child span {
  font-size: 18px;
}
.t-cta {
  background-image: url(/images/header-background-image-x2.jpg);
  background-size: cover;
  background-position: center top;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .t-cta {
    background-image: url(/images/header-background-image.jpg);
  }
}
.testimonials-form {
  float: left;
}
.hero-nav-wrapper {
  background-color: #636466;
  border-top: 5px solid #619f42;
  width: 100%;
  z-index: 999;
  top: 0;
}
@media (max-width: 767px) {
  .hero-nav-wrapper {
    display: none;
  }
}
@media (max-width: 991px) {
  .hero-nav-wrapper .container {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    max-width: 100%;
  }
}
.hero-nav-wrapper .nav-container ul.list-inline {
  text-align: center;
}
.hero-nav-wrapper .nav-container ul.list-inline li.list-inline-item {
  margin-right: auto;
  position: relative;
}
.hero-nav-wrapper .nav-container ul.list-inline li.list-inline-item a {
  padding: 8px 10px;
  display: block;
  color: #fff;
  text-decoration: none;
}
.hero-nav-wrapper
  .nav-container
  ul.list-inline
  li.list-inline-item
  a.active {
  background-color: #414042;
}
.hero-nav-wrapper .nav-container ul.list-inline li.share-li {
  float: right;
  padding-top: 4px;
}
.hero-nav-wrapper .nav-container ul.list-inline li.share-li a {
  padding: 0;
}
.hero-nav-wrapper .nav-container ul.list-inline li.share-li:hover a {
  background-color: transparent;
}
.hero-nav-wrapper .nav-container ul.list-inline li:hover a {
  background-color: #414042;
}
.hero-nav-wrapper .nav-container ul.list-inline li:hover .s-social-icons {
  display: block !important;
  overflow: hidden;
  -webkit-animation: socials-w-in 0.3s;
  animation: socials-w-in 0.3s;
}
.hero-nav-wrapper
  .nav-container
  ul.list-inline
  li:hover
  .s-social-icons
  ul {
  -webkit-animation: socials-in 0.5s;
  animation: socials-in 0.5s;
}
.security-report-q2
  .hero-nav-wrapper
  .nav-container
  ul.list-inline
  li.list-inline-item
  a {
  padding: 8px 8px;
}
.security-report-q2
  .hero-nav-wrapper
  .nav-container
  ul.list-inline
  li.share-li {
  float: none;
  padding-top: 0;
  position: absolute;
  top: 4px;
}
.security-report-q2
  .hero-nav-wrapper
  .nav-container
  ul.list-inline
  li.share-li
  a {
  padding: 0;
}
.security-report-q2
  .hero-nav-wrapper
  .nav-container
  ul.list-inline
  li.share-li
  .s-social-icons {
  top: 2px;
}
.security-report-q2 .btn-wrapper a.btn {
  font-size: 0.9375rem;
}
.r-content {
  padding-bottom: 0;
}
.r-content.pb-60 {
  padding-bottom: 60px;
}
.r-content .lead-b {
  background-color: #414042;
  padding: 8px 0;
}
.r-content .lead-b:before {
  content: "";
  width: 15px;
  height: 33px;
  position: absolute;
  left: -8px;
  top: 0;
  background-color: #619f42;
}
.r-content .lead-b h3 {
  font-size: 1.0625rem;
  line-height: 1;
  margin-bottom: 0;
  margin-left: 0.9375rem;
  color: #fff;
}
.r-content blockquote {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-weight: 600;
  color: #619f42;
  text-align: left;
}
.r-content img {
  max-width: 100%;
}
.r-content .block-p {
  background-color: grey;
  color: #fff;
}
.r-content .block-p blockquote {
  color: #fff;
  text-align: center;
  padding: 60px 30px;
  font-size: 1.5rem;
}
.r-content .block-p blockquote:before {
  color: #fff;
}
.r-content .block-p blockquote:after {
  color: #fff;
}
.r-content p a {
  font-weight: 600;
}
.r-content table.report-table thead th {
  width: 60%;
}
.r-content table.report-table thead th:first-child {
  width: 40%;
}
.r-content table.report-table thead p {
  font-weight: 600;
}
.r-content table.report-table tr {
  border-bottom: 1px solid #ebebeb;
}
.r-content table.report-table tr p {
  margin-top: 0.46875rem;
  margin-bottom: 0.46875rem;
}
.r-content pre {
  margin-bottom: 0;
  background-color: #ebebeb;
  padding: 0 30px;
}
.s-social-icons {
  display: none;
  top: 6px;
  height: 27px;
  left: 12px;
  padding: 3px 2px;
  padding-left: 20px;
  background-color: #999;
  z-index: -1;
  position: absolute;
  width: 94px;
  border-top-right-radius: 14px;
  border-bottom-right-radius: 14px;
}
.s-social-icons ul {
  position: absolute;
  line-height: 1;
  left: 8px;
  width: 100%;
}
.s-social-icons ul li {
  display: inline-block;
  line-height: 1;
}
.s-social-icons ul li .social-icon {
  width: 20px;
  height: 20px;
  background-size: 100%;
}
.s-social-icons ul li .social-icon:hover {
  background-position: 0 20px !important;
}
.semmp-wrapper {
  margin-top: 1.875rem;
}
.semmp-wrapper #semmp-svg .cls-1,
.semmp-wrapper #semmp-svg .cls-11,
.semmp-wrapper #semmp-svg .cls-4,
.semmp-wrapper #semmp-svg .cls-8 {
  opacity: 0.75;
}
.semmp-wrapper #semmp-svg .cls-1 {
  font-size: 20px;
}
.semmp-wrapper #semmp-svg .cls-1,
.semmp-wrapper #semmp-svg .cls-11,
.semmp-wrapper #semmp-svg .cls-14,
.semmp-wrapper #semmp-svg .cls-16,
.semmp-wrapper #semmp-svg .cls-2,
.semmp-wrapper #semmp-svg .cls-3,
.semmp-wrapper #semmp-svg .cls-6 {
  fill: #414042;
}
.semmp-wrapper #semmp-svg .cls-1,
.semmp-wrapper #semmp-svg .cls-14 {
  font-family: OpenSans-Semibold, Open Sans;
  font-weight: 700;
}
.semmp-wrapper #semmp-svg .cls-2 {
  opacity: 0.8;
}
.semmp-wrapper #semmp-svg .cls-3 {
  opacity: 0.18;
}
.semmp-wrapper #semmp-svg .cls-5 {
  fill: #636667;
}
.semmp-wrapper #semmp-svg .cls-6 {
  opacity: 0.4;
}
.semmp-wrapper #semmp-svg .cls-12,
.semmp-wrapper #semmp-svg .cls-7,
.semmp-wrapper #semmp-svg .cls-8 {
  fill: #fff;
}
.semmp-wrapper #semmp-svg .cls-13,
.semmp-wrapper #semmp-svg .cls-9 {
  fill: #808384;
}
.semmp-wrapper #semmp-svg .cls-9 {
  opacity: 0.85;
}
.semmp-wrapper #semmp-svg .cls-10 {
  opacity: 0.9;
}
.semmp-wrapper #semmp-svg .cls-11,
.semmp-wrapper #semmp-svg .cls-12,
.semmp-wrapper #semmp-svg .cls-13 {
  fill-rule: evenodd;
}
.semmp-wrapper #semmp-svg .cls-13 {
  opacity: 0.6;
}
.semmp-wrapper #semmp-svg .cls-14 {
  font-size: 17.98px;
}
.semmp-wrapper #semmp-svg .cls-15 {
  fill: #609f43;
}
.semmp-wrapper #semmp-svg .cls-17 {
  fill: #f1f2f2;
}
.semmp-wrapper #semmp-svg #Inventory_Management:hover .cls-1 {
  fill: #619f42;
}
.semmp-wrapper #semmp-svg #Inventory_Management:hover .cls-2 {
  opacity: 1;
  fill: #619f42;
}
.semmp-wrapper #semmp-svg #Inventory_Management:hover .cls-3 {
  opacity: 1;
}
.semmp-wrapper #semmp-svg #Inventory_Management:hover .cls-4 {
  opacity: 1;
}
.semmp-wrapper #semmp-svg #Inventory_Management:hover .cls-5 {
  fill: #fff;
}
.semmp-wrapper #semmp-svg #Continuous_Monitoring:hover .cls-1 {
  fill: #619f42;
}
.semmp-wrapper #semmp-svg #Continuous_Monitoring:hover .cls-2 {
  opacity: 1;
  fill: #619f42;
}
.semmp-wrapper #semmp-svg #Continuous_Monitoring:hover .cls-3 {
  opacity: 1;
}
.semmp-wrapper #semmp-svg #Continuous_Monitoring:hover .cls-4 {
  opacity: 1;
}
.semmp-wrapper #semmp-svg #Continuous_Monitoring:hover .cls-5 {
  fill: #fff;
}
.semmp-wrapper #semmp-svg #IoC:hover .cls-1 {
  fill: #619f42;
}
.semmp-wrapper #semmp-svg #IoC:hover .cls-2 {
  opacity: 1;
  fill: #619f42;
}
.semmp-wrapper #semmp-svg #IoC:hover .cls-3 {
  opacity: 1;
}
.semmp-wrapper #semmp-svg #IoC:hover .cls-4 {
  opacity: 1;
}
.semmp-wrapper #semmp-svg #IoC:hover .cls-5 {
  fill: #fff;
}
.semmp-wrapper #semmp-svg #Software:hover .cls-1 {
  fill: #619f42;
}
.semmp-wrapper #semmp-svg #Software:hover .cls-2 {
  opacity: 1;
  fill: #619f42;
}
.semmp-wrapper #semmp-svg #Software:hover .cls-6 {
  opacity: 1;
}
.semmp-wrapper #semmp-svg #Software:hover .cls-7 {
  opacity: 1;
  fill: #fff;
}
.semmp-wrapper #semmp-svg #Injections:hover .cls-1 {
  fill: #619f42;
}
.semmp-wrapper #semmp-svg #Injections:hover .cls-2 {
  opacity: 1;
  fill: #619f42;
}
.semmp-wrapper #semmp-svg #Injections:hover .cls-6 {
  opacity: 1;
}
.semmp-wrapper #semmp-svg #Injections:hover .cls-7 {
  opacity: 1;
  fill: #fff;
}
.semmp-wrapper #semmp-svg #Spam:hover .cls-1 {
  fill: #619f42;
}
.semmp-wrapper #semmp-svg #Spam:hover .cls-2 {
  opacity: 1;
  fill: #619f42;
}
.semmp-wrapper #semmp-svg #Spam:hover .cls-6 {
  opacity: 1;
}
.semmp-wrapper #semmp-svg #Spam:hover .cls-8 {
  opacity: 1;
  fill: #fff;
}
.semmp-wrapper #semmp-svg #Load_Balance:hover .cls-1 {
  fill: #619f42;
}
.semmp-wrapper #semmp-svg #Load_Balance:hover .cls-2 {
  opacity: 1;
  fill: #619f42;
}
.semmp-wrapper #semmp-svg #Load_Balance:hover .cls-9 {
  opacity: 1;
  fill: #414042;
}
.semmp-wrapper #semmp-svg #Load_Balance:hover .cls-10 {
  opacity: 1;
  fill: #fff;
}
.semmp-wrapper #semmp-svg #GlobalAnyCast:hover .cls-1 {
  fill: #619f42;
}
.semmp-wrapper #semmp-svg #GlobalAnyCast:hover .cls-2 {
  opacity: 1;
  fill: #619f42;
}
.semmp-wrapper #semmp-svg #GlobalAnyCast:hover .cls-9 {
  opacity: 1;
  fill: #414042;
}
.semmp-wrapper #semmp-svg #GlobalAnyCast:hover .cls-10 {
  opacity: 1;
  fill: #fff;
}
.semmp-wrapper #semmp-svg #BruteForce:hover .cls-1 {
  fill: #619f42;
}
.semmp-wrapper #semmp-svg #BruteForce:hover .cls-1-2 {
  opacity: 1;
  fill: #619f42;
}
.semmp-wrapper #semmp-svg #BruteForce:hover .cls-2 {
  opacity: 1;
}
.semmp-wrapper #semmp-svg #BruteForce:hover .cls-10 {
  opacity: 1;
  fill: #fff;
}
.semmp-wrapper #semmp-svg #DDoS:hover .cls-1 {
  fill: #619f42;
}
.semmp-wrapper #semmp-svg #DDoS:hover .cls-1-2 {
  opacity: 1;
  fill: #619f42;
}
.semmp-wrapper #semmp-svg #DDoS:hover .cls-2 {
  opacity: 1;
}
.semmp-wrapper #semmp-svg #DDoS:hover .cls-10 {
  opacity: 1;
  fill: #fff;
}
.trusted-by {
  background-image: url(/images/featuredin-background-image-15.png);
  background-size: cover;
  padding: 0.9375rem 0;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .trusted-by {
    background-image: url(/images/featuredin-background-image-15.png);
  }
}
.trusted-by .container {
  padding: 0;
}
.trusted-by .lead {
  margin-top: 0;
}
.trusted-by h2 {
  color: #fff;
  font-weight: 300;
}
.trusted-by .logos-container {
  padding-bottom: 0;
}
.trusted-by.agencies {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
  background-image: url(/images/16-sucuri-phoneix-eric.jpg);
  background-size: cover;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .trusted-by.agencies {
    background-image: url(/images/16-sucuri-phoneix-eric.jpg);
  }
}
.trusted-by.agencies .lead {
  margin-bottom: 0.9375rem;
}
.drupal-security-lp .bg-gray {
  background-image: url(/images/16-whysucuri-background-image.jpg);
  background-size: cover;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .drupal-security-lp .bg-gray {
    background-image: url(/images/16-whysucuri-background-image.jpg);
  }
}
#drupal-security {
  opacity: 0.75;
}
#drupal-security .cls-1 {
  fill: #609f43;
}
#drupal-security .cls-14,
#drupal-security .cls-17,
#drupal-security .cls-2,
#drupal-security .cls-4,
#drupal-security .cls-6,
#drupal-security .cls-7 {
  fill: #414042;
}
#drupal-security .cls-3 {
  fill: #f1f2f2;
}
#drupal-security .cls-4 {
  opacity: 0.8;
}
#drupal-security .cls-16,
#drupal-security .cls-5 {
  fill: #808384;
}
#drupal-security .cls-5 {
  opacity: 0.85;
}
#drupal-security .cls-5:hover {
  opacity: 1;
}
#drupal-security .cls-6 {
  opacity: 0.4;
}
#drupal-security .cls-6:hover {
  opacity: 1;
}
#drupal-security .cls-7 {
  opacity: 0.18;
}
#drupal-security .cls-7:hover {
  opacity: 1;
}
#drupal-security .cls-8 {
  opacity: 0.9;
}
#drupal-security .cls-8:hover {
  opacity: 1;
}
#drupal-security .cls-8:hover .cls-2 {
  fill: #619f42;
}
#drupal-security .cls-8:hover .cls-4 {
  fill: #414042;
  opacity: 1;
}
#drupal-security .cls-8:hover .cls-5 {
  opacity: 1;
  fill: #414042;
}
#drupal-security .cls-8:hover .cls-6 {
  opacity: 1;
}
#drupal-security .cls-8:hover .cls-7 {
  opacity: 1;
}
#drupal-security .cls-8:hover .cls-10 {
  opacity: 1;
}
#drupal-security .cls-8:hover .cls-11 {
  opacity: 1;
}
#drupal-security .cls-8:hover .cls-11 .cls-4 {
  fill: #fff;
}
#drupal-security .cls-8:hover .cls-11 .cls-5 {
  fill: #fff;
}
#drupal-security .cls-8:hover .cls-11 .cls-9 {
  fill: #fff;
}
#drupal-security .cls-8:hover .cls-11 .cls-12 {
  fill: #fff;
}
#drupal-security .cls-8:hover .cls-12 {
  fill: #fff;
}
#drupal-security .cls-8:hover .cls-13 {
  opacity: 1;
}
#drupal-security .cls-8:hover text {
  fill: #619f42;
}
#drupal-security .cls-9 {
  font-family: OpenSans-Light, Open Sans;
  font-size: 12px;
  font-weight: 400;
  fill: rgba(99, 101, 102, 0.75);
}
#drupal-security .cls-10,
#drupal-security .cls-13,
#drupal-security .cls-15 {
  fill: #fff;
}
#drupal-security .cls-11,
#drupal-security .cls-13,
#drupal-security .cls-14 {
  opacity: 0.75;
}
#drupal-security .cls-11:hover,
#drupal-security .cls-13:hover,
#drupal-security .cls-14:hover {
  opacity: 1;
}
#drupal-security .cls-12 {
  fill: #636667;
}
#drupal-security .cls-12:hover {
  fill: #fff;
}
#drupal-security .cls-14,
#drupal-security .cls-15,
#drupal-security .cls-16 {
  fill-rule: evenodd;
}
#drupal-security .cls-16 {
  opacity: 0.6;
}
#drupal-security .cls-16:hover {
  opacity: 1;
}
#drupal-security .cls-17 {
  font-family: OpenSans-Semibold, Open Sans;
  font-size: 7.76px;
  font-weight: 700;
}
#drupal-security:hover {
  opacity: 1;
}
.drupal-form-wrapper .container {
  padding-top: 0;
  padding-bottom: 0;
}
.drupal-form-wrapper .drupal-form-wrapper-bottom {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
  background-color: rgba(128, 128, 128, 0.1);
  float: left;
}
@media (max-width: 767px) {
  .drupal-form-wrapper .drupal-form-wrapper-bottom {
    padding-bottom: 0.9375rem;
  }
}
@media (max-width: 767px) {
  .drupal-form-wrapper .form-lead {
    text-align: center;
  }
}
.drupal-form-wrapper .check-list {
  margin-left: 2.8125rem;
  margin-top: 0.9375rem;
}
.drupal-form-wrapper .b-pricing {
  margin-left: 1.875rem;
}
.drupal-form-wrapper form {
  margin-top: 0.9375rem;
}
.drupal-form-wrapper form .form-group {
  margin-bottom: 0.9375rem;
}
#how-sp-drupal .cls-1,
#how-sp-drupal .cls-12,
#how-sp-drupal .cls-9 {
  fill: #61a043;
}
#how-sp-drupal .cls-2 {
  font-family: OpenSans-Bold, Open Sans;
  font-size: 20px;
}
#how-sp-drupal .cls-2,
#how-sp-drupal .cls-8 {
  fill: #fff;
}
#how-sp-drupal .cls-3,
#how-sp-drupal .cls-9 {
  font-weight: 700;
}
#how-sp-drupal .cls-14,
#how-sp-drupal .cls-4 {
  font-family: OpenSans-Light, Open Sans;
}
#how-sp-drupal .cls-14,
#how-sp-drupal .cls-5 {
  fill: #646567;
}
#how-sp-drupal .cls-6 {
  fill: #949396;
}
#how-sp-drupal .cls-7 {
  fill: #62a844;
}
#how-sp-drupal .cls-9 {
  font-family: OpenSans-Semibold, Open Sans;
  font-size: 13px;
}
#how-sp-drupal .cls-10 {
  fill: none;
  stroke: #9c9b9e;
  stroke-miterlimit: 10;
}
#how-sp-drupal .cls-11 {
  fill: #9c9b9e;
}
#how-sp-drupal .cls-12,
#how-sp-drupal .cls-15 {
  font-family: Arial;
  font-size: 12px;
}
#how-sp-drupal .cls-13 {
  letter-spacing: 0.2em;
}
#how-sp-drupal .cls-15 {
  fill: #619f43;
}
#how-sp-home .cls-1,
#how-sp-home .cls-12,
#how-sp-home .cls-9 {
  fill: #61a043;
}
#how-sp-home .cls-2 {
  font-family: OpenSans-Bold, Open Sans;
  font-size: 20px;
}
#how-sp-home .cls-2,
#how-sp-home .cls-8 {
  fill: #fff;
}
#how-sp-home .cls-3,
#how-sp-home .cls-9 {
  font-weight: 700;
}
#how-sp-home .cls-14,
#how-sp-home .cls-4 {
  font-family: OpenSans-Light, Open Sans;
}
#how-sp-home .cls-14 {
  font-size: 12px;
}
#how-sp-home .cls-14,
#how-sp-home .cls-5 {
  fill: #646567;
}
#how-sp-home .cls-6 {
  fill: grey;
}
#how-sp-home .cls-7 {
  fill: #62a844;
}
#how-sp-home .cls-9 {
  font-family: OpenSans-Semibold, Open Sans;
  font-size: 13px;
}
#how-sp-home .cls-10 {
  fill: none;
  stroke: #9c9b9e;
  stroke-miterlimit: 10;
}
#how-sp-home .cls-11 {
  fill: #9c9b9e;
}
#how-sp-home .cls-12,
#how-sp-home .cls-15 {
  font-family: Arial;
  font-size: 12px;
}
#how-sp-home .cls-13 {
  letter-spacing: 0.2em;
}
#how-sp-home .cls-15 {
  fill: #619f43;
}
iframe#s-affli {
  display: none;
  visibility: hidden;
}
iframe[name="google_conversion_frame"] {
  display: none;
}
.side-card {
  background-color: #ebebeb;
  width: 100%;
}
@media (max-width: 767px) {
  .side-card {
    margin-top: 1.875rem;
  }
}
.side-card.inner-s-card {
  background-color: rgba(96, 159, 67, 0.09);
  border: 3px solid #619f42;
}
.side-card.cta {
  color: #fff;
  text-align: center;
  padding-bottom: 1.875rem;
  background-image: -ms-radial-gradient(
    50% 50%,
    circle closest-side,
    #5c5c5d 0,
    #414042 100%
  );
}
.side-card.cta .top-img {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}
.side-card.cta .strip-highlight {
  background-color: #619f42;
  color: #fff;
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
}
.side-card.cta .strip-highlight h3 {
  margin-bottom: 0;
  font-size: 1.0625rem;
}
.side-card.cta p {
  padding: 0 15px;
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
}
.side-card.cta p.heading {
  font-size: 1.25rem;
}
.side-card.cta .pricing p {
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.4;
}
.side-card.cta .pricing p span {
  color: #619f42;
  font-size: 1.25rem;
}
.side-card.cta .pricing p.small {
  margin-bottom: 0.9375rem;
  font-size: 12px;
  font-weight: 400;
}
.side-card.cta .pricing.fw p {
  margin-bottom: 0.9375rem;
}
.side-card.cta.lead-cta {
  margin-top: 2.6875rem;
}
.side-card.cta.light-bg {
  color: grey;
  background-color: #ebebeb;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0, #d6d5da),
    color-stop(50%, #eeeef0),
    to(#d6d5da)
  );
  background: linear-gradient(
    to right,
    #d6d5da 0,
    #eeeef0 50%,
    #d6d5da 100%
  );
}
.side-card.cta.wp-cta .top-img {
  background-color: #ebebeb;
}
.side-card.cta.wp-cta .wp-logo-wrapper {
  margin-top: 3.75rem;
}
.side-card.cta.wp-cta h3 {
  line-height: 1.4;
}
.side-card.push-d {
  margin-top: 7.5rem;
}
.side-card .card-lead {
  background-color: #619f42;
  color: #fff;
  padding: 0.46875rem 0.9375rem;
}
.side-card .card-lead h4 {
  font-size: 17px;
  font-weight: 600;
  margin: 0;
  color: #fff;
}
.side-card.disclaimer .card-lead {
  background-color: #ce3426;
}
.side-card .card-content {
  padding: 0.9375rem;
}
.side-card .card-content div {
  position: relative;
}
.side-card .card-content h5 {
  margin: 0;
  font-size: 15px;
  font-weight: 600;
  color: #619f42;
}
.side-card .card-content p {
  margin: 0;
  color: #636466;
}
.side-card .card-content form {
  margin-top: 0.9375rem;
  text-align: center;
}
.side-card .card-content form .form-group {
  margin-bottom: 15px;
}
.side-card .card-content form .btn {
  padding: 7px 35px;
  margin-bottom: 6px;
}
.side-card .card-content .c-block {
  padding-left: 0.9375rem;
}
.bl-wrapper {
  text-align: center;
}
.bl-wrapper p {
  color: #fff;
}
.bl-banner-wrapper {
  padding-left: 0;
  padding-right: 0;
}
.bl-banner {
  padding: 15px 60px;
  background-color: rgba(99, 100, 102, 0.15);
}
.bl-banner:before {
  content: "";
  width: 100%;
  height: 60px;
  background-color: rgba(99, 100, 102, 0.6);
  display: block;
  position: absolute;
  top: -60px;
  left: 0;
  z-index: -2;
}
.number-card {
  margin-bottom: 15px;
  height: 105px;
}
.number-card p {
  margin: 0;
}
.number-card .number {
  background-color: #619f42;
  color: #fff;
  height: 100%;
}
.number-card .number p {
  font-size: 3.125rem;
  text-align: center;
  line-height: 105px;
  font-weight: bolder;
  text-shadow: -2px 1px 2px #333;
}
.number-card .content {
  background-color: rgba(99, 100, 102, 0.15);
  padding-top: 15px;
  padding-bottom: 15px;
  height: 100%;
}
.bl-warn-card {
  text-align: center;
  margin-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
}
.side-banner {
  text-align: center;
  padding-bottom: 60px;
}
.side-banner img {
  max-width: 100%;
}
.side-banner .lead h3 {
  font-weight: 600;
}
.side-banner .lead p {
  font-weight: 600;
  margin-top: 7px;
}
.side-banner .pricing p {
  margin-bottom: 0.9375rem;
}
.side-banner .pricing p.small {
  margin-top: 0;
  margin-bottom: 0.46875rem;
  color: rgba(128, 128, 128, 0.74);
}
.side-banner .pricing span {
  font-size: 1.375rem;
  color: #619f42;
  font-weight: 600;
}
.side-banner .pricing .btn {
  font-weight: 600;
}
.code-block-w {
  background-color: rgba(255, 255, 255, 0.6);
  padding: 5px 15px;
}
.code-block-w p {
  margin: 0;
}
.gray-strip {
  background-color: #333;
  color: #fff;
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}
.gray-strip h3 {
  font-weight: 600;
  color: #fff;
}
.gray-strip h3.b-heading {
  font-weight: 400;
  line-height: 1.4;
}
.w-strip {
  padding-top: 3.75rem;
  padding-bottom: 0;
}
.w-strip h3 {
  font-weight: 600;
}
.w-strip h3.b-heading {
  font-weight: 400;
  line-height: 1.4;
}
.w-strip h4 {
  font-weight: 600;
}
.pro-tip {
  margin-left: 0.9375rem;
}
.pro-tip p {
  margin-bottom: 0;
}
.pro-tip p.heading {
  color: #619f42;
  margin-bottom: 0.46875rem;
}
.pro-tip p:nth-child(2) {
  font-style: italic;
  margin-top: 0.46875rem;
  color: #636466;
}
.img-wrapper {
  cursor: pointer;
}
.s-lightbox {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  overflow-y: auto;
  z-index: 9999999999999;
}
.s-lightbox .container {
  max-width: 95%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.s-lightbox .lightbox-content {
  margin: 0 auto;
  margin-top: 40px;
  position: relative;
  text-align: center;
}
.s-lightbox .lightbox-content .close {
  font-size: 20px;
  color: #fff;
  font-style: normal;
  width: 40px;
  height: 40px;
  line-height: 1;
  background-color: #619f42;
  padding: 10px;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  right: -20px;
  top: -20px;
  cursor: pointer;
  font-weight: 700;
}
@media (max-width: 767px) {
  .s-lightbox .lightbox-content .close {
    right: 0;
  }
}
.s-lightbox .lightbox-content .content-wrapper {
  display: inline-block;
  position: relative;
  border: 6px solid #ebebeb;
  min-width: 200px;
  min-height: 300px;
  background-color: #fff;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.s-lightbox .lightbox-content .content-wrapper p.loading {
  line-height: 250px;
}
.s-lightbox .lightbox-content img {
  max-width: 100%;
  display: block;
}
.s-lightbox.showup {
  display: block;
  -webkit-animation: lightboxshow 0.1s linear;
  animation: lightboxshow 0.1s linear;
}
.s-lightbox.lbhsfrm .content-wrapper {
  border: 4px;
}
.lightbox {
  display: none;
}
.lightbox.video-wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  overflow-y: auto;
  z-index: 9999999999999;
}
.lightbox.video-wrapper .lightbox-container {
  background-color: #fff;
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
  border-radius: 4px;
  position: relative;
}
.lightbox.video-wrapper .lightbox-container h4 {
  font-size: 1rem;
  font-weight: 600;
}
.lightbox.video-wrapper .social-share {
  left: -35px;
  position: absolute;
  top: 40px;
}
.lightbox.slides-wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  overflow-y: auto;
  z-index: 9999999999999;
}
.lightbox.slides-wrapper .lightbox-container {
  background-color: #fff;
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
  border-radius: 8px;
  position: relative;
}
.lightbox.slides-wrapper .lightbox-container h4 {
  font-size: 1rem;
  font-weight: 600;
}
.lightbox.slides-wrapper .social-share {
  left: -35px;
  position: absolute;
  top: 40px;
}
.lightbox .close {
  font-size: 20px;
  color: #fff;
  font-style: normal;
  width: 40px;
  height: 40px;
  line-height: 1;
  background-color: #619f42;
  padding: 10px;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  right: -20px;
  top: -24px;
  cursor: pointer;
  font-weight: 700;
}
.lightbox.content-wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  overflow-y: auto;
  z-index: 9999999999999;
}
.lightbox.content-wrapper .lightbox-container {
  background-color: #fff;
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
  padding-left: 3.75rem;
  padding-right: 3.75rem;
  border-radius: 4px;
  position: relative;
  margin-top: 3.75rem;
}
.lightbox.content-wrapper .lightbox-container .lead {
  text-align: left;
}
.lightbox.content-wrapper .lightbox-container .lead h4 {
  font-size: 1.5rem;
  font-weight: 600;
  color: #414042;
}
.lightbox.content-wrapper .lightbox-container .lead p {
  font-size: 0.9375rem;
}
.lightbox.content-wrapper .lightbox-container p.heading {
  color: #414042;
}
.lightbox.content-wrapper .lightbox-container .list-block .list-block-item {
  font-size: 0.9375rem;
}
.lightbox.content-wrapper .close {
  position: absolute;
  top: -47px;
  right: -63px;
}
@media (max-width: 767px) {
  .lightbox.content-wrapper .close {
    right: -52px;
  }
}
.lightbox.content-wrapper .cont-btm-cta-wrapper {
  margin-top: 3.75rem;
}
.lightbox.content-wrapper .cont-btm-cta-wrapper h3 {
  font-weight: 600;
}
.sticky-nav {
  width: 100%;
  z-index: 99;
}
@media (max-width: 767px) {
  .sticky-nav {
    position: relative !important;
  }
}
.il-social-icons {
  position: absolute;
  display: none;
  width: 86px;
  top: -28px;
  left: -16px;
  padding: 4px;
  background-color: grey;
  border-radius: 4px;
}
.il-social-icons:after {
  content: "";
  width: 10px;
  height: 10px;
  background-color: grey;
  position: absolute;
  bottom: -5px;
  left: 38px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: -1;
}
.il-social-icons .list-inline .list-inline-item {
  margin: 0 auto;
}
.il-social-icons .list-inline .list-inline-item a {
  border-left: none !important;
  float: left;
  padding: 0 3px;
}
.il-social-icons .list-inline .list-inline-item a i {
  width: 20px;
  height: 20px;
  background-position: 0 0;
  background-size: 100%;
}
.il-social-icons .list-inline .list-inline-item a:hover i {
  background-position: 0 20px;
}
.b-pricing-wrapper h4 {
  font-size: 1rem;
  font-weight: 600;
}
.b-pricing-wrapper .pricing p {
  margin: 0 auto;
}
.b-pricing-wrapper .pricing span {
  color: #619f42;
  font-weight: 600;
  font-size: 1.25rem;
}
.b-pricing-wrapper .pricing .btn {
  margin-top: 0.9375rem;
}
.side-list-wrapper {
  padding: 1.875rem;
  padding-right: 0.9375rem;
  margin-top: 0.46875rem;
}
.side-list-wrapper ol li:not(:last-child) {
  margin-bottom: 0.9375rem;
}
.uwp-security .why-section {
  background-image: url(/images/16-huston-chase.jpg);
  background-position: center top;
  background-size: cover;
  color: #fff;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .uwp-security .why-section {
    background-image: url(/images/16-huston-chase.jpg);
  }
}
.g-side-nav {
  position: fixed;
  display: none;
  width: 200px;
  background-color: #ebebeb;
  padding-bottom: 0.9375rem;
  top: 6%;
  left: 35px;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  z-index: 1;
}
.g-side-nav ul li {
  list-style: inherit;
}
.g-side-nav ul li p.n-heading {
  font-size: 15px;
  color: #619f42;
  margin-bottom: 0;
  font-weight: 600;
}
.g-side-nav ul ul li.list-block-item {
  font-size: 12px;
}
.g-side-nav ul ul li.list-block-item a.active {
  color: #619f42;
  font-weight: 600;
}
.solutions-wrapper {
  background-image: url(/images/16-home-hero-mostar-ii.jpg);
  background-position: center top;
  background-size: cover;
  color: #fff;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .solutions-wrapper {
    background-image: url(/images/16-home-hero-mostar-ii.jpg);
  }
}
.solutions-wrapper h3 {
  color: #fff;
}
@media (min-width: 544px) and (max-width: 991px) {
  .solutions-wrapper .c-lg-3:not(:first-child) {
    margin-bottom: 1.875rem;
  }
}
.solutions-wrapper .content {
  text-align: center;
  float: left;
  width: 100%;
}
.solutions-wrapper .content h5 {
  color: #fff;
  margin-top: 0.9375rem;
  font-size: 17px;
}
.solutions-wrapper a {
  color: #fff;
  text-decoration: none;
}
@media (max-width: 767px) {
  .solutions-wrapper a {
    float: left;
    margin-top: 0.9375rem;
  }
}
.solutions-wrapper a:hover {
  color: grey;
}
.solutions-wrapper a:hover p {
  color: grey !important;
}
.solutions-wrapper a:hover h5 {
  color: grey;
}
.solutions-wrapper a:hover .icon {
  opacity: 0.5;
}
.solutions-wrapper.bg-light h3 {
  color: #5d5d5d;
}
.solutions-wrapper.bg-light h5 {
  color: #5d5d5d;
}
.solutions-wrapper.bg-light a {
  color: #5d5d5d;
  display: block;
}
.solutions-wrapper.bg-light a:hover {
  opacity: 0.8;
}
.solutions-wrapper.bg-light a:hover .icon {
  opacity: 1;
}
.p-table-wrapper .p-table p {
  margin: 0 auto;
}
.p-table-wrapper .p-table thead td {
  text-align: center;
  border-top: none;
}
.p-table-wrapper .p-table thead td p {
  font-weight: 600;
  color: #619f42;
}
.p-table-wrapper .p-table tbody tr {
  padding: 0 1.875rem;
}
.p-table-wrapper .p-table tbody tr:first-child {
  border-top: 1px solid #ebebeb;
}
.p-table-wrapper .p-table tbody tr:nth-child(7) {
  border-bottom: 1px solid #ebebeb;
}
.p-table-wrapper .p-table tbody tr th {
  padding: 0;
  border-top: 0;
  border-bottom: 0;
}
.p-table-wrapper .p-table tbody tr:not(:last-child) th {
  border-bottom: 1px solid #ebebeb;
}
.p-table-wrapper .p-table tbody tr:not(:last-child) th:first-child p {
  margin-left: 0.46875rem;
}
.p-table-wrapper .p-table tbody tr:not(:last-child) th p {
  padding: 0.46875rem 0;
}
.p-table-wrapper .p-table tbody tr:nth-child(7) th p {
  border-bottom: none;
}
.p-table-wrapper .p-table tbody tr:first-child th {
  border-top: none;
}
.p-table-wrapper .p-table tbody tr:last-child th {
  border-top: none;
}
.p-table-wrapper .p-table .pricing {
  text-align: center;
}
.p-table-wrapper .p-table .pricing p span {
  color: #619f42;
  font-weight: 600;
  font-size: 1.25rem;
}
.p-table-wrapper .p-table .pricing p.small {
  min-height: 60px;
}
.p-table-wrapper .p-table .pricing a.btn {
  margin-top: 0.46875rem;
}
@media (max-width: 767px) {
  .b-pricing-wrapper {
    margin-bottom: 1.875rem;
  }
}
.ddos-protection .mr-ptable-wrapper .opt-list .table-lead {
  margin-top: 43px;
}
.ddos-protection
  .mr-ptable-wrapper
  .dru-ptable-wrapper
  .opt-list
  .table-lead {
  margin-top: 43px;
}
.brar .bg-himg {
  background-image: url(/images/16-sucuri-minsk-paul.jpg);
  background-position: center top;
  background-size: cover;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .brar .bg-himg {
    background-image: url(/images/16-sucuri-minsk-paul.jpg);
  }
}
.brar .bg-himg h4 {
  color: #fff;
}
.brar .bg-himg p {
  color: #fff;
}
.brar .bg-himg p.heading {
  color: #619f42;
}
.yt-video-lb-anchor {
  position: relative;
  width: 100%;
  float: left;
  cursor: pointer;
  display: block;
  float: left;
}
.yt-video-lb-anchor:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(99, 100, 102, 0.25);
  background-image: url(/images/icons/16-sucuri-play-button.png);
  background-repeat: no-repeat;
  background-position: 10px 10px;
  background-size: 30px;
}
.yt-video-lb-anchor:hover:before {
  background-color: rgba(99, 100, 102, 0.1);
}
.yt-video-lb-anchor img {
  max-width: 100%;
}
.wsp-illus-wrapper {
  margin-top: 3.75rem;
}
.wsp-illus-wrapper .st0 {
  fill: #fff;
}
.wsp-illus-wrapper .st1 {
  fill: #619f43;
}
.wsp-illus-wrapper .st2 {
  fill: #333;
  font-weight: 400;
}
.wsp-illus-wrapper .st3 {
  font-weight: 600;
}
.wsp-illus-wrapper .st4 {
  font-size: 10.1149px;
}
.wsp-illus-wrapper .st5 {
  fill: #e6e6e5;
}
.wsp-illus-wrapper .st6 {
  fill: #f3f3f4;
  opacity: 1;
}
.wsp-illus-wrapper .st7 {
  fill: #646566;
}
.wsp-illus-wrapper .st8 {
  font-size: 17px;
}
.wsp-illus-wrapper .st9 {
  fill: none;
}
.wsp-illus-wrapper .st10 {
  font-weight: 400;
}
.wsp-illus-wrapper .st11 {
  font-size: 15px;
}
.wsp-illus-wrapper a:hover .st2 {
  fill: #619f42;
}
.wsp-illus-wrapper a:hover .st6 {
  fill: #e8e8e8;
}
.wsp-illus-wrapper a:hover .stp rect.st7 {
  fill: #646566;
}
.wsp-illus-wrapper a:hover rect.st7 {
  fill: #619f42;
}
.wsp-illus-wrapper a:hover polygon.st7 {
  fill: #619f42;
}
.updated-lp .lp-checklist li {
  font-size: 18px;
  font-weight: 700;
  display: block;
  float: left;
  text-align: left;
  line-height: 200%;
  color: grey;
}
.updated-lp .hero-section h1 {
  font-size: 40px;
  font-weight: 800;
  margin-top: 0;
  padding-bottom: 30px;
}
.updated-lp .hero-section h2 {
  font-size: 20px;
  line-height: 185%;
  width: 540px;
  margin-right: 0;
  margin-left: 0;
  font-weight: 500;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .updated-lp .hero-section h2 {
    width: auto;
  }
}
.updated-lp .hero-section h3 {
  font-size: 27px;
  font-weight: 700;
  margin-right: 0;
  margin-left: 0;
  text-align: left;
  border: none;
  margin-bottom: 15px;
}
.updated-lp .hero-section li {
  font-size: 20px;
  font-weight: 600;
  display: block;
  margin-bottom: 20px;
  text-align: left;
  margin-left: 20px;
  color: #333;
  padding-left: 10px;
  line-height: 1.5em;
}
@media (max-width: 767px) {
  .updated-lp .hero-section li {
    font-size: 16px;
    margin-left: 0;
  }
}
.updated-lp .hero-section .cta {
  z-index: 100;
  right: 0;
  width: 358px;
  border: 10px solid #fafafa;
  background: #ebebeb;
  margin-left: 70px;
}
.updated-lp .hero-section .cta .head h1 {
  font-size: 30px;
  font-weight: 500;
  line-height: 140%;
  display: block;
  margin-bottom: 20px !important;
  text-align: center !important;
  color: #fff !important;
}
.updated-lp .hero-section .cta .body {
  padding: 20px;
  text-align: left;
}
.updated-lp .hero-section .cta h2 {
  font-size: 50px;
  font-weight: 800;
  display: block;
  width: 100%;
  padding-top: 10px;
  margin-bottom: 4px;
  text-align: center;
  color: #333;
  line-height: 1.5;
}
.updated-lp .hero-section .cta h3 {
  font-size: 44px;
  font-weight: 800;
  display: block;
  width: 100%;
  padding-top: 10px;
  text-align: center;
  color: #fff;
}
.updated-lp .hero-section .cta span {
  font-weight: 600;
}
.updated-lp .hero-section .cta h4 {
  font-size: 17px;
  font-weight: 600;
  display: block;
  width: 100%;
  padding-top: 10px;
  text-align: center;
  color: #fff;
}
.updated-lp .hero-section .cta h5 {
  font-size: 14px;
  font-weight: 400;
  display: block;
  width: 100%;
  text-align: center;
  color: #56595c;
  font-style: italic;
}
.updated-lp .hero-section .cta h2 span {
  font-size: 15px;
  color: #333;
}
.updated-lp .hero-section .cta .body > span {
  font-size: 17px;
  font-weight: 300;
  display: block;
  width: 100%;
  text-align: center;
  color: #56595c;
}
.updated-lp .hero-section .cta a {
  font-size: 19px;
  display: block;
  margin: 20px auto;
  margin-right: 35px;
  margin-left: 35px;
  padding: 15px 40px;
  text-align: center;
  color: #fff !important;
  background-color: #559c42;
}
.phone-banner {
  background-color: #94bf81;
  padding: 2px 13px;
  width: 155px;
  margin-left: 12px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.phone-banner a {
  color: #fff;
  font-size: 14px;
}
.phone-banner a .phone-icon {
  width: 15px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  background-image: url(/images/i-phone.png);
  background-size: 15px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .phone-banner a .phone-icon {
    background-image: url(/images/i-phone.png);
  }
}
.backup-product .hero-txt h1 {
  color: #619f42;
  font-size: 2.1875rem;
  font-weight: 800;
}
.backup-product .hero-txt h2 {
  font-size: 1.375rem;
  font-weight: 400;
}
.backup-product .backup-pricing-msg {
  font-size: 1.5rem;
}
.backup-product .backup-pricing-msg sup {
  font-size: 20px;
}
.backup-product .backup-pricing-msg span {
  font-size: 2.1875rem;
  color: #619f42;
}
.backup-product .backup-pricing-msg .per-month {
  font-size: 1rem;
  color: #333;
}
.backup-product .lead h3 {
  font-size: 2.1875rem;
  font-weight: 800;
}
.backup-product .feature-image {
  max-width: 228px;
  max-height: 155px;
}
.backup-product p.header {
  font-size: 24px;
}
.backup-product .solutions-wrapper .container {
  padding-top: 60px;
  padding-bottom: 60px;
}
.bu-svg-image .st0 {
  opacity: 0.9;
  fill: #609f43;
  enable-background: new;
}
.bu-svg-image .st1 {
  fill: #636466;
}
.bu-svg-image .st2 {
  fill: #fff;
}
.bu-svg-image .st3 {
  fill: #94bf81;
}
.bu-svg-image .st4 {
  fill: #609f43;
}
.bu-svg-image .st5 {
  fill: #e5e5e4;
}
.bu-svg-image .st6 {
  opacity: 0.35;
  fill: #00a551;
  enable-background: new;
}
.bu-svg-image .st7 {
  opacity: 0.35;
  fill: #ec1c24;
  enable-background: new;
}
.bu-svg-image .st8 {
  opacity: 0.35;
  fill: #fff100;
  enable-background: new;
}
.bu-svg-image .st9 {
  fill: #333;
}
.bu-svg-image .st10 {
  font-weight: 600;
}
.bu-svg-image .st11 {
  font-size: 14.2717px;
}
.bu-svg-image .st12 {
  font-weight: 600;
}
.bu-svg-image .st14 {
  font-size: 15px;
}
.bu-svg-image .st15 {
  fill: #62a744;
}
.bu-svg-image .st16 {
  fill: #636567;
}
.t-feat-a {
  margin-bottom: 0.46875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .t-feat-a {
    display: none;
  }
}
.t-feat-a .loc {
  background-color: rgba(32, 32, 32, 0.6);
  padding: 7px 9px;
}
.t-feat-a .loc p {
  font-weight: 600;
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
}
.t-feat-a .loc p:nth-child(2) {
  margin-top: 0.9375rem;
}
.t-feat-a .tm p {
  color: rgba(51, 51, 51, 0.5);
  margin-top: 0;
  margin-bottom: 0;
}
.t-feat-a .tm p:nth-child(2) {
  margin-top: 0.9375rem;
}
.message {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  padding: 5px 15px;
  background-color: #fff;
  display: none;
  text-align: center;
}
.message p {
  margin-top: 0;
  margin-bottom: 0;
  display: inline-block;
  vertical-align: middle;
}
.message p:first-child {
  font-size: 17px;
  font-weight: 600;
}
.message.success {
  background-color: rgba(255, 255, 255, 0.8);
}
.message.success p {
  color: #619f42;
}
.message.has-error {
  background-color: #ce3426;
  height: auto;
}
.message.has-error p {
  color: #fff !important;
  font-size: 15px;
}
.message:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}
.herofm-wrapper {
  position: relative;
  overflow: hidden;
}
.lbxfrm-wrapper {
  max-width: 500px;
  padding: 1.875rem;
}
.lbxfrm-wrapper .form-group {
  text-align: left;
}
.lbxfrm-wrapper .form-group .form-input {
  background-color: rgba(243, 243, 243, 0.5);
  border: 1px solid rgba(99, 100, 102, 0.5);
  border-radius: 2px;
}
@media (max-width: 991px) {
  .p-table-b-wrpr {
    overflow-y: auto;
  }
}
.p-table-b {
  border-collapse: separate;
}
@media (min-width: 992px) {
  .p-table-b {
    word-break: break-word;
  }
}
.p-table-b thead tr th {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
  text-align: center;
  font-weight: 800;
  color: #5d5d5d;
  vertical-align: middle;
}
.p-table-b thead tr th:not(:first-child) {
  border-bottom: 1px solid #ebebeb;
  border-top: 1px solid #ebebeb;
  border-left: 1px solid #ebebeb;
  background-color: #fff;
}
.p-table-b thead tr th:last-child {
  border-right: 1px solid #ebebeb;
}
.p-table-b tbody td,
.p-table-b tbody th {
  vertical-align: middle;
}
.p-table-b tbody tr th {
  font-weight: 800;
}
.p-table-b tbody tr td {
  text-align: center;
}
.p-table-b tbody tr td i.tlight {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #fff;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
}
.p-table-b tbody tr td i.tlight.off {
  background-color: #ebebeb;
}
.p-table-b tbody tr td i.tlight.on {
  background-color: #619f42;
}
.p-table-b tbody tr td i.tlight.dim {
  background-color: #5d5d5d;
}
.p-table-b tbody tr td .btn {
  min-width: 130px;
}
.p-table-b tbody tr:first-child td {
  border-top: none;
}
.p-table-b tbody tr:not(:last-child) td {
  border-left: 1px solid #ebebeb;
  background-color: #fff;
}
.p-table-b tbody tr:not(:last-child) td:last-child {
  border-right: 1px solid #ebebeb;
}
.p-table-b tbody tr:not(:last-child) th {
  border-left: 1px solid #ebebeb;
  background-color: #fff;
}
.p-table-b tbody tr:last-child td {
  border-bottom: 1px solid #ebebeb;
}
.p-table-b tbody tr:last-child th {
  border-bottom: 1px solid #ebebeb;
}
.p-table-b.stut thead tr:first-child {
  background-color: #fff;
}
.p-table-b.stut thead tr:first-child th {
  padding-top: 0;
  padding-bottom: 3px;
  padding-right: 0;
  padding-left: 0;
}
.p-table-b.stut thead tr:first-child th:not(:first-child) {
  color: #fff;
  background-color: #6eb1c8;
  font-weight: 400;
}
.p-table-b.stut thead tr:first-child th:first-child {
  border-bottom: 0;
}
.p-table-b.stut thead tr th {
  padding-left: 0;
  padding-right: 0;
}
.p-table-b.stut thead tr th:first-child {
  padding-left: 0.9375rem;
  text-align: left;
  background-color: #fff;
  border-bottom: 1px solid #ebebeb;
}
.p-table-b.stut thead tr th:first-child h4 {
  color: #619f42;
  font-size: 20px;
  font-weight: 700;
}
.p-table-b.stut thead tr th:nth-child(2) {
  border-top-left-radius: 9px;
}
.p-table-b.stut thead tr th:last-child {
  border-top-right-radius: 9px;
}
.p-table-b.stut thead tr th.va-b {
  vertical-align: middle !important;
}
.p-table-b.stut thead tr th.va-b .prcg-h {
  margin-bottom: 37px !important;
}
.p-table-b.stut thead tr th .pricing-wrpr p sup {
  font-weight: 300;
}
.p-table-b.stut thead tr th .pricing-wrpr p.prcg-h {
  font-size: 1.5rem;
  font-weight: 800;
  margin-top: 0;
  margin-bottom: 10px;
  line-height: 23px;
}
.p-table-b.stut thead tr th .pricing-wrpr p.pricing {
  margin-top: 0;
  margin-bottom: 0;
  color: #619f42;
  font-weight: 800;
  font-size: 1.5rem;
  line-height: 23px;
}
.p-table-b.stut thead tr th .pricing-wrpr p.pricing span:first-child {
  color: #619f42;
  font-size: 14px;
  font-weight: 400;
}
.p-table-b.stut thead tr th .pricing-wrpr p.pricing span:last-child {
  color: #5d5d5d;
  font-size: 14px;
  font-weight: 400;
}
.p-table-b.stut thead tr th .pricing-wrpr .btn-buy {
  background-color: #2188ab;
  font-weight: 600;
  font-size: 0.9375rem;
  margin-top: 10px;
}
.p-table-b.stut thead tr th .pricing-wrpr .btn-buy:hover {
  background-color: #2c70a5;
}
.p-table-b.stut thead.tr-fixed tr:first-child th {
  display: none;
}
.p-table-b.stut thead.tr-fixed tr th {
  background-color: #f6fafc;
}
.p-table-b.stut thead.tr-fixed tr:nth-child(2) th:nth-child(2) {
  border-top-left-radius: 0;
}
.p-table-b.stut thead.tr-fixed.hide-btns .btn {
  display: none;
}
.p-table-b.stut tbody tr th {
  font-weight: 700;
}
.p-table-b.stut tbody tr th .tooltip-anchor {
  float: right;
  vertical-align: middle;
  width: 17px;
  height: 17px;
  display: inline-block;
  background-image: url(/images/sprites/18-sucuri-question-plus-sprite.png);
  background-size: 34px;
  background-position: 0 0;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .p-table-b.stut tbody tr th .tooltip-anchor {
    background-image: url(/images/sprites/18-sucuri-question-plus-sprite@2.png);
  }
}
.p-table-b.stut tbody tr th .tooltip-anchor:hover {
  cursor: pointer;
  background-position: 0 17px;
}
.p-table-b.stut tbody tr th .tooltip-anchor:hover .tooltip-cont {
  display: block;
}
.p-table-b.stut tbody tr th .tooltip-cont {
  display: none;
  position: absolute;
  width: 300px;
  font-size: 14px;
  font-weight: 500;
  background-color: #fff;
  top: -17px;
  padding: 7px;
  border: 1px solid #ebebeb;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  z-index: 9999;
}
.p-table-b.stut tbody tr th .tooltip-cont p {
  margin-top: 0;
  margin-bottom: 0;
}
.p-table-b.stut tbody tr th .tooltip-cont a {
  color: #619f42;
}
.p-table-b.stut tbody tr th .expand-anchor {
  margin-left: 30px;
  vertical-align: middle;
  width: 17px;
  height: 17px;
  display: inline-block;
  background-image: url(/images/sprites/18-sucuri-question-plus-sprite.png);
  background-size: 34px;
  background-position: -17px 0;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .p-table-b.stut tbody tr th .expand-anchor {
    background-image: url(/images/sprites/18-sucuri-question-plus-sprite@2.png);
  }
}
.p-table-b.stut tbody tr th.bg-bl {
  border-right: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  border-color: #2188ab;
}
.p-table-b.stut tbody tr td {
  width: 150px;
}
.p-table-b.stut tbody tr:last-child th {
  border-left: 1px solid #ebebeb;
}
.p-table-b.stut tbody tr:last-child td {
  border-left: 1px solid #ebebeb;
}
.p-table-b.stut tbody tr:last-child td:last-child {
  border-right: 1px solid #ebebeb;
}
.p-table-b.hero-table .list-block .list-block-item:first-child {
  font-weight: 400;
}
.p-table-b.hero-table thead tr:first-child {
  background-color: transparent;
}
.p-table-b.hero-table thead tr th:first-child {
  background-color: transparent;
}
.p-table-b.hero-table thead tr:nth-child(2) th:last-child {
  border-top-right-radius: 0;
}
.p-table-b.hero-table tbody tr th {
  font-size: 0.8125rem;
  background-color: transparent;
  border-left: 1px solid #ebebeb;
  border-top: 1px solid #ebebeb;
}
.p-table-b.hero-table tbody tr td {
  font-size: 0.8125rem;
  padding-left: 0;
  padding-right: 0;
}
.p-table-b.hero-table tbody tr:last-child th {
  border-left: none;
  border-bottom: none;
}
.p-table-b.hero-table tbody tr:last-child td {
  background-color: #fff;
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
}
.p-table-b.hero-table tbody tr:last-child td:nth-child(2) {
  border-bottom-left-radius: 9px;
}
.p-table-b.hero-table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 9px;
}
.p-table-b.hero-table tbody tr:last-child td .btn-buy {
  background-color: #2188ab;
  font-weight: 600;
  font-size: 0.9375rem;
}
.p-table-b.hero-table tbody tr:last-child td .btn-buy:hover {
  background-color: #2c70a5;
}
.aslides-container {
  overflow: hidden;
  position: relative;
}
.aslides-container .aslides-wrapper {
  position: absolute;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  left: 0;
}
.aslides-container .aslide {
  width: 100%;
  padding-right: 60px;
  padding-left: 60px;
  float: left;
}
.aslides-container .aslide p a {
  color: #2188ab;
  font-style: italic;
}
.aslides-container .aslide-pagination {
  width: 100%;
  position: absolute;
  bottom: 0;
  float: left;
}
@media (min-width: 544px) {
  .aslides-container .aslide-pagination {
    float: left;
  }
}
@media (max-width: 767px) {
  .aslides-container .aslide-pagination {
    left: 0;
  }
}
.aslides-container .aslide-pagination .list-pagination {
  text-align: center;
}
.aslides-container
  .aslide-pagination
  .list-pagination
  .list-pagination-item {
  display: inline-block;
}
.aslides-container
  .aslide-pagination
  .list-pagination
  .list-pagination-item:not(:first-child) {
  margin-left: 10px;
}
.aslides-container
  .aslide-pagination
  .list-pagination
  .list-pagination-item:not(:last-child) {
  margin-right: 10px;
}
.aslides-container
  .aslide-pagination
  .list-pagination
  .list-pagination-item
  a {
  width: 8px;
  height: 8px;
  background-color: #fff;
  display: block;
}
.aslides-container
  .aslide-pagination
  .list-pagination
  .list-pagination-item.current
  a {
  background-color: #5d5d5d;
}
.aslides-container .aslides-nav a {
  width: 40px;
  height: 40px;
  background-image: url(/images/sprites/17-sucuri-a-testimonial-sprite.png);
  background-size: 80px;
  background-position: 0 0;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .aslides-container .aslides-nav a {
    background-image: url(/images/sprites/17-sucuri-a-testimonial-sprite@2.png);
  }
}
.aslides-container .aslides-nav a:hover {
  background-position: 0 -40px;
}
.aslides-container .aslides-nav a.next {
  right: 0;
  top: 45%;
}
.aslides-container .aslides-nav a.prev {
  left: 0;
  top: 45%;
}
.grecaptcha-badge {
  right: -259px !important;
}
@media (max-width: 991px) {
  #hbl-live-chat-wrapper #olark-container {
    max-height: 50% !important;
    top: auto !important;
  }
}
.priority-banner {
  background-color: #c52228;
}
.priority-banner .container {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}
.priority-banner h4 {
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  font-weight: 600;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .priority-banner h4 {
    margin-right: 1.875rem;
  }
}
@media (max-width: 991px) {
  .priority-banner h4 {
    margin-bottom: 1.875rem;
  }
}
.priority-banner .btn {
  display: inline-block;
  vertical-align: middle;
  background-color: #fff;
  color: #ce3426 !important;
  font-weight: 600;
}
.priority-banner .btn:hover {
  color: #fff !important;
  background-color: #560c13;
}
.live-chat #olark-inline-iframe {
  height: auto !important;
  min-height: 300px;
}
.olrnmre .lrnmre-inline {
  text-align: center;
}
.olrnmre .lrnmre-inline .lrnmre-inline-item {
  width: auto;
  float: none;
  display: inline-block;
  margin-left: 0.9375rem;
  margin-right: 0.9375rem;
}
.olrnmre .lrnmre-inline .lrnmre-inline-item p {
  color: #fff;
}
.fwnav-wrpr {
  background-color: #2188ab;
  z-index: 99;
  width: 100%;
}
@media (max-width: 767px) {
  .fwnav-wrpr {
    display: none;
  }
}
.fwnav-wrpr .list-inline .list-inline-item {
  font-weight: 600;
}
.fwnav-wrpr .list-inline .list-inline-item a {
  color: #fff;
  text-decoration: none;
  padding: 0.46875rem 0.9375rem;
  display: block;
}
.fwnav-wrpr .list-inline .list-inline-item a.active {
  background-color: #2f73a7;
}
.fwnav-wrpr .list-inline .list-inline-item:not(:last-child) {
  margin-right: 0;
}
.pb-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -ms-flex-direction: row;
  flex-direction: row;
  height: 100%;
}
.pb-flex .lead {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin-left: auto;
  margin-right: 3.75rem;
  margin-left: 3.75rem;
  -ms-flex-item-align: center;
  align-self: center;
}
.pb-flex .lead h4,
.pb-flex .lead p {
  color: #fff;
}
.pb-flex .lead h4 {
  margin-bottom: 15px;
}
.pb-flex .cta {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  float: left;
  background-color: rgba(222, 119, 109, 0.76);
  padding: 30px;
}
.pb-flex .cta .logo {
  background-image: url(/images/070715_Sucuri_White_NoTagline_Larage.png);
  background-repeat: no-repeat;
  width: 144px;
  height: 44px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .pb-flex .cta .logo {
    background-image: url(/images/070715_Sucuri_White_NoTagline_Larage.png);
  }
}
.pb-flex .cta .btn {
  font-weight: 600;
}
@media (max-width: 991px) {
  .pb-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .pb-flex .cta {
    background-color: inherit;
    padding-bottom: 0;
  }
  .pb-flex .lead {
    margin-right: 0;
    margin-left: 0;
    padding-bottom: 1.875rem;
  }
  .pb-flex .lead a {
    margin-top: 15px;
  }
}
.affix-footer-banner-b .fcta .btn {
  margin-top: 13px;
}
.card {
  padding: 1.875rem;
  width: 100%;
  border: 1px solid #ebebeb;
}
.team-map-list-wrpr {
  text-align: center;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
  margin: 0 auto;
  max-width: 700px;
  margin-top: -60px;
}
.wwr-wrpr .founder-bio h4 {
  margin-bottom: 0;
}
.wwr-wrpr .founder-bio p:not(:last-child) {
  margin-top: 0;
  margin-bottom: 0;
}
.wwr-wrpr .founder-bio a {
  text-decoration: none;
}

.cookie-policy-banner .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .cookie-policy-banner .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .cookie-policy-banner .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .cookie-policy-banner .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cookie-policy-banner .container {
    max-width: 1140px;
  }
}
@media (min-width: 1920px) {
  .cookie-policy-banner .container {
    max-width: 1640px;
  }
}
.cookie-policy-banner .container .row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.cookie-policy-banner {
  bottom: 0;
  position: fixed;
  z-index: 999999;
  width: 100%;
}
.cookie-policy-banner .btn {
  -webkit-appearance: none;
  font-size: 14px;
}
.cookie-policy-banner .container {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
  position: relative;
  background-color: #fff;
  padding-left: 30px;
  padding-right: 30px;
  border: 1px solid #ebebeb;
}
.cookie-policy-banner .cb-close {
  -webkit-appearance: none;
  background-color: transparent;
  border: none;
  position: absolute;
  top: 9px;
  right: 9px;
  padding: 0;
  font-weight: 900;
  font-size: 11px;
  cursor: pointer;
}
.cookie-policy-banner .cb-lead p {
  font-size: 18px;
  line-height: 1.2;
}
.cookie-policy-banner .cb-lead a {
  text-decoration: none;
  font-size: 16px;
  display: block;
  margin-top: 8px;
}
@media (max-width: 991.98px) {
  .cookie-policy-banner .cb-lead {
    margin-bottom: 15px;
  }
}
.cookie-policy-banner a {
  color: #5d5d5d !important;
}
.cookie-policy-banner p {
  font-size: 14px;
}
.cookie-policy-banner p:not(.highlight) {
  color: #5d5d5d !important;
}
.cookie-policy-banner .btn:nth-child(2) {
  margin-left: 12px;
  margin-right: 12px;
}
.cookie-policy-banner .btn:not(:first-child) {
  padding-left: 12px;
  padding-right: 12px;
  background-color: #fff;
  color: #5d5d5d;
  border: 1px solid #5d5d5d;
}
.cookie-policy-banner .tealiumMo2TriggerButton {
  border: none;
  margin-left: 0;
  width: auto;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  text-decoration: none;
  border: 1px solid transparent;
  padding: 10px 12px;
  font-size: 14px;
  cursor: pointer;
}
.ttip {
  background-color: #de776d;
  padding: 3px;
  position: absolute;
  top: -43px;
  left: -10px;
  font-size: 12px;
  min-width: 122px;
  color: #fff;
}
.ttip:before {
  content: "";
  background-color: #de776d;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 21px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 0;
  right: 0;
  margin: 0 auto;
}
.grecaptcha-badge {
  display: none;
}
.logged-in #header {
  margin-top: 32px;
}
.infographics-card .card-header {
  background-image: none;
}
@media (max-width: 767px) {
  .hero {
    margin-top: 55px;
  }
}
@media (max-width: 767px) {
  .hero .hero-text h1 {
    margin-top: 0;
  }
}
.hero .card {
  border: none;
}
.hero.sslhero h1 {
  margin-top: 0;
}
.hero.home-a .hero-content-wrapper h2 {
  font-weight: 400;
  margin-bottom: 0.9375rem;
}
.hero.home-a .hero-content-wrapper h3 {
  font-size: 1.125rem;
  font-weight: 400;
}
.hero.home-a-b .lft-fhwn {
  background-image: url(/images/18-sucuri-hero-dark.jpg);
  background-size: cover;
  background-position: top left;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .hero.home-a-b .lft-fhwn {
    background-image: url(/images/18-sucuri-hero-dark@2.jpg);
  }
}
.hero.home-a-b .lft-fhwn .hero-text {
  padding-right: 1.875rem;
  margin-left: auto;
  float: right;
}
@media (max-width: 991px) {
  .hero.home-a-b .lft-fhwn .hero-text {
    max-width: 100%;
    padding-right: 0;
    float: none;
  }
  .hero.home-a-b .lft-fhwn .hero-text .hilst-wrpr {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 991px) {
  .hero.home-a-b .lft-fhwn {
    background-image: url(/images/18-sucuri-hero-dark-768.jpg);
    background-position: top center;
    min-height: 535px;
  }
}
@media only screen and (max-width: 991px) and (-webkit-min-device-pixel-ratio: 2),
  only screen and (max-width: 991px) and (min-resolution: 192dpi),
  only screen and (max-width: 991px) and (min-resolution: 2dppx),
  (max-width: 991px) and (-webkit-min-device-pixel-ratio: 2),
  (max-width: 991px) and (min-resolution: 192dpi) {
  .hero.home-a-b .lft-fhwn {
    background-image: url(/images/18-sucuri-hero-dark-768@2.jpg);
  }
}
@media (max-width: 767px) {
  .hero.home-a-b .lft-fhwn {
    background-image: url(/images/18-sucuri-hero-dark-480.jpg);
    background-position: top center;
  }
}
@media only screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2),
  only screen and (max-width: 767px) and (min-resolution: 192dpi),
  only screen and (max-width: 767px) and (min-resolution: 2dppx),
  (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2),
  (max-width: 767px) and (min-resolution: 192dpi) {
  .hero.home-a-b .lft-fhwn {
    background-image: url(/images/18-sucuri-hero-dark-480@2.jpg);
  }
}
.hero.home-a-b .rght-owss {
  background-image: url(/images/18-sucuri-hero-light.jpg);
  background-size: cover;
  background-position: top right;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .hero.home-a-b .rght-owss {
    background-image: url(/images/18-sucuri-hero-light@2.jpg);
  }
}
.hero.home-a-b .rght-owss .hero-text {
  padding-left: 1.875rem;
  margin-right: auto;
  float: left;
}
@media (max-width: 991px) {
  .hero.home-a-b .rght-owss .hero-text {
    max-width: 100%;
    padding-left: 0;
    float: none;
  }
}
@media (max-width: 991px) {
  .hero.home-a-b .rght-owss {
    background-image: url(/images/18-sucuri-hero-light-768.jpg);
    background-position: top center;
    min-height: 535px;
  }
}
@media only screen and (max-width: 991px) and (-webkit-min-device-pixel-ratio: 2),
  only screen and (max-width: 991px) and (min-resolution: 192dpi),
  only screen and (max-width: 991px) and (min-resolution: 2dppx),
  (max-width: 991px) and (-webkit-min-device-pixel-ratio: 2),
  (max-width: 991px) and (min-resolution: 192dpi) {
  .hero.home-a-b .rght-owss {
    background-image: url(/images/18-sucuri-hero-light-768@2.jpg);
  }
}
@media (max-width: 767px) {
  .hero.home-a-b .rght-owss {
    background-image: url(/images/18-sucuri-hero-light-480.jpg);
    background-position: top center;
  }
}
@media only screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2),
  only screen and (max-width: 767px) and (min-resolution: 192dpi),
  only screen and (max-width: 767px) and (min-resolution: 2dppx),
  (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2),
  (max-width: 767px) and (min-resolution: 192dpi) {
  .hero.home-a-b .rght-owss {
    background-image: url(/images/18-sucuri-hero-light-480@2.jpg);
  }
}
.hero.home-a-b .hero-text {
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center;
  width: auto;
}
.hero.home-a-b .hero-text h1 {
  color: #fff;
  font-size: 2.1875rem;
  font-weight: 800;
  font-family: "Roboto Slab", serif;
}
@media (max-width: 991px) {
  .hero.home-a-b .hero-text h1 {
    font-size: 1.375rem;
  }
}
.hero.home-a-b .hero-text .btn {
  margin-top: 1.875rem;
}
.hero.home-a-b .hero-text .hilst-wrpr {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  max-width: 550px;
  margin: 0 auto;
  margin-top: 1.875rem;
  display: block;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
.hero.home-a-b .hero-text .hilst-wrpr .list-inline {
  width: 100%;
  text-align: center;
  padding-bottom: 0.46875rem;
  padding-top: 0.46875rem;
}
.hero.home-a-b .hero-text .hilst-wrpr .list-inline .list-inline-item {
  color: #fff;
  position: relative;
  line-height: 15px;
  font-weight: 600;
}
.hero.home-a-b
  .hero-text
  .hilst-wrpr
  .list-inline
  .list-inline-item:before {
  content: "";
  display: block;
  height: 4px;
  width: 4px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -7px;
  margin-top: auto;
  margin-bottom: auto;
}
@media (max-width: 767px) {
  .hero.home-a-b
    .hero-text
    .hilst-wrpr
    .list-inline
    .list-inline-item:before {
    display: none;
  }
}
.hero.home-a-b
  .hero-text
  .hilst-wrpr
  .list-inline
  .list-inline-item:not(:last-child) {
  margin-right: 0.9375rem;
}
@media (max-width: 767px) {
  .hero.sslhero {
    margin-top: 54px;
  }
}
.hero.webi-b .hero-content {
  text-align: center;
}
.hero.webi-b .hero-content .h-lead {
  margin-bottom: 1.875rem;
}
.hero.webi-b .hero-content .vidwrp .vdcontr img {
  max-width: 100%;
}
.hero.webi-b .hero-content .autinfwrp .autavin .autavtr img {
  max-width: 60px;
}
.hero.webi-b .hero-content .autinfwrp .autavin .auinfo {
  padding-left: 0.9375rem;
}
.hero.webi-b .hero-content .autinfwrp .autavin .auinfo p {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.4;
  text-align: left;
}
.hero.webi-b .hero-content .autinfwrp .autcont {
  text-align: left;
}
.hero.resources .h-lead h1 {
  margin-top: 0;
}
.hero.resources .h-lead p {
  margin-bottom: 0;
}
.hero.enterprise-a {
  background-image: url(/images/18-a-sucuri-enterprise-hero-background.jpg);
  background-position: top center;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .hero.enterprise-a {
    background-image: url(/images/18-a-sucuri-enterprise-hero-background@2.jpg);
  }
}
.hero.enterprise-a .hero-text h1 {
  color: #fff;
  font-size: 2.5rem;
}
.hero.enterprise-a .hero-text h2 {
  color: #fff;
  font-weight: 800;
}
.hero.enterprise-a .hero-text p {
  color: #fff;
}
@media (min-width: 992px) {
  .hero.enterprise-a .hero-text p {
    padding-right: 50px;
  }
}
.hero.enterprise-a .form-wrpr {
  padding: 1.875rem;
  background-color: #fff;
  border-radius: 9px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 991px) {
  .hero.enterprise-a .form-wrpr {
    margin-top: 3.75rem;
  }
}
.hero.enterprise-a .form-wrpr .form-group {
  position: relative;
}
.hero.enterprise-a .form-wrpr .form-group .form-input {
  border: 1px solid rgba(99, 100, 102, 0.5);
}
.hero.enterprise-a .form-wrpr .form-group .btn {
  min-width: 130px;
}
.hero.enterprise-a .fbclgs-wrp {
  background-color: rgba(134, 191, 235, 0.48);
}
.hero.enterprise-a .fbclgs-wrp p {
  color: #fff;
}
.hero.enterprise-b {
  background-image: url(/images/18-a-sucuri-enterprise-hero-background-dkblue.png);
  background-position: top center;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .hero.enterprise-b {
    background-image: url(/images/18-a-sucuri-enterprise-hero-background-dkblue@2.png);
  }
}
.hero.enterprise-b .row {
  position: relative;
}
.hero.enterprise-b .hero-text h1 {
  color: #fff;
  font-size: 2.9rem;
  font-family: "Open Sans", Helvetica, Arial, Tahoma, sans-serif;
  line-height: 1.1;
  font-weight: 800;
}
.hero.enterprise-b .hero-text h2 {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 500;
}
.hero.enterprise-b .hero-text .list-block-item {
  color: #fff;
  font-size: 22px;
}
.hero.enterprise-b .hero-text .list-block-item:before {
  color: #fff;
}
.hero.enterprise-b .form-wrpr {
  background-color: rgba(149, 173, 190, 0.5);
  padding: 1.625rem;
  position: relative;
  overflow: hidden;
}
.hero.enterprise-b .form-wrpr h4 {
  color: #fff;
  font-weight: 600;
}
.hero.enterprise-b .form-wrpr label {
  color: #fff;
  font-weight: 700;
}
@media (max-width: 767px) {
  .hero.enterprise-b .form-wrpr label input[type="checkbox"] {
    padding-left: 15px;
  }
}
.hero.enterprise-b .form-wrpr input {
  padding: 0.625rem 0.75rem;
}
.hero.enterprise-b .form-wrpr p {
  color: #fff;
  font-weight: 400;
}
.hero.enterprise-b .form-wrpr .btn {
  padding: 20px 18px;
  width: 92%;
  font-weight: 600;
}
.hero.enterprise-b .form-wrpr .highlight {
  color: #333 !important;
}
@media (min-width: 992px) {
  .hero.enterprise-b .form-wrpr .pl-5 {
    padding-left: 5px;
  }
}
@media (max-width: 543px) {
  .hero.enterprise-b .form-wrpr .pr-5 {
    padding-right: 5px;
  }
}
.hero.enterprise-b .trstd {
  position: absolute;
  bottom: 0;
  left: 0.9375rem;
}
.hero.enterprise-b .trstd ul li {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 300;
  color: #fff;
}
.hero.enterprise-b .trstd ul li span {
  font-weight: 600;
}
@media (max-width: 991px) {
  .hero.enterprise-b .trstd {
    position: static;
    text-align: center;
    margin-top: 30px;
  }
}
.hero.enterprise-b .fbclgs-wrp {
  background-color: rgba(134, 191, 235, 0.5);
  padding-top: 50px;
  padding-bottom: 50px;
}
.hero.enterprise-b .message p {
  color: #619f42;
  font-weight: 700;
}
.hero.partners-b {
  background-image: url(/images/18-a-sucuri-enterprise-hero-background-dkblue.png);
  background-position: top center;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .hero.partners-b {
    background-image: url(/images/18-a-sucuri-enterprise-hero-background-dkblue@2.png);
  }
}
.hero.partners-b .hero-text h1 {
  color: #fff;
  font-size: 2.9rem;
  font-family: "Roboto Slab", serif;
  line-height: 1.1;
  font-weight: 800;
}
.hero.partners-b .hero-text p {
  color: #fff;
  font-weight: 400;
}
.hero.partners-b .hero-text .list-block-item {
  color: #fff;
  font-size: 17px;
  font-weight: 400;
}
.hero.partners-b .hero-text .list-block-item:before {
  color: #fff;
}
.hero.partners-b .form-wrpr {
  background-color: rgba(149, 173, 190, 0.5);
  padding: 1.625rem;
  position: relative;
  overflow: hidden;
}
.hero.partners-b .form-wrpr h4 {
  color: #fff;
  font-weight: 800;
  font-size: 19px;
}
.hero.partners-b .form-wrpr label {
  color: #fff;
  font-weight: 700;
}
.hero.partners-b .form-wrpr input {
  padding: 0.625rem 0.75rem;
}
.hero.partners-b .form-wrpr p {
  color: #fff;
  font-weight: 400;
}
.hero.partners-b .form-wrpr .btn {
  padding: 20px 18px;
  width: 92%;
  font-weight: 600;
  background-color: #065fa4;
}
.hero.partners-b .form-wrpr .btn:hover {
  background-color: #043358;
}
.hero.partners-b .form-wrpr .highlight {
  color: #fff !important;
}
.hero.partners-b .form-wrpr .terms {
  color: #333;
}
@media (min-width: 992px) {
  .hero.partners-b .form-wrpr .pl-5 {
    padding-left: 5px;
  }
}
@media (max-width: 543px) {
  .hero.partners-b .form-wrpr .pr-5 {
    padding-right: 5px;
  }
}
.hero.partners-b .trstd {
  position: absolute;
  bottom: 0;
  left: 0.9375rem;
}
.hero.partners-b .trstd ul li {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 300;
  color: #fff;
}
.hero.partners-b .trstd ul li span {
  font-weight: 600;
}
@media (max-width: 991px) {
  .hero.partners-b .trstd {
    position: static;
    text-align: center;
    margin-top: 30px;
  }
}
.hero.partners-b .fbclgs-wrp {
  background-color: rgba(134, 191, 235, 0.5);
  padding-top: 50px;
  padding-bottom: 50px;
}
.hero.partners-b .fbclgs-wrp p {
  color: #fff;
}
.hero.partners-b .message p {
  color: #619f42;
  font-weight: 700;
}
.hero.ddos-prot-a .hrl-txt-wrpr {
  max-width: 414px;
}
.hero.ddos-prot-a .hr-img-wrpr {
  margin-left: 60px;
}
.hero.agency-a {
  background-image: url(/images/17-sucuri-a-agency-hero.jpg);
  background-position: top center;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .hero.agency-a {
    background-image: url(/images/17-sucuri-a-agency-hero.jpg);
  }
}
.hero.agency-a .hero-text h1 {
  color: #fff;
  font-size: 2.5rem;
  font-family: "Roboto Slab", serif;
}
.hero.agency-a .hero-text h2 {
  color: #fff;
  font-weight: 800;
}
.hero.agency-a .hero-text p {
  color: #fff;
}
@media (min-width: 992px) {
  .hero.agency-a .hero-text p {
    padding-right: 50px;
  }
}
.hero.agency-a .hero-text .check-list {
  margin-left: 30px;
}
.hero.agency-a .hero-text .check-list .list-block-item {
  font-size: 17px;
  color: #fff;
}
.hero.agency-a .hero-text .check-list .list-block-item::before {
  color: #fff;
}
.hero.agency-a .form-wrpr {
  padding: 1.875rem;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 0;
  position: relative;
  overflow: hidden;
}
@media (max-width: 991px) {
  .hero.agency-a .form-wrpr {
    margin-top: 3.75rem;
  }
}
.hero.agency-a .form-wrpr h4 {
  color: #fff;
}
.hero.agency-a .form-wrpr .form-group {
  position: relative;
}
.hero.agency-a .form-wrpr .form-group label {
  color: #fff;
  font-weight: 900;
}
.hero.agency-a .form-wrpr .form-group .highlight {
  color: #fff !important;
}
.hero.agency-a .form-wrpr .form-group .form-input {
  border: 1px solid rgba(99, 100, 102, 0.5);
}
.hero.agency-a .form-wrpr .form-group .btn {
  width: 100%;
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
  font-weight: 900;
  background-color: #065fa4;
}
.hero.agency-a .form-wrpr .form-group .btn:hover {
  background-color: #043358;
}
.hero.agency-a .form-wrpr .form-group .terms {
  color: #fff;
}
.hero.agency-a .fbclgs-wrp {
  background-color: rgba(148, 191, 129, 0.38);
}
.hero.agency-a .fbclgs-wrp p {
  color: #fff;
}
.hero.live-chat h1 {
  font-family: "Roboto Slab", serif;
}
.hero.reports {
  color: #636466;
  text-align: left;
}
.hero.reports .hero-text h1 {
  font-size: 2.5rem;
  font-family: "Roboto Slab", serif;
}
.hero.webinars {
  color: #636466;
  text-align: left;
}
.hero.webinars .hero-text h1 {
  font-size: 2.5rem;
  font-family: "Roboto Slab", serif;
}
.hero.wsp-signup {
  background-color: #ebebeb;
}
.hero.wsp-signup .hero-text h1 {
  font-size: 2.5rem;
  font-family: "Roboto Slab", serif;
}
.hero.wsp-signup .tlgs-wrpr .list-inline .list-inline-item {
  margin-right: 1.875rem;
}
@media (max-width: 767px) {
  .hero.wsp-signup .tlgs-wrpr .list-inline .list-inline-item {
    margin-right: auto;
  }
}
.hero.referral {
  background-image: url(/images/18-sucuri-referral-page-hero.jpg);
  background-position: center top;
  background-size: cover;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .hero.referral {
    background-image: url(/images/18-sucuri-referral-page-hero@2.jpg);
  }
}
.hero.referral .hero-text h1 {
  font-size: 2.5rem;
  font-family: "Roboto Slab", serif;
  color: #fff;
  margin-top: 0;
}
.hero.referral .hero-text p {
  color: #fff;
}
.hero.referral .hero-text p.pricing {
  font-size: 2.8125rem;
  margin-bottom: 0;
  line-height: 1;
}
.hero.referral .hero-text p.pricing sup {
  font-size: 0.9375rem;
  top: -22px;
}
.hero.referral .hero-text p.pricing span {
  font-weight: 800;
  color: #fff;
  font-size: 2.8125rem;
}
.hero.referral .hero-text .btn {
  background-color: #fff;
  color: #2188ab;
  font-weight: 600;
}
.hero.referral .hero-text .btn:hover {
  background-color: #1b4363;
  color: #fff;
}
.hero.about-us {
  background-image: url(/images/17-sucuri-team-homepage.jpg);
  background-position: center top;
  background-size: cover;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .hero.about-us {
    background-image: url(/images/17-sucuri-team-homepage@2.jpg);
  }
}
.hero.about-us .hero-text {
  text-align: center;
  color: #fff;
}
.hero.webinar-hero-b h1 {
  font-size: 2.8125rem;
  font-family: "Roboto Slab", serif;
}
@media (max-width: 767px) {
  .hero.webinar-hero-b h1 {
    font-size: 1.5625rem;
  }
}
.hero.webinar-hero-b .hero-text .list-inline-item {
  font-size: 1.5rem;
}
@media (max-width: 991px) {
  .hero.webinar-hero-b .hero-form-text-wrpr {
    margin-bottom: 60px;
  }
}
.hero.webinar-hero-b .hero-form-text-wrpr .hero-text-cont {
  background-color: #fff;
  padding: 1.875rem;
}
@media (min-width: 768px) {
  .hero.webinar-hero-b .hero-form-text-wrpr .hero-text-cont {
    height: 380px;
  }
}
.hero.webinar-hero-b .hero-form-text-wrpr .hero-form-cont {
  background-color: #86bfeb;
  border: 1px solid #4ba0e1;
  -webkit-box-shadow: -3px -3px 12px rgba(0, 0, 0, 0.16);
  box-shadow: -3px -3px 12px rgba(0, 0, 0, 0.16);
  padding: 1.875rem;
}
.hero.webinar-hero-b .hero-form-text-wrpr .hero-form-cont p {
  color: #fff;
}
.hero.webinar-hero-b
  .hero-form-text-wrpr
  .hero-form-cont
  .form-group
  label {
  color: #fff;
  font-size: 0.9375rem;
  font-weight: 400;
}
.hero.webinar-hero-b
  .hero-form-text-wrpr
  .hero-form-cont
  .form-group
  .form-input {
  height: 42px;
}
.hero.webinar-hero-b
  .hero-form-text-wrpr
  .hero-form-cont
  .form-group.mb-30 {
  margin-bottom: 7px !important;
}
.hero.webinar-hero-b .hero-form-text-wrpr .hero-form-cont .btn.submit {
  width: 100%;
  background-color: #4ba0e1;
  border: 1px solid #ebebeb;
  font-size: 1.5rem;
}
.hero.webinar-hero-b .hero-form-text-wrpr .hero-form-cont .terms {
  color: #fff;
}
.hero.webinar-hero-b .hero-form-text-wrpr .hero-form-cont .message p {
  color: grey;
}
.hero.home-a-c {
  background-color: #0e406a;
  color: #fff;
}
.hero.home-a-c .container {
  padding-top: 80px;
  padding-bottom: 200px;
}
.hero.home-a-c h1 {
  line-height: 75px;
  font-weight: 700;
  font-size: 2.5rem;
}
.hero.home-a-c p {
  color: #fff;
  text-align: left;
  margin-top: 50px;
  font-size: 1.16rem;
  font-weight: 400;
  margin-top: 40px;
  margin-bottom: 40px;
}
.hero.home-a-c .hcta-cont {
  margin-top: 40px;
}
.hero.home-a-c .img-fluid {
  margin-left: auto;
  margin-right: auto;
}
.hero.home-a-c .btn {
  font-size: 1.6875rem;
  border-radius: 3px;
}
.hero.home-a-c .btn:first-child {
  margin-right: 30px;
}
.hero.home-a-c .btn.btn-grad-light {
  background: #fff;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #fff),
    color-stop(0, #fff),
    to(#d8d8d8)
  );
  background: linear-gradient(180deg, #fff 0, #fff 0, #d8d8d8 100%);
  color: #114456;
  border: none;
}
.hero.home-a-c .btn.btn-grad-light:hover {
  background: #2188ab !important;
  color: #fff;
}
.hero.home-a-c .btn.btn-outline-light {
  background: 0 0;
  color: #fff;
  border: 2px solid #fff;
}
.hero.home-a-c .btn.btn-outline-light:hover {
  background: #2188ab !important;
  color: #fff;
}
@media only screen and (max-width: 381px) {
  .hero.home-a-c .hcta-cont a:first-child {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .hero.home-a-c .btn {
    font-size: 1.2rem;
  }
  .hero.home-a-c .d-sm-block {
    display: none !important;
  }
}
@media only screen and (max-width: 575px) {
  .hero.home-a-c .container {
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 768px) {
  .hero.home-a-c .container {
    max-width: 756px;
  }
  .hero.home-a-c .btn {
    font-size: 1.1rem;
  }
}
@media only screen and (max-width: 1919px) {
  .hero.home-a-c h1 {
    font-size: 2.1875rem;
    line-height: 46px;
  }
  .hero.home-a-c p {
    font-size: 1.25rem;
    line-height: 35px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .hero.home-a-c .btn:first-child {
    margin-right: 15px;
  }
}
@media only screen and (min-width: 992px) {
  .hero.home-a-c .container {
    max-width: 960px;
  }
  .hero.home-a-c .img-fluid {
    margin-top: -8px;
    margin-bottom: -8px;
    margin-left: 8.33333%;
  }
  .hero.home-a-c p {
    margin-top: 20px;
    margin-bottom: 40px;
  }
  .hero.home-a-c .btn {
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 1200px) {
  .hero.home-a-c .container {
    max-width: 1124px;
  }
  .hero.home-a-c .c-lg-5:first-child {
    padding-left: 0;
    padding-right: 0;
  }
  .hero.home-a-c .img-fluid {
    margin-top: -59px;
    margin-bottom: -81px;
    position: relative;
    left: 70px;
  }
  .hero.home-a-c h1 {
    font-size: 1.875rem;
  }
  .hero.home-a-c .btn {
    font-size: 1.3rem;
  }
  .hero.home-a-c .btn:first-child {
    margin-right: 30px !important;
  }
}
@media only screen and (min-width: 1920px) {
  .hero.home-a-c .container {
    max-width: 1644px;
  }
  .hero.home-a-c .c-lg-5:first-child {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  .hero.home-a-c .img-fluid {
    margin-top: -66px;
    margin-bottom: -88px;
    position: relative;
    left: 135px;
    margin-left: 0;
  }
  .hero.home-a-c h1 {
    font-size: 2.5rem;
  }
  .hero.home-a-c .lead {
    font-size: 1.5rem;
    line-height: 48px;
  }
  .hero.home-a-c .btn {
    font-size: 1.6875rem;
  }
}
.hero + .hero {
  margin-top: 0;
}
.indicators-wrapper h3 {
  margin-bottom: 0;
  font-weight: 600;
}
.indicators-wrapper .indicators-content-wrapper {
  width: 100%;
  display: block;
}
@media (min-width: 992px) {
  .indicators-wrapper .indicators-content-wrapper {
    display: block;
    width: 847px;
    margin: 0 auto;
  }
}
.indicators-wrapper .indicators-content-wrapper li {
  font-size: 1.0625rem;
}
.step-lead h4:last-child {
  margin-bottom: 0;
}
.steps-banner {
  float: left;
}
.steps-banner:nth-child(2) {
  margin: 0 88px;
}
@media (max-width: 991px) {
  .steps-banner:nth-child(2) {
    margin: 0 58px;
  }
}
@media (max-width: 767px) {
  .steps-banner:nth-child(2) {
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .steps-banner {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  .steps-banner:nth-child(2) {
    margin: 0 auto;
  }
  .steps-banner:not(:first-child) {
    margin-top: 0.9375rem;
  }
}
.steps-banner .lead {
  margin-bottom: 0.9375rem;
}
.steps-banner .lead h4 span {
  font-weight: 600;
}
.steps-banner ul {
  list-style: none;
}
.steps-banner li {
  font-weight: 600;
}
.steps-banner li a {
  color: #fff;
  text-decoration: underline;
}
.steps-banner li a:hover {
  color: #333;
  cursor: pointer;
}
@media (min-width: 544px) {
  .content.container {
    padding-left: 0;
    padding-right: 0;
  }
}
.content div p:last-child {
  margin-bottom: 0;
}
.content h3 {
  font-weight: 600;
}
.content h4 {
  font-weight: 600;
  color: #619f42;
}
.content h4 .num {
  color: grey;
}
.content h5 {
  font-weight: 600;
  font-size: 17px;
  color: #619f42;
}
.content p {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.content .list-ordered {
  margin-left: 1.875rem;
}
.content .list-ordered:last-child {
  margin-bottom: 0;
}
.content img {
  max-width: 100%;
}
.content .lead {
  margin-top: 3.75rem;
  margin-bottom: 0.9375rem;
}
.content .img-wrapper {
  text-align: center;
  overflow: hidden;
  display: inline-block;
  border: 1px solid grey;
  cursor: pointer;
}
.content .img-wrapper.wsal {
  height: 141px;
  margin-top: 103px;
}
.content .img-wrapper.wci {
  margin-top: 24px;
}
.content .img-wrapper.whdb {
  margin-top: 102px;
}
.content .img-wrapper.rwup {
  margin-top: 55px;
}
.content .img-wrapper.rwsk {
  margin-top: 0.9375rem;
}
.content a {
  text-decoration: underline;
}
.content a.imagel-anchor {
  font-size: 0.6875rem;
  margin-top: 15px;
  display: block;
}
.content figure {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  float: left;
}
.content figure figcaption {
  text-align: center;
  font-weight: 600;
  font-size: 0.875rem;
  margin-top: 0.9375rem;
}
.content figure figcaption .italic {
  font-weight: 400;
}
.content figure figcaption a {
  color: grey;
}
.content figure figcaption a:hover {
  color: #619f42;
}
.back-list-wrapper {
  float: left;
  width: 100%;
}
@media (max-width: 767px) {
  .back-list-wrapper {
    word-wrap: break-word;
    float: none;
  }
}
.back-list-wrapper .back-list {
  display: inline-block;
  float: left;
  margin-right: 75px;
}
@media (max-width: 767px) {
  .back-list-wrapper .back-list {
    float: none;
    margin-right: 0;
    display: block;
    width: 100%;
  }
}
.webinar-content h2 {
  margin-top: 0;
  font-size: 1.75rem;
  color: #619f42;
  line-height: 1.4;
}
.webinar-content img {
  max-width: 100%;
}
.webinar-content .bio-wrapper .avatar-wrapper {
  margin-top: 0.46875rem;
}
.webinar-content .bio-wrapper .bio {
  margin-top: 1.875rem;
}
.webinar-content .bio-wrapper .bio p {
  margin-top: 0.46875rem;
  margin-bottom: 0.46875rem;
  line-height: 1;
}
.timer-container p {
  margin-top: 0;
  margin-bottom: 0;
}
.timer-container p.heading {
  margin-bottom: 0.46875rem;
  margin-top: 2px;
}
.timer-container .timer-wrapper {
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
  text-align: center;
  margin-bottom: 1.875rem;
}
.timer-container .timer-wrapper .digits td {
  position: relative;
}
.timer-container .timer-wrapper .digits td span {
  font-size: 2.625rem;
}
.timer-container .timer-wrapper .digits td span.mins:before {
  position: absolute;
  left: -5px;
  line-height: 1.4;
}
.timer-container .timer-wrapper .alphabs {
  font-size: 0.75rem;
}
.timer-container .timer-wrapper table {
  width: 100%;
}
.timer-container .timer-wrapper p {
  margin-top: 15px;
  margin-bottom: 15px;
}
.timer-container .timer-wrapper p.timer {
  font-size: 45px;
}
.timer-container .timer-wrapper p.timer span {
  width: 33.33%;
  text-align: center;
}
.presenter-wrapper .container {
  padding-top: 0;
  padding-bottom: 0;
}
.presenter-wrapper .content-wrapper {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}
.presenter-wrapper .content-wrapper h4 {
  color: #619f42;
  font-weight: 600;
}
.presenter-wrapper .content-wrapper .title {
  margin: 0;
}
.presenter-wrapper img {
  max-width: 100%;
}
@media (min-width: 992px) {
  .wi-google-blacklist .indicators-wrapper .indicators-content-wrapper {
    width: 790px;
  }
}
.wi-google-blacklist
  .indicators-wrapper
  .indicators-content-wrapper
  .indicators-content-section {
  display: inline-block;
}
.wi-google-blacklist
  .indicators-wrapper
  .indicators-content-wrapper
  .indicators-content-section:first-child {
  margin-right: 3.75rem;
}
.screen-wrapper .img-wrapper {
  border: none;
}
.screen-wrapper .img-wrapper p {
  line-height: 1;
}
.screen-wrapper .img-wrapper img {
  max-width: 100%;
}
.inner-card {
  background-color: rgba(96, 159, 67, 0.09);
  border: 3px solid #619f42;
  border-top-width: 10px;
  padding: 0.46875rem 1.875rem;
}
.inner-card .card-content p.italic {
  font-weight: 600;
}
.content .inner-image-wrapper-b {
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
}
.content .inner-image-wrapper-b img {
  border: 1px solid grey;
}
.how-we-do-it .why-sucuri {
  background-image: url(/images/16-sucuri-koh-phangan-Keir.jpg);
  background-size: cover;
  background-position: center top;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .how-we-do-it .why-sucuri {
    background-image: url(/images/16-sucuri-koh-phangan-Keir.jpg);
  }
}
.how-we-do-it .why-sucuri h3 {
  color: #fff;
}
.how-we-do-it .why-sucuri p {
  color: #fff;
}
.how-we-do-it .why-sucuri p.heading {
  color: #619f42;
}
.how-we-do-it .st0 {
  fill: #636466;
}
.how-we-do-it .st1 {
  fill: #fff;
}
.how-we-do-it .st2 {
  font-family: "Open Sans", Helvetica, Arial, Tahoma, sans-serif;
  font-weight: 700;
}
.how-we-do-it .st3 {
  font-size: 18px;
}
.how-we-do-it .st4 {
  font-family: "Open Sans", Helvetica, Arial, Tahoma, sans-serif;
}
.how-we-do-it .st5 {
  fill: #727375;
}
.how-we-do-it .st6 {
  opacity: 0.2;
  fill: #fff;
}
.how-we-do-it .st7 {
  font-size: 15px;
}
.how-we-do-it .st8 {
  font-size: 14px;
}
.how-we-do-it .st9 {
  fill: #5f9e43;
}
.how-we-do-it .st10 {
  fill: #62a744;
}
.how-we-do-it .st11 {
  fill: #609f43;
}
.ident-security {
  padding-top: 5rem;
  padding-bottom: 0;
}
.ident-security .lead {
  position: relative;
  margin-bottom: 0;
}
.ident-security .lead:before {
  content: "";
  width: 78px;
  height: 78px;
  position: absolute;
  top: -24px;
  left: -37px;
  background-image: url(/images/icons/16-sucuri-how-we-do-it-sprite-rings.png);
  background-size: cover;
  background-position: 0 0;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .ident-security .lead:before {
    background-image: url(/images/icons/16-sucuri-how-we-do-it-sprite-rings@2.png);
  }
}
@media (max-width: 991px) {
  .ident-security .lead:before {
    display: none;
  }
}
.ident-security .lead h3 {
  position: relative;
  font-weight: 600;
  color: #619f42;
}
@media (min-width: 992px) {
  .ident-security .lead h3 {
    margin-left: 3.75rem;
  }
}
@media (max-width: 767px) {
  .ident-security .lead h3 {
    text-align: center;
  }
}
.remedi-security {
  padding-bottom: 0;
}
.remedi-security .lead {
  position: relative;
  margin-bottom: 0;
}
.remedi-security .lead:before {
  content: "";
  width: 78px;
  height: 78px;
  position: absolute;
  top: -24px;
  left: -37px;
  background-image: url(/images/icons/16-sucuri-how-we-do-it-sprite-rings.png);
  background-size: cover;
  background-position: -78px 0;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .remedi-security .lead:before {
    background-image: url(/images/icons/16-sucuri-how-we-do-it-sprite-rings@2.png);
  }
}
@media (max-width: 991px) {
  .remedi-security .lead:before {
    display: none;
  }
}
.remedi-security .lead h3 {
  position: relative;
  font-weight: 600;
  color: #619f42;
}
@media (min-width: 992px) {
  .remedi-security .lead h3 {
    margin-left: 3.75rem;
  }
}
@media (max-width: 767px) {
  .remedi-security .lead h3 {
    text-align: center;
  }
}
.config-monitor {
  padding-bottom: 0;
}
.config-monitor .lead {
  position: relative;
  margin-bottom: 0;
}
.config-monitor .lead:before {
  content: "";
  width: 78px;
  height: 78px;
  position: absolute;
  top: -24px;
  left: -37px;
  background-image: url(/images/icons/16-sucuri-how-we-do-it-sprite-rings.png);
  background-size: cover;
  background-position: -156px 0;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .config-monitor .lead:before {
    background-image: url(/images/icons/16-sucuri-how-we-do-it-sprite-rings@2.png);
  }
}
@media (max-width: 991px) {
  .config-monitor .lead:before {
    display: none;
  }
}
.config-monitor .lead h3 {
  position: relative;
  font-weight: 600;
  color: #619f42;
}
@media (min-width: 992px) {
  .config-monitor .lead h3 {
    margin-left: 3.75rem;
  }
}
@media (max-width: 767px) {
  .config-monitor .lead h3 {
    text-align: center;
  }
}
.dep-ptotection {
  padding-bottom: 0;
}
.dep-ptotection .lead {
  position: relative;
  margin-bottom: 0;
}
.dep-ptotection .lead:before {
  content: "";
  width: 78px;
  height: 78px;
  position: absolute;
  top: -24px;
  left: -37px;
  background-image: url(/images/icons/16-sucuri-how-we-do-it-sprite-rings.png);
  background-size: cover;
  background-position: -234px 0;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .dep-ptotection .lead:before {
    background-image: url(/images/icons/16-sucuri-how-we-do-it-sprite-rings@2.png);
  }
}
@media (max-width: 991px) {
  .dep-ptotection .lead:before {
    display: none;
  }
}
.dep-ptotection .lead h3 {
  position: relative;
  font-weight: 600;
  color: #619f42;
}
@media (min-width: 992px) {
  .dep-ptotection .lead h3 {
    margin-left: 3.75rem;
  }
}
@media (max-width: 767px) {
  .dep-ptotection .lead h3 {
    text-align: center;
  }
}
.config-perfomance .lead {
  position: relative;
  margin-bottom: 0;
}
.config-perfomance .lead:before {
  content: "";
  width: 78px;
  height: 78px;
  position: absolute;
  top: -24px;
  left: -37px;
  background-image: url(/images/icons/16-sucuri-how-we-do-it-sprite-rings.png);
  background-size: cover;
  background-position: -312px 0;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .config-perfomance .lead:before {
    background-image: url(/images/icons/16-sucuri-how-we-do-it-sprite-rings@2.png);
  }
}
@media (max-width: 991px) {
  .config-perfomance .lead:before {
    display: none;
  }
}
.config-perfomance .lead h3 {
  position: relative;
  font-weight: 600;
  color: #619f42;
}
@media (min-width: 992px) {
  .config-perfomance .lead h3 {
    margin-left: 3.75rem;
  }
}
@media (max-width: 767px) {
  .config-perfomance .lead h3 {
    text-align: center;
  }
}
.du-content {
  margin-top: 16px;
  padding-top: 0.9375rem;
  padding-bottom: 1.875rem;
}
@media (min-width: 992px) {
  .du-content {
    border-left: 4px solid #dbdbdc;
  }
  .du-content:not(.last):after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: -4px;
    left: -12px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #dbdbdc;
  }
}
@media (max-width: 767px) {
  .du-content {
    text-align: center;
  }
  .du-content .list-unstyled .list-unstyled-item {
    text-align: left;
  }
  .du-content p.heading {
    text-align: center;
  }
}
.du-content .c-lg-7 {
  padding-left: 0;
}
@media (min-width: 544px) {
  .du-content .c-lg-7:first-child {
    border-bottom: 1px solid #ebebeb;
  }
}
@media (min-width: 544px) {
  .du-content .c-lg-5:nth-child(2) {
    border-bottom: 1px solid #ebebeb;
  }
}
.du-content .list-unstyled {
  margin-left: 0.9375rem;
  margin-top: 0.9375rem;
}
.du-content img {
  max-width: 100%;
}
.du-content .side-img-wrapper img {
  max-width: 250px;
  margin-top: 3.75rem;
}
.tabs-container {
  width: 100%;
  overflow: hidden;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.tabs-wrapper {
  margin: 0 auto;
  margin-top: 1.875rem;
  text-align: center;
  top: 0;
}
.tabs-wrapper.fade-down-show {
  -webkit-animation: fadeInDown 0.2s ease-in-out;
  animation: fadeInDown 0.2s ease-in-out;
  display: block;
}
.tabs-wrapper.fade-up-hide {
  -webkit-animation: fadeOutUp 0.2s ease-in-out;
  animation: fadeOutUp 0.2s ease-in-out;
}
.tabs-wrapper .learn-more-lead {
  background-color: #619f42;
  margin-bottom: 1.875rem;
}
.tabs-wrapper .learn-more-lead p {
  margin: 0 auto;
  color: #fff;
  text-align: left;
}
.tabs-wrapper .tab-icon {
  float: left;
  width: 100%;
  text-align: center;
}
.tabs-wrapper .tab-icon p {
  margin: 0 auto;
  color: #619f42;
  font-weight: 600;
}
.tab-wrapper {
  width: 78px;
  height: 78px;
  border-radius: 50%;
  border: 4px solid #619f42;
  display: inline-block;
  text-align: center;
}
.tab-wrapper p {
  line-height: 70px;
  margin: 0 auto;
}
.tab-separator {
  width: 220px;
  display: inline-block;
}
.tab-separator hr {
  border-top-width: 4px;
  margin: 0 15px;
}
.top-pagination-wrapper {
  padding-bottom: 0;
  border-bottom: 1px solid grey;
}
.bottom-pagination-wrapper {
  padding-top: 1.875rem;
  border-top: 1px solid grey;
}
.webinar-card {
  text-align: center;
}
.webinar-card:not(:nth-child(-n + 2)) {
  margin-top: 1.875rem;
}
.webinar-card a {
  text-decoration: none;
}
.webinar-card a h3 {
  text-decoration: none;
  font-weight: 600;
}
.webinar-card .card-header {
  padding: 0.9375rem;
  margin-bottom: 0;
  cursor: pointer;
  min-height: 170px;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  background-image: url(/images/16-sucuri-post-webinar-landing-page-back.png);
  background-size: cover;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .webinar-card .card-header {
    background-image: url(/images/16-sucuri-post-webinar-landing-page-back.png);
  }
}
@media (max-width: 767px) {
  .webinar-card .card-header {
    background-position: top center;
  }
}
.webinar-card .card-header .row {
  height: 140px;
}
@media (max-width: 991px) {
  .webinar-card .card-header .row {
    height: auto;
  }
}
@media (min-width: 992px) {
  .webinar-card .card-header .c-lg-8 {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media (min-width: 992px) {
  .webinar-card .card-header .c-lg-4 {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.webinar-card .card-header img {
  max-width: 116px;
}
.webinar-card .card-header h3 {
  color: #619f42;
  font-size: 1.25rem;
  line-height: 1.4;
}
.webinar-card .card-header .cheader-text {
  vertical-align: center;
}
.webinar-card .card-content {
  background-color: #ebebeb;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top: 2px solid #619f42;
  min-height: 230px;
}
.webinar-card .card-content h4 {
  font-size: 0.9375rem;
}
.card-content .pagination li {
  position: relative;
}
.card-content .pagination li:hover .il-social-icons {
  display: block;
  -webkit-animation: fadeInUp 0.2s linear;
  animation: fadeInUp 0.2s linear;
  -webkit-animation-name: fadeInUp 0.2s linear;
  animation-name: fadeInUp 0.2s linear;
}
.card-content .pagination li a {
  text-decoration: underline;
}
.vd-presinfo-wrapper .pres-info-container img {
  width: 86px;
}
.vd-presinfo-wrapper .pres-info-container p {
  margin-top: 0;
  margin-bottom: 0;
}
.vd-presinfo-wrapper .pres-info-container p.pres-n {
  color: #619f42;
}
.webi-clinks-wrapper {
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
}
.webi-clinks-wrapper a {
  display: block;
  text-decoration: none;
}
.webi-clinks-wrapper .slides-card p:nth-child(3) {
  text-align: center;
}
.webi-clinks-wrapper .transc-card p:nth-child(3) {
  text-align: center;
}
.webi-clinks-wrapper .infog-card {
  margin-top: 55px;
}
.webi-clinks-wrapper .infog-card p {
  text-align: center;
}
.webi-clinks-wrapper .addit-links:last-child ul {
  margin-top: 54px;
}
.qa-wrapper p.bold:not(:first-child) {
  margin-top: 1.875rem;
}
.upcmwebi-wrapper {
  border-top: 1px solid #ebebeb;
}
.upcmwebi-wrapper .upcm-pres-info {
  text-align: center;
}
.upcmwebi-wrapper .upcm-pres-info img {
  width: 86px;
}
.upcmwebi-wrapper .upcm-pres-info p {
  margin-top: 0;
  margin-bottom: 0;
}
#twitter-widget-0 {
  height: 900px !important;
}
.guide-tc .webinar-content h2 {
  font-weight: 700;
  font-size: 1.75rem;
}
.guide-tc .webinar-content ul {
  margin-left: 20px;
}
.guide-tc .webinar-content .web-strip-quote {
  font-size: 17px;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}
.cnt-social-btns-wrapper {
  text-align: center;
  margin-top: 3.75rem;
}
.cnt-social-btns-wrapper .list-inline .list-inline-item {
  opacity: 0.7;
}
.cnt-social-btns-wrapper .list-inline .list-inline-item:hover {
  opacity: 1;
}
.cnt-social-btns-wrapper .list-inline .list-inline-item a img {
  border: none;
  border-radius: 0;
  display: block;
  outline: 0;
  text-decoration: none;
  width: 91px;
}
.web-btm-tm-wrapper .btn {
  background-color: #636466;
  color: #fff;
  margin-top: 20px;
}
.web-btm-tm-wrapper .btn:hover {
  background-color: #333;
}
.icnavwrp .icnav {
  list-style: none;
  margin-top: 1.875rem;
}
.icnavwrp .icnav a {
  text-decoration: none;
}
.icnavwrp .icnav p {
  margin-top: 0.46875rem;
}
.icnavwrp .icnav .icon {
  background-image: url(/images/sprites/17-sucuri-c-webinar-sprite.png);
  width: 50px;
  height: 50px;
  background-size: 300px;
  float: none;
  margin: 0 auto;
  display: block;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .icnavwrp .icnav .icon {
    background-image: url(/images/sprites/17-sucuri-c-webinar-sprite@2.png);
  }
}
.icnavwrp .icnav .icon.slides {
  background-position: 0 0;
}
.icnavwrp .icnav .icon.qas {
  background-position: -50px 0;
}
.icnavwrp .icnav .icon.transcript {
  background-position: -100px 0;
}
.icnavwrp .icnav .icon.resources {
  background-position: -150px 0;
}
.icnavwrp .icnav .icon.download-pdf {
  background-position: -250px 0;
  display: inline-block;
  vertical-align: middle;
}
.icon.download-pdf {
  background-image: url(/images/sprites/17-sucuri-c-webinar-sprite.png);
  width: 50px;
  height: 50px;
  background-size: 300px;
  float: none;
  margin: 0 auto;
  background-position: -250px 0;
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .icon.download-pdf {
    background-image: url(/images/sprites/17-sucuri-c-webinar-sprite@2.png);
  }
}
.expand:not(.expanded):after {
  content: "";
  height: 50px;
  width: 100%;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(255, 255, 255, 0.1)),
    to(#fff)
  );
  background: linear-gradient(rgba(255, 255, 255, 0.1), #fff);
  display: block;
  position: absolute;
  bottom: 0;
}
.webinar-form-wrapper .message.has-error {
  bottom: -30px;
}
@media (max-width: 767px) {
  .autinfwrp {
    margin-top: 1.875rem;
  }
}
.presenter-info-wrpr .pvatar-wrpr img {
  border-radius: 50%;
}
@media (max-width: 991px) {
  .presenter-info-wrpr .pvatar-wrpr img {
    max-width: 50px;
  }
}
.presenter-info-wrpr .pinfo-wrpr p:not(:last-child) {
  line-height: 1;
}
.timer-row-wrpr {
  margin-top: -23px;
}
@media (max-width: 991px) {
  .timer-row-wrpr {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .date-wrpr {
    width: 100%;
    display: block;
  }
}
.timer-wrapper {
  text-align: center;
}
@media (max-width: 767px) {
  .timer-wrapper table {
    width: 100%;
  }
}
.timer-wrapper .digits td:nth-child(2) {
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}
.timer-wrapper .digits span {
  color: #5d5d5d;
  background-color: #fff;
  font-size: 1.5625rem;
  padding: 0.46875rem;
  min-width: 42px;
  display: block;
}
.timer-wrapper .alphabs {
  height: 38px;
}
.timer-wrapper .alphabs span {
  margin-top: 0.46875rem;
  font-size: 0.9375rem;
  font-weight: 600;
}
@media (max-width: 767px) {
  .timer-wrapper {
    width: 100%;
    display: block;
  }
}
.guides .bg-himage {
  background-image: url(/images/16-sucuri-las-palmas-nestor.jpg);
  background-position: center top;
  background-size: cover;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .guides .bg-himage {
    background-image: url(/images/16-sucuri-las-palmas-nestor.jpg);
  }
}
.bottom-pagination-wrapper {
  padding-top: 1.875rem;
  border-top: 1px solid grey;
}
.guide-cards-wrapper {
  padding-top: 0;
}
.guide-card {
  text-align: center;
}
.guide-card a {
  text-decoration: none;
}
.guide-card a h3 {
  text-decoration: none;
}
.guide-card a:hover .card-header {
  opacity: 0.7;
}
.guide-card .card-header {
  padding: 0;
  margin-bottom: 1.875rem;
  cursor: pointer;
}
.guide-card .card-header img {
  max-width: 100%;
}
.guide-card .card-content h3 {
  font-size: 1rem;
  font-weight: 700;
  text-align: left;
  color: #12a94b;
}
.guide-card .card-content p {
  margin-bottom: 0;
  text-align: left;
}
.sbtm-nav-wrapper {
  color: #fff;
}
.sbtm-nav-wrapper .lead {
  font-weight: 400;
}
.sbtm-nav-wrapper .sbtm-nav a {
  text-decoration: none;
  color: #fff;
}
.sbtm-nav-wrapper .sbtm-nav:hover {
  opacity: 0.5;
}
.sbtm-nav-wrapper .sbtm-nav .top-icon-wrapper {
  text-align: center;
}
.sbtm-nav-wrapper .sbtm-nav .top-icon-wrapper p span {
  color: #619f42;
}
.sbtm-nav-wrapper .sbtm-nav .sbtm-nav-content {
  text-align: center;
}
.stp {
  background-color: #94bf81;
}
.stp h5 {
  color: #fff;
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .stp h5 {
    text-align: center;
    font-size: 17px;
    line-height: 1.2;
  }
}
.stp .lead-l {
  padding: 1.875rem;
  background-color: #609f43;
}
@media (max-width: 767px) {
  .stp .lead-l {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.stp .lead-r {
  padding: 1.875rem;
}
@media (max-width: 767px) {
  .stp .lead-r {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.snote {
  color: #fff;
}
.snote.bl {
  background-color: #6eb1c8;
}
.snote.bl .sn-top {
  background-color: #2188ab;
}
.snote.gr {
  background-color: #94bf81;
}
.snote.gr .sn-top {
  background-color: #609f43;
}
.snote.rd {
  background-color: #de776d;
}
.snote.rd .sn-top {
  background-color: #ce3426;
}
.snote .sn-top {
  padding: 1.875rem 0.9375rem;
}
.snote .sn-top h4 {
  color: #fff;
  font-size: 15px;
  font-weight: 800;
  margin-bottom: 0;
  line-height: 1.2;
}
.snote .sn-body {
  padding: 1.875rem 0.9375rem;
}
.snote .sn-body p {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
}
.snote .sn-body a {
  color: #fff;
}
.snote .sn-body ul {
  color: #fff;
}
.snote .sn-body ul li {
  font-weight: 600;
}
.code-block .cb-lead {
  margin-left: 1.875rem;
}
.code-block ol {
  position: relative;
  padding-left: 1.875rem;
  padding-top: 0.46875rem;
  padding-bottom: 0.46875rem;
  width: 100%;
  background-color: #ebebeb;
  border-radius: 5px;
  overflow: hidden;
}
.code-block ol:before {
  content: "";
  display: block;
  background-color: #cacbcb;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 1.875rem;
}
.code-block ol li {
  position: relative;
  padding-left: 15px;
}
.lb-img-wrapper {
  width: 240px;
  display: inline-block;
  text-align: center;
  position: relative;
}
.lb-img-wrapper:not(:last-child) {
  margin-right: 3.75rem;
}
@media (max-width: 767px) {
  .lb-img-wrapper {
    margin: 0 auto !important;
    display: block;
  }
}
.lb-img-wrapper .img-wrapper {
  border: 1px solid #6eb1c8;
  border-radius: 2px;
}
.lb-img-wrapper .lbp-link {
  width: 40px;
  height: 40px;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: rgba(134, 191, 235, 0.4);
}
.lb-img-wrapper .lbp-link:before {
  content: "";
  display: block;
  margin: 10px;
  width: 20px;
  height: 20px;
  background-image: url(/images/sprites/17-sucuri-a-fullscreen-sprite.png);
  background-size: 20px;
  background-position: 0 0;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .lb-img-wrapper .lbp-link:before {
    background-image: url(/images/sprites/17-sucuri-a-fullscreen-sprite.png);
  }
}
.lb-img-wrapper .lbp-link:hover:before {
  background-position: 0 20px;
}
.g-content p:last-child {
  margin-bottom: 0;
}
.g-content pre {
  width: 100%;
  font-size: 15px;
  background-color: #ebebeb;
  padding: 0 7px;
  white-space: normal;
}
.slink .slink-wrpr {
  padding-left: 15px;
  padding-right: 15px;
  border: 1px #707070 solid;
}
.slink h4 {
  font-size: 0.9375rem;
  line-height: 1.2;
  font-weight: 600;
}
.slink ul > li > a {
  color: #000;
}
.email-tmplt-1 .cls-1 {
  fill: #cecece;
}
.email-tmplt-1 .cls-2,
.email-tmplt-1 .cls-3,
.email-tmplt-1 .cls-4 {
  font-size: 15px;
  fill: #231f20;
}
.email-tmplt-1 .cls-2 {
  font-family: OpenSans, Open Sans;
}
.email-tmplt-1 .cls-3 {
  font-family: OpenSans-Bold, Open Sans;
}
.email-tmplt-1 .cls-3,
.email-tmplt-1 .cls-4 {
  font-weight: 700;
}
.email-tmplt-1 .cls-4 {
  font-family: OpenSans-Extrabold, Open Sans;
}
.email-tmplt-1 .cls-5 {
  fill: #c52329;
}
.email-tmplt-2 .cls-1 {
  fill: #cecece;
}
.email-tmplt-2 .cls-2,
.email-tmplt-2 .cls-3 {
  font-size: 15px;
  fill: #231f20;
}
.email-tmplt-2 .cls-2 {
  font-family: OpenSans, Open Sans;
}
.email-tmplt-2 .cls-3 {
  font-family: OpenSans-Extrabold, Open Sans;
  font-weight: 700;
}
.email-tmplt-2 .cls-4 {
  fill: #c52329;
}
.top-pagination-wrapper {
  padding-bottom: 0;
  border-bottom: 1px solid grey;
}
.bottom-pagination-wrapper {
  padding-top: 1.875rem;
  border-top: 1px solid grey;
}
.infographics-card {
  text-align: center;
}
.infographics-card:not(:nth-child(-n + 2)) {
  margin-top: 1.875rem;
}
.infographics-card a {
  text-decoration: none;
}
.infographics-card a h3 {
  text-decoration: none;
  font-weight: 600;
}
.infographics-card .card-header {
  padding: 0;
  margin-bottom: 0;
  cursor: pointer;
  min-height: 130px;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}
.infographics-card .card-header .row {
  height: auto;
}
@media (max-width: 991px) {
  .infographics-card .card-header .row {
    height: auto;
  }
}
@media (min-width: 992px) {
  .infographics-card .card-header .c-lg-8 {
    position: relative;
  }
}
@media (min-width: 992px) {
  .infographics-card .card-header .c-lg-4 {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.infographics-card .card-header img {
  width: 100%;
}
.infographics-card .card-header .cheader-text {
  vertical-align: center;
}
.infographics-card .card-content {
  min-height: 100px;
  text-align: left;
}
.infographics-card .card-content h3 {
  color: #619f42;
  font-size: 1.25rem;
  line-height: 1.4;
  margin-top: 0.9375rem;
}
.infographics-card .card-content h4 {
  font-size: 0.9375rem;
}
.infographics-card:hover .card-header img {
  opacity: 0.6;
}
.card-content .pagination li {
  position: relative;
}
.card-content .pagination li:hover .il-social-icons {
  display: block;
  -webkit-animation: fadeInUp 0.2s linear;
  animation: fadeInUp 0.2s linear;
  -webkit-animation-name: fadeInUp 0.2s linear;
  animation-name: fadeInUp 0.2s linear;
}
.card-content .pagination li a {
  text-decoration: underline;
}
.vd-presinfo-wrapper .pres-info-container img {
  width: 86px;
}
.vd-presinfo-wrapper .pres-info-container p {
  margin-top: 0;
  margin-bottom: 0;
}
.vd-presinfo-wrapper .pres-info-container p.pres-n {
  color: #619f42;
}
.webi-clinks-wrapper {
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
}
.webi-clinks-wrapper a {
  display: block;
  text-decoration: none;
}
.webi-clinks-wrapper .slides-card p:nth-child(3) {
  text-align: center;
}
.webi-clinks-wrapper .transc-card p:nth-child(3) {
  text-align: center;
}
.webi-clinks-wrapper .infog-card {
  margin-top: 55px;
}
.webi-clinks-wrapper .infog-card p {
  text-align: center;
}
.webi-clinks-wrapper .addit-links:last-child ul {
  margin-top: 54px;
}
.qa-wrapper p.bold:not(:first-child) {
  margin-top: 1.875rem;
}
.upcmwebi-wrapper {
  border-top: 1px solid #ebebeb;
}
.upcmwebi-wrapper .upcm-pres-info {
  text-align: center;
}
.upcmwebi-wrapper .upcm-pres-info img {
  width: 86px;
}
.upcmwebi-wrapper .upcm-pres-info p {
  margin-top: 0;
  margin-bottom: 0;
}
#twitter-widget-0 {
  height: 900px !important;
}
.top-pagination-wrapper {
  padding-bottom: 0;
  border-bottom: 1px solid grey;
}
.bottom-pagination-wrapper {
  padding-top: 1.875rem;
  border-top: 1px solid grey;
}
.emailcourses-card {
  text-align: center;
}
.emailcourses-card:not(:nth-child(-n + 2)) {
  margin-top: 1.875rem;
}
.emailcourses-card a {
  text-decoration: none;
}
.emailcourses-card a h3 {
  text-decoration: none;
  font-weight: 600;
}
.emailcourses-card .card-header {
  padding: 0;
  margin-bottom: 0;
  cursor: pointer;
  min-height: 130px;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  background-image: url(/images/16-sucuri-post-webinar-landing-page-back.png);
  background-size: cover;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .emailcourses-card .card-header {
    background-image: url(/images/16-sucuri-post-webinar-landing-page-back.png);
  }
}
@media (max-width: 767px) {
  .emailcourses-card .card-header {
    background-position: top center;
  }
}
.emailcourses-card .card-header .row {
  height: auto;
}
@media (max-width: 991px) {
  .emailcourses-card .card-header .row {
    height: auto;
  }
}
@media (min-width: 992px) {
  .emailcourses-card .card-header .c-lg-8 {
    position: relative;
  }
}
@media (min-width: 992px) {
  .emailcourses-card .card-header .c-lg-4 {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.emailcourses-card .card-header img {
  width: 100%;
}
.emailcourses-card .card-header .cheader-text {
  vertical-align: center;
}
.emailcourses-card .card-content {
  min-height: 100px;
  text-align: left;
}
.emailcourses-card .card-content h3 {
  color: #619f42;
  font-size: 1.25rem;
  line-height: 1.4;
  margin-top: 0.9375rem;
}
.emailcourses-card .card-content h4 {
  font-size: 0.9375rem;
}
.emailcourses-card:hover .card-header img {
  opacity: 0.6;
}
.card-content .pagination li {
  position: relative;
}
.card-content .pagination li:hover .il-social-icons {
  display: block;
  -webkit-animation: fadeInUp 0.2s linear;
  animation: fadeInUp 0.2s linear;
  -webkit-animation-name: fadeInUp 0.2s linear;
  animation-name: fadeInUp 0.2s linear;
}
.card-content .pagination li a {
  text-decoration: underline;
}
.vd-presinfo-wrapper .pres-info-container img {
  width: 86px;
}
.vd-presinfo-wrapper .pres-info-container p {
  margin-top: 0;
  margin-bottom: 0;
}
.vd-presinfo-wrapper .pres-info-container p.pres-n {
  color: #619f42;
}
.webi-clinks-wrapper {
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
}
.webi-clinks-wrapper a {
  display: block;
  text-decoration: none;
}
.webi-clinks-wrapper .slides-card p:nth-child(3) {
  text-align: center;
}
.webi-clinks-wrapper .transc-card p:nth-child(3) {
  text-align: center;
}
.webi-clinks-wrapper .infog-card {
  margin-top: 55px;
}
.webi-clinks-wrapper .infog-card p {
  text-align: center;
}
.webi-clinks-wrapper .addit-links:last-child ul {
  margin-top: 54px;
}
.qa-wrapper p.bold:not(:first-child) {
  margin-top: 1.875rem;
}
.upcmwebi-wrapper {
  border-top: 1px solid #ebebeb;
}
.upcmwebi-wrapper .upcm-pres-info {
  text-align: center;
}
.upcmwebi-wrapper .upcm-pres-info img {
  width: 86px;
}
.upcmwebi-wrapper .upcm-pres-info p {
  margin-top: 0;
  margin-bottom: 0;
}
#twitter-widget-0 {
  height: 900px !important;
}
.malware-scan-detect .bg-himage {
  background-image: url(/images/16-huston-chase.jpg);
  background-size: cover;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .malware-scan-detect .bg-himage {
    background-image: url(/images/16-huston-chase.jpg);
  }
}
.malware-scan-detect .bg-himage h3 {
  color: #fff;
}
.malware-scan-detect .bg-himage h4 {
  color: #fff;
}
.malware-scan-detect .bg-himage p {
  color: #fff;
}
.malware-scan-detect .bg-himage p.heading {
  color: #619f42;
}
.wsp-mal-rem .lead {
  text-align: center;
  margin-bottom: 3.75rem;
}
@media (max-width: 767px) {
  .wsp-mal-rem .lead {
    margin-bottom: 0;
  }
}
.wsp-mal-rem .lead h3 {
  font-size: 2.25rem;
  font-weight: 800;
  color: #414042;
}
.wsp-mal-rem .lead h4 {
  color: #414042;
}
.wsp-mal-rem .lead p {
  font-size: 24px;
  color: #414042;
}
.wsp-mal-rem .contact-us-wrapper {
  background-color: #fff;
}
.wsp-mal-rem a.btn {
  font-weight: 600;
}
.mrfeats-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .mrfeats-wrapper {
    margin-bottom: 0;
  }
}
.mrfeats-wrapper .mrfeat {
  text-align: center;
}
@media (max-width: 767px) {
  .mrfeats-wrapper .mrfeat:not(:last-child) {
    margin-bottom: 30px;
  }
}
.mrfeats-wrapper .mrfeat:nth-child(n + 4) {
  margin-top: 3.75rem;
}
.mrfeats-wrapper .mrfeat h4 {
  text-align: center;
  color: #619f42;
  font-size: 1rem;
  font-weight: 600;
}
.mrfeats-wrapper .mrfeat .feat-top {
  margin-bottom: 1.875rem;
}
.mrfeats-wrapper .mrfeat .feat-body p {
  text-align: center;
  margin-bottom: 1.875rem;
  min-height: 100px;
}
.mrfeats-wrapper .mrfeat .btn {
  padding: 10px 35px;
}
.mrfeats-wrapper.prtc-feats .mrfeat {
  text-align: left;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .mrfeats-wrapper.prtc-feats .mrfeat {
    text-align: center;
  }
}
.mrfeats-wrapper.prtc-feats .mrfeat:nth-child(n + 4) {
  margin-top: 30px;
}
.cont-btm-cta-wrapper {
  text-align: center;
}
@media (max-width: 767px) {
  .cont-btm-cta-wrapper {
    margin-top: 1.875rem;
  }
}
.cont-btm-cta-wrapper h3 {
  font-size: 24px;
  color: #414042;
  margin-bottom: 1.875rem;
}
.cont-btm-cta-wrapper h4 {
  font-size: 24px;
  font-weight: 800;
  color: #414042;
  margin-bottom: 1.875rem;
}
.cont-btm-cta-wrapper a:not(:first-child) {
  margin-left: 1.875rem;
}
.tsp-feat-wrapper .tsp-feat {
  text-align: center;
  padding-left: 13px;
  padding-right: 13px;
}
.tsp-feat-wrapper .tsp-feat h4 {
  font-size: 17px;
  font-weight: 700;
  color: #619f42;
}
.tsp-feat-wrapper .tsp-feat p {
  color: #414042;
}
.tsp-feat-wrapper .tsp-feat.prtct-feat h4 {
  font-size: 17px;
  font-weight: 700;
  color: #619f42;
}
.tsp-feat-wrapper .tsp-feat.prtct-feat p {
  color: #333;
  margin-top: 10px;
  margin-bottom: 10px;
}
.wtewrwm-wrapper .wtewrwm-pnts-wrapper {
  margin-top: 20px;
  margin-bottom: 65px;
}
@media (min-width: 768px) {
  .wtewrwm-wrapper .wtewrwm-pnts-wrapper .wtewrwm-pnt:nth-child(even) {
    padding-left: 40px;
  }
  .wtewrwm-wrapper .wtewrwm-pnts-wrapper .wtewrwm-pnt:nth-child(odd) {
    padding-right: 40px;
  }
  .wtewrwm-wrapper .wtewrwm-pnts-wrapper .wtewrwm-pnt:nth-child(n + 3) {
    margin-top: 65px;
  }
}
.wtewrwm-wrapper .wtewrwm-pnts-wrapper .wtewrwm-pnt h4 {
  font-size: 17px;
  font-weight: 600;
  color: #619f42;
}
.wtewrwm-wrapper .wtewrwm-pnts-wrapper .wtewrwm-pnt p {
  color: #414042;
}
.wtewrwm-wrapper .wtewrwm-pnts-wrapper .wtewrwm-pnt.prtct-pnt h4 {
  font-size: 17px;
  font-weight: 600;
  color: #619f42;
}
.asb-wrapper {
  background-image: url(/images/17-sucuri-koh-phangan-Keir.jpg);
  background-position: center top;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .asb-wrapper {
    background-image: url(/images/17-sucuri-koh-phangan-Keir.jpg);
  }
}
@media (max-width: 767px) {
  .asb-wrapper {
    background-image: none;
    background-color: rgba(156, 155, 158, 0.12);
  }
}
.asb-container {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}
@media (min-width: 544px) {
  .asb-container {
    background-color: #fff;
  }
}
.asb-container .lead h3 {
  color: #619f42;
  font-weight: 800;
}
@media (min-width: 544px) {
  .asb-container .asb-list-wrapper {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }
}
.asb-container .list-block {
  text-align: center;
}
.asb-container .list-block .list-block-item {
  margin-top: 0;
  float: left;
  width: 50%;
  border-top: 1px solid #ababac;
}
@media (min-width: 544px) {
  .asb-container .list-block .list-block-item:nth-child(n + 5) {
    border-bottom: 1px solid #ababac;
  }
}
@media (max-width: 767px) {
  .asb-container .list-block .list-block-item:last-child {
    border-bottom: 1px solid #ababac;
  }
}
@media (max-width: 767px) {
  .asb-container .list-block .list-block-item {
    float: none;
    width: 100%;
  }
}
.pht-wrapper .pht-feats-wrapper {
  margin-bottom: 80px;
}
.pht-wrapper .pht-feats-wrapper .pht-feat {
  padding-left: 64px;
  position: relative;
}
.pht-wrapper .pht-feats-wrapper .pht-feat::before {
  content: "";
  width: 44px;
  height: 55px;
  display: block;
  position: absolute;
  left: 0;
  vertical-align: top;
  top: 0;
  background-image: url(/images/sprites/17-sucuri-malware-removal-page-sprite2.png);
  background-position: 0 -140px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .pht-wrapper .pht-feats-wrapper .pht-feat::before {
    background-image: url(/images/sprites/17-sucuri-malware-removal-page-sprite2.png);
  }
}
.pht-wrapper .pht-feats-wrapper .pht-feat:nth-child(n + 3) {
  margin-top: 45px;
}
.pht-wrapper .pht-feats-wrapper .pht-feat h4 {
  font-size: 1rem;
  font-weight: 600;
  color: #619f42;
}
.pht-wrapper .pht-feats-wrapper .pht-feat p {
  color: #414042;
}
.av-malware-scan-det .bg-himage {
  background-image: url(/images/17-sucuri-pretoria-samuel.jpg);
  background-size: cover;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .av-malware-scan-det .bg-himage {
    background-image: url(/images/17-sucuri-pretoria-samuel.jpg);
  }
}
@media (max-width: 991px) {
  .av-malware-scan-det .bg-himage {
    background-image: none;
    background-color: rgba(156, 155, 158, 0.12);
  }
}
.av-malware-scan-det .malsiwd-wrapper {
  background-color: #fff;
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}
@media (max-width: 991px) {
  .av-malware-scan-det .malsiwd-wrapper {
    padding-top: 0;
    padding-bottom: 0;
    background-color: transparent;
  }
}
.stchck-wrapper form .form-input {
  display: inline-block;
  font-size: 1rem;
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: rgba(244, 245, 245, 0.9);
  border: 1px solid #619f42;
  width: 54%;
}
.stchck-wrapper form .form-input:focus {
  border: 1px solid #619f42;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.stchck-wrapper form .btn {
  padding-top: 14px;
  padding-bottom: 14px;
  font-weight: 600;
  font-size: 1rem;
  border: 1px solid #619f42;
}
@media (max-width: 991px) {
  .stchck-wrapper form .form-input {
    width: 100%;
  }
  .stchck-wrapper form .btn {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .fw-protection-page .jnpp {
    background-color: rgba(156, 155, 158, 0.12);
  }
  .fw-protection-page .jnpp .card {
    background-color: transparent;
    padding: 0 0.9375rem;
  }
}
.fw-ddos-prot .bg-himage {
  background-image: url(/images/16-sucuri-brooklyn-aj.jpg);
  background-size: cover;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .fw-ddos-prot .bg-himage {
    background-image: url(/images/16-sucuri-brooklyn-aj.jpg);
  }
}
.fw-ddos-prot .bg-himage h2 {
  color: #fff;
}
.fw-ddos-prot .bg-himage h4 {
  color: #fff;
}
.fw-ddos-prot .bg-himage p {
  color: #fff;
}
.fw-ddos-prot .bg-himage p.heading {
  color: #619f42;
}
.fw-ddos-prot .lead h2 {
  font-size: 2.125rem;
}
.fw-ddos-prot .ddos-prot-a {
  border-bottom: 3px solid #619f42;
}
.fw-ddos-prot .ddos-checklist li {
  font-size: 17px;
  font-weight: 800;
}
.fw-ddos-prot .ddos-hero-image {
  width: 281px;
  height: 204px;
  background-image: url(/images/sprites/17-sucuri-a-ddos-sprite-LAYOUT.png);
  background-position: -431px -48px;
  background-repeat: no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .fw-ddos-prot .ddos-hero-image {
    background-image: url(/images/sprites/17-sucuri-a-ddos-sprite-LAYOUT.png);
  }
}
.fw-ddos-prot .ddos-prot-image {
  width: 373px;
  height: 173px;
  background-image: url(/images/sprites/17-sucuri-a-ddos-sprite-LAYOUT.png);
  background-position: -3px -63px;
  background-repeat: no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .fw-ddos-prot .ddos-prot-image {
    background-image: url(/images/sprites/17-sucuri-a-ddos-sprite-LAYOUT.png);
  }
}
.fw-ddos-prot .hifeats-wrapper .hifeat .icon {
  background-image: url(/images/sprites/17-sucuri-a-ddos-sprite-LAYOUT.png);
  background-size: 762px;
  background-position: 0 0;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .fw-ddos-prot .hifeats-wrapper .hifeat .icon {
    background-image: url(/images/sprites/17-sucuri-a-ddos-sprite-LAYOUT.png);
  }
}
@media (max-width: 767px) {
  .fw-ddos-prot .hifeats-wrapper .hifeat .icon {
    left: 5px;
  }
}
.fw-ddos-prot .hifeats-wrapper .hifeat .icon.block {
  background-position: 0 0;
}
.fw-ddos-prot .hifeats-wrapper .hifeat .icon.machine {
  background-position: -30px 0;
}
.fw-ddos-prot .hifeats-wrapper .hifeat .icon.emergency {
  background-position: -60px 0;
}
.fw-ddos-prot .hifeats-wrapper .hifeat .icon.high {
  background-position: -90px 0;
}
.fw-ddos-prot .hifeats-wrapper .hifeat .icon.bot {
  background-position: -120px 0;
}
.fw-ddos-prot .hifeats-wrapper .hifeat .icon.global {
  background-position: -150px 0;
}
.fw .s-prot-platform-illus {
  margin-top: 1.875rem;
}
.fw .s-prot-platform-illus text {
  font-family: "Open Sans", Helvetica, Arial, Tahoma, sans-serif;
}
.fw .s-prot-platform-illus .st0 {
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: #fff;
}
.fw .s-prot-platform-illus .st1 {
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: #609e43;
}
.fw .s-prot-platform-illus .st2 {
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: #efefef;
}
.fw .s-prot-platform-illus .st3 {
  fill: #636466;
}
.fw .s-prot-platform-illus .st4 {
  fill: #609f43;
}
.fw .s-prot-platform-illus .st5 {
  fill: #609e43;
}
.fw .s-prot-platform-illus .st6 {
  opacity: 1;
}
.fw .s-prot-platform-illus .st7 {
  font-size: 12px;
}
.fw .s-prot-platform-illus .st8 {
  font-size: 17px;
}
.fw .s-prot-platform-illus .st9 {
  fill: #fff;
}
.fw .s-prot-platform-illus .st11 {
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
}
.fw .s-prot-platform-illus .st12 {
  fill: #636566;
}
.fw-features-wrapper .key-features {
  float: left;
  margin-top: 1.875rem;
}
.fw-features-wrapper .key-features .feature {
  padding-left: 0;
  padding-right: 0;
  margin-top: 0.9375rem;
}
.gdan-section {
  background-color: #333;
  background-image: url(/images/16-sucuri-firewall-cloudproxy-data-centers-map.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center top;
  color: #fff;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .gdan-section {
    background-image: url(/images/16-sucuri-firewall-cloudproxy-data-centers-map@2.png);
  }
}
@media (min-width: 992px) {
  .gdan-section {
    background-size: 956px;
  }
}
.gdan-section h3 {
  color: #fff;
}
.gdan-section .lead p {
  color: #fff;
  font-size: 15px;
  line-height: 1.7;
}
.gdan-section .gdan-feat-list-wrapper {
  margin-top: 0.9375rem;
  margin-bottom: 0.9375rem;
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.gdan-section .gdan-feat-list-wrapper .gdan-feat-list-container {
  display: table;
  margin: 0 auto;
}
.gdan-section .gdan-feat-list-wrapper .check-list-container {
  display: inline-block;
}
@media (min-width: 544px) {
  .gdan-section
    .gdan-feat-list-wrapper
    .check-list-container:first-child {
    margin-right: 3.75rem;
  }
}
@media (max-width: 767px) {
  .gdan-section
    .gdan-feat-list-wrapper
    .check-list-container
    .list-block-item:first-child {
    border-top: none;
  }
}
@media (min-width: 992px) {
  .btm-content-wrapper {
    margin-top: 455px;
  }
}
@media (max-width: 767px) {
  .btm-content-wrapper {
    padding: 0 0.9375rem;
  }
}
.fw-operations .solutions-wrapper {
  background-image: url(/images/16-sucuri-tokyo-pop-server.jpg);
  background-size: cover;
  background-position: center top;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .fw-operations .solutions-wrapper {
    background-image: url(/images/16-sucuri-tokyo-pop-server.jpg);
  }
}
.how-swaf-works-wrapper .st0 {
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: #fff;
}
.how-swaf-works-wrapper .st1 {
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: #609e43;
}
.how-swaf-works-wrapper .st2 {
  opacity: 1;
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: #636466;
}
.how-swaf-works-wrapper .st3 {
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: #efefef;
}
.how-swaf-works-wrapper .st4 {
  fill: #636466;
}
.how-swaf-works-wrapper .st5 {
  fill: #609f43;
}
.how-swaf-works-wrapper .st6 {
  fill: #609e43;
  opacity: 1;
}
.how-swaf-works-wrapper .st7 {
  font-weight: 600;
}
.how-swaf-works-wrapper .st8 {
  font-size: 10px;
  font-weight: 600;
}
.how-swaf-works-wrapper .st9 {
  font-size: 17px;
}
.how-swaf-works-wrapper .st10 {
  font-weight: 600;
}
.how-swaf-works-wrapper .st11 {
  font-size: 15px;
}
.how-swaf-works-wrapper .st12 {
  fill: #ce3426;
}
.how-swaf-works-wrapper .st13 {
  font-weight: 600;
}
.how-swaf-works-wrapper .st14 {
  font-weight: 600;
}
.how-swaf-works-wrapper .st15 {
  font-size: 12px;
}
.how-swaf-works-wrapper .st16 {
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: #636466;
}
.how-swaf-works-wrapper .st17 {
  fill: #fff;
}
.how-swaf-works-wrapper .st18 {
  fill: #65666a;
}
.how-swaf-works-wrapper .st19 {
  fill: #5f9e43;
}
.reports .bg-himage {
  background-image: url(/images/16-sucuri-las-palmas-nestor.jpg);
  background-position: center top;
  background-size: cover;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .reports .bg-himage {
    background-image: url(/images/16-sucuri-las-palmas-nestor.jpg);
  }
}
.lead-wrapper:not(:first-child) {
  margin-top: 3.75rem;
}
.reports-cards-container {
  border-top: 1px solid #636466;
}
.reports-cards-container .repo-card {
  padding-top: 1.875rem;
}
.reports-cards-container .repo-card:not(:first-child):before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 62px;
  width: 1px;
  height: 100px;
  background-color: #ebebeb;
}
.reports-cards-container .repo-card .pagination li {
  float: none;
}
.reports-cards-container .repo-card.report-pending {
  opacity: 0.5;
  cursor: not-allowed;
}
.reports-cards-container
  .repo-card.report-pending
  .pagination
  li:hover
  .il-social-icons {
  display: none !important;
}
.reports-cards-container .card-content p.heading {
  text-align: center;
  color: #619f42;
}
.reports-cards-container .pagination-wrapper {
  text-align: center;
  margin-top: 0.9375rem;
}
.reports-cards-container .icon {
  width: 54px;
  height: 75px;
  display: block;
  float: none;
  margin: 0 auto;
}
.chat-widget-wrapper {
  display: block;
  width: 270px;
  height: 62px;
  position: fixed;
  bottom: 58px;
  right: 10px;
  padding: 10px;
  cursor: pointer;
  z-index: 999;
  -webkit-animation: slideInUp 0.3s linear;
  animation: slideInUp 0.3s linear;
}
@media (min-width: 544px) and (max-width: 991px) {
  .chat-widget-wrapper {
    bottom: 75px;
  }
}
.chat-widget-container {
  position: relative;
  padding: 10px;
  background-color: #619f42;
  border-radius: 4px;
}
.chat-widget-container .chat-widget-text p {
  margin: 0 auto;
  color: #fff;
}
.chat-widget-container .chat-widget-text p.heading {
  font-weight: 600;
}
.chat-widget-avatar {
  width: 80px;
  height: 80px;
  position: absolute;
  top: -4px;
  right: 20px;
  background-color: #619f42;
  border: 4px solid #619f42;
  border-radius: 50%;
}
.chat-widget-avatar img {
  max-width: 100%;
}
.chat-box-container {
  position: absolute;
  width: 300px;
  height: 0;
  background-color: #1f8ceb;
  bottom: 10px;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  overflow: hidden;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  z-index: -1;
}
.chat-box-container.show {
  bottom: 72px;
  height: 300px;
}
.testimonial-single .why-suc-section {
  background-color: #333;
}
.testimonial-single .why-suc-section h3 {
  color: #fff;
}
.testimonial-single .why-suc-section p {
  color: #fff;
}
.testimonial-single .why-suc-section p.heading {
  color: #619f42;
}
.testimonial-single .why-suc-section .b-pricing-wrapper h4 {
  color: #619f42;
}
.slides-wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.slides-wrapper .slides-container {
  position: absolute;
  left: 0;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.slides-wrapper .slides-container .n-slide {
  position: relative;
  display: block;
  float: left;
  text-align: center;
}
.video-testimonials {
  position: relative;
}
.video-testimonials .video-testimonail-wrapper {
  border-top: 1px solid grey;
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}
.video-testimonials .video-testimonail-wrapper .cust-name {
  font-style: italic;
}
@media (max-width: 991px) {
  .video-testimonials .video-testimonail-wrapper .c-lg-6:nth-child(2) {
    margin-top: 1.875rem;
  }
}
.video-testimonials
  .video-testimonail-wrapper
  .video-testimonail-container {
  position: relative;
  cursor: pointer;
}
.video-testimonials
  .video-testimonail-wrapper
  .video-testimonail-container:before {
  content: "";
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(99, 100, 102, 0.25);
  background-image: url(/images/icons/16-sucuri-play-button.png);
  background-repeat: no-repeat;
  background-position: center;
}
.video-testimonials
  .video-testimonail-wrapper
  .video-testimonail-container:hover:before {
  display: block;
  -webkit-animation-name: fadeInDown 0.2s linear;
  animation-name: fadeInDown 0.2s linear;
}
.video-testimonials
  .video-testimonail-wrapper
  .video-testimonail-container
  a.yt-video-anchor
  img {
  max-width: 100%;
}
.tweets-container {
  margin-top: 3.75rem;
}
.tweet-wrapper {
  position: relative;
  text-align: center;
  background-color: #fff;
  border-radius: 8px;
  padding: 0.9375rem;
  padding-top: 0;
  margin-top: 3.125rem;
}
.tweet-wrapper:hover {
  -webkit-box-shadow: 0 0 3px grey;
  box-shadow: 0 0 3px grey;
}
.tweet-wrapper a {
  text-decoration: none;
}
.tweet-wrapper a:hover {
  color: grey;
}
.tweet-wrapper .tweet-top {
  position: relative;
}
.tweet-wrapper .tweet-top .top-content {
  padding-top: 1.875rem;
}
.tweet-wrapper .tweet-top .top-content p {
  margin-bottom: 0;
}
.tweet-wrapper .tweet-top .top-content p:nth-child(2) {
  margin-top: 0;
}
.tweet-wrapper .avatar {
  position: absolute;
  text-align: center;
  width: 100%;
  top: -50px;
  left: 0;
}
.tweet-wrapper .tweet-content {
  border-top: 1px solid #ebebeb;
  margin-top: 15px;
}
.tweet-wrapper .tweet-content p a {
  text-decoration: none;
}
.tweet-wrapper .tweet-handle {
  color: #619f42;
}
.tweet-nav a {
  top: 140px;
}
.testimonials-slides-wrapper {
  background-image: url(/images/16-sucuri-earth.jpg);
  background-position: center top;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .testimonials-slides-wrapper {
    background-image: url(/images/16-sucuri-earth.jpg);
  }
}
.testimonials-slides-wrapper .testimonial-slides-container {
  position: relative;
}
.testimonials-slides-wrapper
  .testimonial-slides-container
  blockquote.testimonial-content {
  color: #619f42;
  font-size: 1.25rem;
  font-style: italic;
  text-align: center;
  font-weight: 600;
}
.testimonials-slides-wrapper
  .testimonial-slides-container
  blockquote.testimonial-content:after {
  color: #fff;
}
.testimonials-slides-wrapper
  .testimonial-slides-container
  blockquote.testimonial-content:before {
  color: #fff;
}
.testimonials-slides-wrapper
  .testimonial-slides-container
  p.testimonial-name {
  color: #fff;
  font-size: 1.25rem;
  font-style: italic;
  text-align: right;
  margin-bottom: 0;
}
.testimonials-slides-wrapper .testimonials-nav a.prev {
  top: 50px;
  background-position: 0 60px;
}
.testimonials-slides-wrapper .testimonials-nav a.prev:hover {
  background-position: 0 0;
}
.testimonials-slides-wrapper .testimonials-nav a.next {
  top: 50px;
  background-position: 0 60px;
}
.testimonials-slides-wrapper .testimonials-nav a.next:hover {
  background-position: 0 0;
}
@media (max-width: 991px) {
  .case-studies-wrapper {
    overflow: hidden;
  }
}
.case-studies-wrapper .case-studies-nav {
  padding-bottom: 0.9375rem;
}
.case-studies-wrapper .case-studies-nav li:not(:last-child) {
  margin-right: 0.9375rem;
}
.case-studies-wrapper .case-studies-nav li.active a {
  color: #619f42;
}
.case-studies-wrapper .case-studies-nav a {
  text-decoration: none;
  font-weight: 600;
  cursor: pointer;
}
.case-studies-container {
  border-top: 1px solid grey;
  padding-left: 0;
  padding-right: 0;
}
.case-studies-container .case-studies .c-lg-3 {
  padding-left: 0.46875rem;
  padding-right: 0.46875rem;
}
@media (max-width: 991px) {
  .case-studies-container .case-studies .c-lg-3 {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}
.case-studies-container .case-study-card {
  background-color: #ebebeb;
  padding: 0;
  border-radius: 8px;
  margin-top: 1.875rem;
  height: 420px;
  text-overflow: ellipsis;
}
@media (max-width: 991px) {
  .case-studies-container .case-study-card {
    height: auto;
  }
}
.case-studies-container .case-study-card .cs-card-top {
  text-align: center;
}
.case-studies-container .case-study-card .cs-card-top img {
  width: 100%;
}
.case-studies-container .case-study-card .cs-card-content {
  text-align: center;
}
.case-studies-container .case-study-card .cs-card-content .csc-top p {
  margin-top: 0.46875rem;
  margin-bottom: 0.46875rem;
}
.case-studies-container .case-study-card .cs-card-content .csc-bottom {
  padding-left: 0.46875rem;
  padding-right: 0.46875rem;
  padding-bottom: 0.9375rem;
}
.case-studies-container .case-study-card .cs-card-content .csc-bottom p {
  font-size: 0.8125rem;
}
.case-studies-container .case-study-card .cs-card-content hr {
  border-color: grey;
  width: 80%;
  text-align: center;
  margin-top: 0.46875rem;
  margin-bottom: 0.46875rem;
}
.case-studies-container .case-study-card .cs-card-content .cs-name {
  color: #619f42;
  font-weight: 600;
}
.case-studies-container .case-study-link {
  text-decoration: none;
  color: grey;
}
.case-studies-container .case-study-link:hover .case-study-card {
  background-color: #fff;
  -webkit-box-shadow: 0 0 3px grey;
  box-shadow: 0 0 3px grey;
  cursor: pointer;
}
.case-studies-container .bottom-pagination-wrapper {
  margin-top: 1.875rem;
}
.trusted-by-wrapper {
  background-image: url(/images/16-sucuri-earth.jpg);
  background-position: center top;
  background-size: cover;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .trusted-by-wrapper {
    background-image: url(/images/16-sucuri-earth.jpg);
  }
}
.trusted-by-wrapper h3 {
  color: #fff;
}
.trusted-by-wrapper .logos-container li {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
.testimonial-content .lead {
  margin-top: 3.75rem;
}
.testimonial-content h3 {
  color: #619f42;
}
.testimonial-content blockquote {
  color: #619f42;
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
}
.testimonial-content .cust-stats-table tbody {
  border-right: 1px solid #ebebeb;
  border-left: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
}
.testimonial-content .cust-stats-table th:nth-child(2) {
  text-align: center;
}
.testimonial-content .cust-stats-table td:nth-child(2) {
  text-align: center;
}
.more-tags {
  display: none;
}
.tags-nav-wrapper a.all-link {
  text-decoration: none;
}
.tags-nav-wrapper a.all-link p {
  margin-bottom: 0;
  margin-top: 25px;
  color: #619f42;
}
.tags-nav-wrapper .form-group select.form-input {
  height: 38px;
  border-radius: 4px;
  font-size: 15px;
  border: 1px solid rgba(99, 100, 102, 0.4);
  background-color: #f3f3f3;
}
.tags-nav-wrapper .form-group select.form-input option {
  background-color: #f3f3f3;
}
.nwside-ptable-wrapper .side-pricing-table {
  border-bottom: none;
}
.nwside-ptable-wrapper .table-lead {
  text-align: center;
  padding-top: 3.75rem;
  margin-bottom: 0.9375rem;
}
.nwside-ptable-wrapper .table-lead h3 {
  font-size: 2.1875rem;
  font-weight: 600;
  color: #619f42;
}
.nwside-ptable-wrapper .table-lead h4 {
  font-size: 17px;
}
.nwside-ptable-wrapper .feat-list .list-block-item {
  padding-left: 0.9375rem;
}
.nwside-ptable-wrapper .p-table-a ul.block-list .list-block-item {
  line-height: 1;
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
  border-top: 1px solid #ebebeb;
  font-weight: 600;
  margin: 0 auto;
}
.nwside-ptable-wrapper
  .p-table-a
  ul.block-list
  .list-block-item:last-child {
  border-bottom: 1px solid #ebebeb;
}
.nwside-ptable-wrapper .sideb-wrapper {
  padding-left: 1.875rem;
}
.nwside-ptable-wrapper .sideb {
  background-color: #ebebeb;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  padding-top: 14.6875rem;
  padding-bottom: 14.6875rem;
}
.nwside-ptable-wrapper .sideb h5 {
  font-size: 17px;
  font-weight: 600;
  color: #619f42;
}
.nwside-ptable-wrapper .sideb .side-features .block-list .list-block-item {
  color: grey;
  padding: 0;
  border-top: none;
  border-bottom: none;
}
.nwside-ptable-wrapper .pricing {
  text-align: center;
}
.nwside-ptable-wrapper .pricing p {
  margin: 0 auto;
  line-height: 1;
}
.nwside-ptable-wrapper .pricing p span {
  color: #619f42;
  font-weight: 600;
  font-size: 1.5625rem;
}
.nwside-ptable-wrapper .pricing p:first-child {
  margin-bottom: 0.625rem;
}
.nwside-ptable-wrapper .pricing p.small:nth-child(2) {
  margin-bottom: 0.46875rem;
}
.nwside-ptable-wrapper .pricing a.btn {
  margin-top: 0.9375rem;
  margin-bottom: 0.9375rem;
}
.s-how-protects-wrapper {
  margin-top: 1.875rem;
}
.s-how-protects-wrapper #semmp-svg .cls-1,
.s-how-protects-wrapper #semmp-svg .cls-11,
.s-how-protects-wrapper #semmp-svg .cls-4,
.s-how-protects-wrapper #semmp-svg .cls-8 {
  opacity: 0.75;
}
.s-how-protects-wrapper #semmp-svg .cls-1 {
  font-size: 20px;
}
.s-how-protects-wrapper #semmp-svg .cls-1,
.s-how-protects-wrapper #semmp-svg .cls-11,
.s-how-protects-wrapper #semmp-svg .cls-14,
.s-how-protects-wrapper #semmp-svg .cls-16,
.s-how-protects-wrapper #semmp-svg .cls-2,
.s-how-protects-wrapper #semmp-svg .cls-3,
.s-how-protects-wrapper #semmp-svg .cls-6 {
  fill: #414042;
}
.s-how-protects-wrapper #semmp-svg .cls-1,
.s-how-protects-wrapper #semmp-svg .cls-14 {
  font-family: OpenSans-Semibold, Open Sans;
  font-weight: 700;
}
.s-how-protects-wrapper #semmp-svg .cls-2 {
  opacity: 0.8;
}
.s-how-protects-wrapper #semmp-svg .cls-3 {
  opacity: 0.18;
}
.s-how-protects-wrapper #semmp-svg .cls-5 {
  fill: #636667;
}
.s-how-protects-wrapper #semmp-svg .cls-6 {
  opacity: 0.4;
}
.s-how-protects-wrapper #semmp-svg .cls-12,
.s-how-protects-wrapper #semmp-svg .cls-7,
.s-how-protects-wrapper #semmp-svg .cls-8 {
  fill: #fff;
}
.s-how-protects-wrapper #semmp-svg .cls-13,
.s-how-protects-wrapper #semmp-svg .cls-9 {
  fill: #808384;
}
.s-how-protects-wrapper #semmp-svg .cls-9 {
  opacity: 0.85;
}
.s-how-protects-wrapper #semmp-svg .cls-10 {
  opacity: 0.9;
}
.s-how-protects-wrapper #semmp-svg .cls-11,
.s-how-protects-wrapper #semmp-svg .cls-12,
.s-how-protects-wrapper #semmp-svg .cls-13 {
  fill-rule: evenodd;
}
.s-how-protects-wrapper #semmp-svg .cls-13 {
  opacity: 0.6;
}
.s-how-protects-wrapper #semmp-svg .cls-14 {
  font-size: 17.98px;
}
.s-how-protects-wrapper #semmp-svg .cls-15 {
  fill: #609f43;
}
.s-how-protects-wrapper #semmp-svg .cls-17 {
  fill: #f1f2f2;
}
.s-how-protects-wrapper #semmp-svg #Inventory_Management:hover .cls-1 {
  fill: #619f42;
}
.s-how-protects-wrapper #semmp-svg #Inventory_Management:hover .cls-2 {
  opacity: 1;
  fill: #619f42;
}
.s-how-protects-wrapper #semmp-svg #Inventory_Management:hover .cls-3 {
  opacity: 1;
}
.s-how-protects-wrapper #semmp-svg #Inventory_Management:hover .cls-4 {
  opacity: 1;
}
.s-how-protects-wrapper #semmp-svg #Inventory_Management:hover .cls-5 {
  fill: #fff;
}
.s-how-protects-wrapper #semmp-svg #Continuous_Monitoring:hover .cls-1 {
  fill: #619f42;
}
.s-how-protects-wrapper #semmp-svg #Continuous_Monitoring:hover .cls-2 {
  opacity: 1;
  fill: #619f42;
}
.s-how-protects-wrapper #semmp-svg #Continuous_Monitoring:hover .cls-3 {
  opacity: 1;
}
.s-how-protects-wrapper #semmp-svg #Continuous_Monitoring:hover .cls-4 {
  opacity: 1;
}
.s-how-protects-wrapper #semmp-svg #Continuous_Monitoring:hover .cls-5 {
  fill: #fff;
}
.s-how-protects-wrapper #semmp-svg #IoC:hover .cls-1 {
  fill: #619f42;
}
.s-how-protects-wrapper #semmp-svg #IoC:hover .cls-2 {
  opacity: 1;
  fill: #619f42;
}
.s-how-protects-wrapper #semmp-svg #IoC:hover .cls-3 {
  opacity: 1;
}
.s-how-protects-wrapper #semmp-svg #IoC:hover .cls-4 {
  opacity: 1;
}
.s-how-protects-wrapper #semmp-svg #IoC:hover .cls-5 {
  fill: #fff;
}
.s-how-protects-wrapper #semmp-svg #Software:hover .cls-1 {
  fill: #619f42;
}
.s-how-protects-wrapper #semmp-svg #Software:hover .cls-2 {
  opacity: 1;
  fill: #619f42;
}
.s-how-protects-wrapper #semmp-svg #Software:hover .cls-6 {
  opacity: 1;
}
.s-how-protects-wrapper #semmp-svg #Software:hover .cls-7 {
  opacity: 1;
  fill: #fff;
}
.s-how-protects-wrapper #semmp-svg #Injections:hover .cls-1 {
  fill: #619f42;
}
.s-how-protects-wrapper #semmp-svg #Injections:hover .cls-2 {
  opacity: 1;
  fill: #619f42;
}
.s-how-protects-wrapper #semmp-svg #Injections:hover .cls-6 {
  opacity: 1;
}
.s-how-protects-wrapper #semmp-svg #Injections:hover .cls-7 {
  opacity: 1;
  fill: #fff;
}
.s-how-protects-wrapper #semmp-svg #Spam:hover .cls-1 {
  fill: #619f42;
}
.s-how-protects-wrapper #semmp-svg #Spam:hover .cls-2 {
  opacity: 1;
  fill: #619f42;
}
.s-how-protects-wrapper #semmp-svg #Spam:hover .cls-6 {
  opacity: 1;
}
.s-how-protects-wrapper #semmp-svg #Spam:hover .cls-8 {
  opacity: 1;
  fill: #fff;
}
.s-how-protects-wrapper #semmp-svg #Load_Balance:hover .cls-1 {
  fill: #619f42;
}
.s-how-protects-wrapper #semmp-svg #Load_Balance:hover .cls-2 {
  opacity: 1;
  fill: #619f42;
}
.s-how-protects-wrapper #semmp-svg #Load_Balance:hover .cls-9 {
  opacity: 1;
  fill: #414042;
}
.s-how-protects-wrapper #semmp-svg #Load_Balance:hover .cls-10 {
  opacity: 1;
  fill: #fff;
}
.s-how-protects-wrapper #semmp-svg #GlobalAnyCast:hover .cls-1 {
  fill: #619f42;
}
.s-how-protects-wrapper #semmp-svg #GlobalAnyCast:hover .cls-2 {
  opacity: 1;
  fill: #619f42;
}
.s-how-protects-wrapper #semmp-svg #GlobalAnyCast:hover .cls-9 {
  opacity: 1;
  fill: #414042;
}
.s-how-protects-wrapper #semmp-svg #GlobalAnyCast:hover .cls-10 {
  opacity: 1;
  fill: #fff;
}
.s-how-protects-wrapper #semmp-svg #BruteForce:hover .cls-1 {
  fill: #619f42;
}
.s-how-protects-wrapper #semmp-svg #BruteForce:hover .cls-1-2 {
  opacity: 1;
  fill: #619f42;
}
.s-how-protects-wrapper #semmp-svg #BruteForce:hover .cls-2 {
  opacity: 1;
}
.s-how-protects-wrapper #semmp-svg #BruteForce:hover .cls-10 {
  opacity: 1;
  fill: #fff;
}
.s-how-protects-wrapper #semmp-svg #DDoS:hover .cls-1 {
  fill: #619f42;
}
.s-how-protects-wrapper #semmp-svg #DDoS:hover .cls-1-2 {
  opacity: 1;
  fill: #619f42;
}
.s-how-protects-wrapper #semmp-svg #DDoS:hover .cls-2 {
  opacity: 1;
}
.s-how-protects-wrapper #semmp-svg #DDoS:hover .cls-10 {
  opacity: 1;
  fill: #fff;
}
.s-how-protects-a .s-advantages {
  background-image: none;
  margin-top: 3.75rem;
}
.s-how-protects-a .s-advantages h4 {
  margin-bottom: 1.875rem;
}
.s-how-protects-a .s-advantages .s-advantages-container {
  border-top: 1px solid grey;
  border-bottom: 1px solid grey;
  width: 100%;
  float: left;
}
@media (max-width: 767px) {
  .s-how-protects-a .s-advantages .s-advantages-container {
    margin-bottom: 1.875rem;
    border-top: none;
  }
}
.s-how-protects-a .s-advantages .block-list {
  width: 50%;
  float: left;
}
@media (max-width: 767px) {
  .s-how-protects-a .s-advantages .block-list {
    width: 100%;
  }
}
.s-how-protects-a .s-advantages .block-list li {
  width: 100%;
  color: grey;
  margin-top: 0;
  padding-top: 0.46875rem;
  padding-bottom: 0.46875rem;
  font-weight: 400;
}
@media (min-width: 544px) {
  .s-how-protects-a .s-advantages .block-list li:not(:last-child) {
    border-bottom: 1px solid grey;
  }
}
.agency .solutions-wrapper .c-lg-3.agency {
  display: none;
}
@media (min-width: 768px) {
  .agency .solutions-wrapper .c-lg-3 {
    width: 33.33333%;
  }
}
.agency .mrfeat:nth-child(-n + 3) {
  min-height: 289px;
}
.agency .feat-hl-wrpr .list-inline-item .icon {
  width: 50px;
  height: 50px;
  background-image: url(/images/sprites/17-sucuri-a-agency-sprite.png);
  background-size: 600px;
  background-position: -5px -5px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .agency .feat-hl-wrpr .list-inline-item .icon {
    background-image: url(/images/sprites/17-sucuri-a-agency-sprite@2.png);
  }
}
.agency .feat-hl-wrpr .list-inline-item .icon.smas {
  background-position-x: -5px;
}
.agency .feat-hl-wrpr .list-inline-item .icon.pcfh {
  background-position-x: -55px;
}
.agency .feat-hl-wrpr .list-inline-item .icon.baitl {
  background-position-x: -125px;
}
.agency .feat-hl-wrpr .list-inline-item .icon.fwp {
  background-position-x: -185px;
}
.agency .feat-hl-wrpr .list-inline-item .icon.addt {
  background-position-x: -305px;
}
.agency .feat-hl-wrpr .list-inline-item .icon.fam {
  background-position-x: -245px;
}
.agency .feat-hl-wrpr .list-inline-item .icon.dds {
  background-position-x: -365px;
}
.agency .feat-hl-wrpr .list-inline-item .icon.estp {
  background-position-x: -485px;
}
.agency .feat-hl-wrpr .list-inline-item .icon.ahc {
  background-position-x: -425px;
}
.agency .feat-hl-wrpr .list-inline-item .icon.cden {
  background-position-x: -545px;
}
@media (max-width: 767px) {
  .agency .jnpp .container {
    padding-top: 0;
  }
}
.agency .resp-img {
  max-width: 381px;
  height: 238px;
  background-image: url(/images/sprites/18-sucuri-agency-sprite.png);
  background-size: 800px;
  background-position: 0 -50px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .agency .resp-img {
    background-image: url(/images/sprites/18-sucuri-agency-sprite@2.png);
  }
}
.agency .hifeat-list .icon {
  background-image: url(/images/sprites/18-sucuri-agency-sprite.png);
  background-size: 800px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .agency .hifeat-list .icon {
    background-image: url(/images/sprites/18-sucuri-agency-sprite@2.png);
  }
}
.agency .hifeat-list .icon.dds {
  background-position: 0 0;
}
.agency .hifeat-list .icon.estp {
  background-position: -60px 0;
}
.agency .hifeat-list .icon.fam {
  background-position: -120px 0;
}
.agency .hifeat-list .icon.addt {
  background-position: -180px 0;
}
.agency .hifeat-list .icon.pcfh {
  background-position: -240px 0;
}
.agency .hifeat-list .icon.ahc {
  background-position: -300px 0;
}
.agency .hifeat-list .icon.smas {
  background-position: -360px 0;
}
.agency .hifeat-list .icon.fwp {
  background-position: -420px 0;
}
.agency .hifeat-list .icon.cbw {
  background-position: -480px 0;
}
.agency .video-testimonials {
  position: relative;
}
.agency .video-testimonials .video-testimonail-wrapper {
  display: inline-block;
  vertical-align: top;
  border-top: none;
}
.agency .video-testimonials .video-testimonail-wrapper .cust-name {
  font-style: italic;
}
.agency
  .video-testimonials
  .video-testimonail-wrapper
  .video-testimonail-container-agency {
  position: relative;
  cursor: pointer;
}
.agency
  .video-testimonials
  .video-testimonail-wrapper
  .video-testimonail-container-agency
  a
  img {
  max-height: 354px;
}
.agency
  .video-testimonials
  .video-testimonail-wrapper
  .video-testimonail-container-agency:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(99, 100, 102, 0.25);
  background-image: url(/images/16-sucuri-play-button@2.png);
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.55;
}
.agency
  .video-testimonials
  .video-testimonail-wrapper
  .video-testimonail-container-agency:hover:before {
  opacity: 1;
  -webkit-animation-name: fadeInDown 0.2s linear;
  animation-name: fadeInDown 0.2s linear;
}
.agency
  .video-testimonials
  .video-testimonail-wrapper
  .video-testimonail-container-agency
  a.yt-video-anchor
  img {
  max-width: 100%;
}
.agency .video-testimonials .more-videos-wrapper {
  display: inline-block;
  margin-left: 0.9375rem;
  max-width: 201px;
  vertical-align: bottom !important;
}
@media (max-width: 991px) {
  .agency .video-testimonials .more-videos-wrapper {
    margin-top: 1.875rem;
  }
  .agency .video-testimonials .more-videos-wrapper .list-block-item {
    border-top: none;
    padding-top: 0;
    padding-bottom: 0;
  }
  .agency
    .video-testimonials
    .more-videos-wrapper
    .list-block-item:not(:last-child) {
    margin-bottom: 0.9375rem;
  }
}
.agency
  .video-testimonials
  .more-videos-wrapper
  .video-testimonail-wrapper {
  padding-top: 0;
  padding-bottom: 0;
}
.agency .video-testimonials .more-videos-wrapper .lead .small {
  font-weight: 700;
}
.agency .video-testimonials .more-videos-wrapper li {
  position: relative;
  width: 201px;
  height: 113px;
}
.agency .video-testimonials .more-videos-wrapper li .show-name {
  opacity: 0.55;
  font-size: 1.5rem;
  line-height: 1;
  display: inline;
  font-weight: 800;
  color: #fff;
  position: absolute;
  top: 44px;
  left: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.agency .video-testimonials .more-videos-wrapper li:hover .show-name {
  opacity: 1;
}
.bf-container form .form-input:not(.submit) {
  border-radius: 0;
  border: 1px solid #ebebeb;
}
.hifeats-wrapper .hifeat {
  position: relative;
}
.hifeats-wrapper .hifeat p {
  margin-top: 0;
}
.hifeats-wrapper .hifeat p:nth-child(2) {
  padding-left: 30px;
}
.hifeats-wrapper .hifeat p:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .hifeats-wrapper .hifeat:not(:first-child) {
    margin-top: 1.875rem;
  }
}
.hifeats-wrapper .hifeat:nth-child(n + 5) {
  margin-top: 1.875rem;
}
.hifeats-wrapper .hifeat .icon {
  position: absolute;
  left: 10px;
  top: -3px;
  width: 30px;
  height: 30px;
  margin: 0 auto;
  margin-bottom: 0.9375rem;
  display: block;
  float: none;
  background-image: url(/images/sprites/17-sucuri-a-agency-sprite-small.png);
  background-size: 270px;
  background-position: 0 0;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .hifeats-wrapper .hifeat .icon {
    background-image: url(/images/sprites/17-sucuri-a-agency-sprite-small@2.png);
  }
}
@media (max-width: 767px) {
  .hifeats-wrapper .hifeat .icon {
    left: 5px;
  }
}
.hifeats-wrapper .hifeat .icon.smas {
  background-position: 0 0;
}
.hifeats-wrapper .hifeat .icon.pcfh {
  background-position: -30px 0;
}
.hifeats-wrapper .hifeat .icon.baitl {
  background-position: -60px 0;
}
.hifeats-wrapper .hifeat .icon.fwp {
  background-position: -90px 0;
}
.hifeats-wrapper .hifeat .icon.addt {
  background-position: -120px 0;
}
.hifeats-wrapper .hifeat .icon.fam {
  background-position: -150px 0;
}
.hifeats-wrapper .hifeat .icon.dds {
  background-position: -180px 0;
}
.hifeats-wrapper .hifeat .icon.estp {
  background-position: -240px 0;
}
.hifeats-wrapper .hifeat .icon.ahc {
  background-position: -210px 0;
}
.hifeats-wrapper-b .hifeat {
  position: relative;
  padding-left: 60px;
}
.hifeats-wrapper-b .hifeat p {
  margin-top: 0;
}
.hifeats-wrapper-b .hifeat p:nth-child(2) {
  margin-bottom: 0.46875rem;
}
.hifeats-wrapper-b .hifeat p:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .hifeats-wrapper-b .hifeat:not(:first-child) {
    margin-top: 1.875rem;
  }
}
.hifeats-wrapper-b .hifeat .icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  height: 50px;
  margin: 0 auto;
  margin-bottom: 0.9375rem;
  display: block;
  float: none;
  background-image: url(/images/sprites/17-sucuri-a-agency-sprite.png);
  background-size: 540px;
  background-position: -5px -5px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .hifeats-wrapper-b .hifeat .icon {
    background-image: url(/images/sprites/17-sucuri-a-agency-sprite@2.png);
  }
}
.hifeats-wrapper-b .hifeat .icon.smas {
  background-position-x: -5px;
}
.hifeats-wrapper-b .hifeat .icon.pcfh {
  background-position-x: -55px;
}
.hifeats-wrapper-b .hifeat .icon.baitl {
  background-position-x: -125px;
}
.hifeats-wrapper-b .hifeat .icon.fwp {
  background-position-x: -185px;
}
.hifeats-wrapper-b .hifeat .icon.addt {
  background-position-x: -305px;
}
.hifeats-wrapper-b .hifeat .icon.fam {
  background-position-x: -245px;
}
.hifeats-wrapper-b .hifeat .icon.dds {
  background-position-x: -365px;
}
.hifeats-wrapper-b .hifeat .icon.estp {
  background-position-x: -485px;
}
.hifeats-wrapper-b .hifeat .icon.ahc {
  background-position-x: -425px;
}
.agency-a h1 {
  font-family: "Roboto Slab", serif;
  font-weight: 700;
}
.agency-banner-wrpr {
  background-image: url(/images/18-sucuri-referral-agency-banner.jpg);
  background-size: cover;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .agency-banner-wrpr {
    background-image: url(/images/18-sucuri-referral-agency-banner@2.jpg);
  }
}
@media (max-width: 991px) {
  .agency-banner-wrpr {
    background-image: none;
    background-color: #ebebeb;
  }
}
.partners .hifeat-list .icon {
  background-image: url(/images/sprites/18-sucuri-agency-sprite.png);
  background-size: 800px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .partners .hifeat-list .icon {
    background-image: url(/images/sprites/18-sucuri-agency-sprite@2.png);
  }
}
.partners .hifeat-list .icon.dds {
  background-position: 0 0;
}
.partners .hifeat-list .icon.estp {
  background-position: -60px 0;
}
.partners .hifeat-list .icon.fam {
  background-position: -120px 0;
}
.partners .hifeat-list .icon.addt {
  background-position: -180px 0;
}
.partners .hifeat-list .icon.pcfh {
  background-position: -240px 0;
}
.partners .hifeat-list .icon.ahc {
  background-position: -300px 0;
}
.partners .hifeat-list .icon.smas {
  background-position: -360px 0;
}
.partners .hifeat-list .icon.fwp {
  background-position: -420px 0;
}
.partners .hifeat-list .icon.cbw {
  background-position: -480px 0;
}
.partners .hifeat-list .icon.sei {
  background-position: -540px 0;
}
.partners .cnts-wrpr {
  background-color: #fff !important;
}
.partners .feat-hl-wrpr .list-inline {
  text-align: center;
}
.partners .feat-hl-wrpr .list-inline-item {
  margin-right: 0;
  margin-left: 0;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 991px) {
  .partners .feat-hl-wrpr .list-inline-item {
    width: 33.33%;
    border-top: none;
    float: left;
  }
  .partners .feat-hl-wrpr .list-inline-item:nth-child(n + 4) {
    margin-top: 0.9375rem;
  }
}
@media (max-width: 767px) {
  .partners .feat-hl-wrpr .list-inline-item {
    width: 33.33%;
    min-height: 146px;
  }
}
.partners .feat-hl-wrpr .list-inline-item a {
  text-decoration: none;
}
.partners .feat-hl-wrpr .list-inline-item .icon {
  width: 60px;
  height: 50px;
  margin: 0 auto;
  margin-bottom: 0.9375rem;
  display: block;
  float: none;
  background-image: url(/images/sprites/18-sucuri-agency-sprite.png);
  background-size: 800px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .partners .feat-hl-wrpr .list-inline-item .icon {
    background-image: url(/images/sprites/18-sucuri-agency-sprite@2.png);
  }
}
.partners .feat-hl-wrpr .list-inline-item .icon.dds {
  background-position: 0 0;
}
.partners .feat-hl-wrpr .list-inline-item .icon.estp {
  background-position: -60px 0;
}
.partners .feat-hl-wrpr .list-inline-item .icon.fam {
  background-position: -120px 0;
}
.partners .feat-hl-wrpr .list-inline-item .icon.addt {
  background-position: -180px 0;
}
.partners .feat-hl-wrpr .list-inline-item .icon.pcfh {
  background-position: -240px 0;
}
.partners .feat-hl-wrpr .list-inline-item .icon.ahc {
  background-position: -300px 0;
}
.partners .feat-hl-wrpr .list-inline-item .icon.smas {
  background-position: -360px 0;
}
.partners .feat-hl-wrpr .list-inline-item .icon.fwp {
  background-position: -420px 0;
}
.partners .feat-hl-wrpr .list-inline-item .icon.cbw {
  background-position: -480px 0;
}
.partners .feat-hl-wrpr .list-inline-item .icon.sei {
  background-position: -540px 0;
}
.im-s-branding {
  margin-bottom: 1.875rem;
}
.im-s-branding span {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .im-s-branding span {
    display: block;
    margin: 0 auto;
  }
}
.s-logo-h {
  width: 205px;
  height: 50px;
  background-position: 205px 0;
  background-image: url(/images/17-sucuri-partner-page-assets-sprite.png);
  background-size: 909px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .s-logo-h {
    background-image: url(/images/17-sucuri-partner-page-assets-sprite@2.png);
  }
}
.plus-h {
  font-size: 24px;
  font-weight: 600;
  margin-left: 1.875rem;
  margin-right: 1.875rem;
}
.imc-js-container {
  text-align: center;
}
.imc-js-container img {
  max-width: 100%;
}
@media (max-width: 767px) {
  .imc-js-container {
    margin-bottom: 1.875rem;
  }
}
.imcjs-testi-container {
  border: 1px solid #fff;
  border-radius: 8px;
  padding-top: 2.8125rem;
  padding-bottom: 2.8125rem;
  padding-left: 2.8125rem;
  padding-right: 2.8125rem;
}
@media (max-width: 767px) {
  .imcjs-testi-container {
    margin: 0.9375rem;
  }
}
.imcjs-testi-container .ce-title {
  position: absolute;
  top: -30px;
  left: 60px;
  padding-left: 30px;
  padding-right: 30px;
  z-index: 999;
}
.imcjs-testi-container .ce-title:before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #535455;
  display: block;
  position: absolute;
  left: 0;
  top: 14px;
  z-index: -1;
}
.imcjs-testi-container blockquote {
  color: #fff;
  position: relative;
}
.imcjs-testi-container blockquote:before {
  font-size: 1.875rem;
  position: absolute;
  top: -11px;
  left: 10px;
}
.imcjs-testi-container blockquote:after {
  font-size: 1.875rem;
  position: absolute;
  bottom: -13px;
}
.partner-features {
  margin-top: 3.75rem;
}
.partner-features .row:nth-child(2) {
  margin-top: 0.9375rem;
}
.partner-features .feature {
  text-align: center;
}
.partner-features .feature .top-feature {
  width: 100%;
  float: left;
  margin-bottom: 1.875rem;
}
.partner-features .feature h4 {
  font-size: 17px;
  font-weight: 600;
}
@media (max-width: 991px) {
  .partner-features .feature h4 br {
    display: none;
  }
}
.si-benefits-wrapper {
  text-align: center;
}
.si-benefits-wrapper .si-benefit-top {
  margin-bottom: 1.875rem;
}
.si-benefits-wrapper h4 {
  font-size: 17px;
  font-weight: 400;
  line-height: 1.2;
}
@media (max-width: 991px) {
  .si-benefits-wrapper h4 br {
    display: none;
  }
}
.ptrn-whys-wrapper .feature .heading {
  color: #5d5d5d;
}
.ptestimonial-wrapper .pt-img {
  height: 171px;
  background-image: url(/images/17-sucuri-partner-page-assets-sprite.png);
  background-size: 909px;
  cursor: pointer;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .ptestimonial-wrapper .pt-img {
    background-image: url(/images/17-sucuri-partner-page-assets-sprite@2.png);
  }
}
@media (max-width: 991px) {
  .ptestimonial-wrapper .pt-img {
    max-width: 304px;
    margin: 0 auto;
  }
}
.ptestimonial-wrapper .pt-img:hover {
  opacity: 0.8;
}
.ptestimonial-wrapper .pt-img.pt-wpbeginner {
  background-position: 0 171px;
}
.ptestimonial-wrapper .pt-img.pt-yoast {
  background-position: 303px 171px;
}
.ptestimonial-wrapper .pt-img.pt-ithemes {
  background-position: 606px 171px;
}
.ptestimonial-wrapper .pt-content p {
  text-align: center;
  font-weight: 600;
}
.ptestimonial-wrapper .ptestimonial-content {
  width: 100%;
  float: left;
  margin-top: 2.8125rem;
  position: relative;
}
.ptestimonial-wrapper .ptestimonial-content .pt-slide {
  display: none;
  opacity: 0;
}
.ptestimonial-wrapper .ptestimonial-content .pt-slide.active {
  display: block;
  opacity: 1;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.ptestimonial-wrapper .ptestimonial-content .pt-slide p {
  margin-right: 1.875rem;
}
.ptestimonial-wrapper .ptestimonial-content .pt-slide-nav a {
  top: 40px;
  background-position: 0 -150px;
  width: 30px;
  height: 30px;
  background-size: 30px;
}
.ptestimonial-wrapper .ptestimonial-content .pt-slide-nav a.prev {
  left: -8px;
}
.ptestimonial-wrapper .ptestimonial-content .pt-slide-nav a.next {
  right: -8px;
}
.ptestimonial-wrapper blockquote {
  color: #fff;
  line-height: 1;
}
.ptestimonial-wrapper blockquote:before {
  font-size: 1.875rem;
  color: #fff;
}
.ptestimonial-wrapper blockquote:after {
  font-size: 1.875rem;
  color: #fff;
}
.ptestimonial-wrapper .testimonial-name {
  text-align: right;
}
.ptestimonial-wrapper .testimonials-nav .prev {
  background-position: 0 60px;
}
.ptestimonial-wrapper .testimonials-nav .prev:hover {
  opacity: 0.8;
}
.ptestimonial-wrapper .testimonials-nav .next {
  background-position: 0 60px;
}
.ptestimonial-wrapper .testimonials-nav .next:hover {
  opacity: 0.8;
}
.partners .logos-container li {
  padding: 0 20px;
}
@media (max-width: 767px) {
  .partners .logos-container li {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 0;
    padding-right: 0;
  }
}
.partners .hero-content-wrapper {
  padding-top: 10px;
  padding-bottom: 40px !important;
  padding-right: 30px !important;
  padding-left: 30px !important;
  background-color: rgba(255, 255, 255, 0.95);
  max-width: 620px;
  border-radius: 2px;
  margin: 0 auto;
  position: relative;
}
.hero.partners .hero-text h1 {
  color: #62a644 !important;
}
.partners p.partner-hero-heading {
  font-size: 1rem;
  color: #333 !important;
}
.hero.partners p.heading {
  font-weight: 100 !important;
  color: #fff;
}
.partners .hero-cards {
  margin-top: 0;
  margin-bottom: 0;
}
.partner-with-wrapper {
  background-color: #fff;
  background-position: center top;
  background-size: cover;
  color: #666;
}
.partner-with-wrapper .lead {
  margin-bottom: 3.75rem;
}
@media (min-width: 544px) and (max-width: 991px) {
  .partner-with-wrapper .c-lg-3:not(:first-child) {
    margin-bottom: 1.875rem;
  }
}
.partner-with-wrapper .content {
  text-align: center;
  float: left;
  width: 100%;
}
.partner-with-wrapper .content h5 {
  color: #62a644;
  margin-top: 0.9375rem;
  font-size: 17px;
}
.partner-with-wrapper a {
  color: #fff;
  text-decoration: none;
}
@media (max-width: 767px) {
  .partner-with-wrapper a {
    float: left;
    margin-top: 0.9375rem;
  }
}
.partner-with-wrapper a:hover {
  color: grey;
}
.partner-with-wrapper a:hover p {
  color: grey;
}
.partner-with-wrapper a:hover h5 {
  color: grey;
}
.partner-with-wrapper a:hover .icon {
  opacity: 0.5;
}
.flexible-program {
  background-color: #f3f3f3;
  background-position: center top;
  background-size: cover;
  color: #666;
}
.flexible-program h3 {
  margin-bottom: 3.75rem;
}
@media (min-width: 544px) and (max-width: 991px) {
  .flexible-program .c-lg-3:not(:first-child) {
    margin-bottom: 1.875rem;
  }
}
.flexible-program .content {
  text-align: center;
  float: left;
  width: 100%;
}
.flexible-program .content h5 {
  color: #62a644;
  margin-top: 0.9375rem;
  font-size: 17px;
}
.flexible-program a {
  color: #fff;
  text-decoration: none;
}
.flexible-program a:hover {
  color: grey;
}
.flexible-program a:hover p {
  color: grey;
}
.flexible-program a:hover h5 {
  color: grey;
}
.flexible-program a:hover .icon {
  opacity: 0.5;
}
.flexible-program .lowercontactus {
  margin-top: 3rem;
}
.flexible-program .lowercontactus a {
  color: #619f42;
}
.flexible-program .lowercontactus a:hover {
  color: grey;
}
.kuotlws-wrapper .sbtm-nav a {
  text-decoration: none;
  text-align: center;
}
.kuotlws-wrapper .sbtm-nav p.heading {
  color: #619f42;
}
.partners .agency-features.h-afeat {
  float: none;
  margin: 0 auto;
}
.partners .gray-strip {
  background-color: #333;
  color: #fff;
  padding-top: 0;
  padding-bottom: 0;
}
.partners .gray-strip h3 {
  font-weight: 600;
  color: #fff !important;
}
.partners .gray-strip h3.b-heading {
  font-weight: 400;
  line-height: 1.4;
}
.iltr-feat h5 {
  font-size: 15px;
  margin-left: 0.9375rem;
}
.home-a h3 {
  font-size: 2.1875rem;
  font-weight: 800;
  color: #333;
}
.home-a p {
  color: #333;
}
.home-a p.header {
  font-size: 1.5rem;
}
.home-a .lead p {
  font-weight: 300;
}
.home-a .featured-in .logos-container {
  margin-top: 1.875rem;
}
.home-a .featured-in h3 {
  color: #fff;
}
@media (min-width: 768px) {
  .home-a .kuotlws-wrapper .sbtm-nav {
    width: 20%;
    float: left;
  }
}
.home-a .kuotlws-wrapper .sbtm-nav a {
  text-decoration: none;
  text-align: center;
}
.home-a .kuotlws-wrapper .sbtm-nav p.heading {
  color: grey;
}
.home-a .solutions-wrapper.light-footer h3 {
  color: #333;
}
.home-a .solutions-wrapper.light-footer a {
  color: #333;
}
.home-a .solutions-wrapper.light-footer a p {
  color: #333;
}
.home-a .solutions-wrapper h3 {
  color: #fff;
}
.home-a .solutions-wrapper a {
  color: #fff;
}
.home-a .solutions-wrapper a p {
  color: #fff;
}
.home-a .contact-us-wrapper {
  background-color: #fff;
}
.home-a footer .container {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}
.home-a .top-o-overlay.h-ptable {
  border-top: solid 0.5rem #f3f3f3;
}
.website-security-stack-container .lead p {
  color: #5d5d5d;
}
.website-security-stack-container .bf-wspi-txt p {
  font-size: 17px;
}
.c-ws-wrapper .lead p {
  color: grey;
}
.c-ws-wrapper .cws-feat-wrapper {
  padding-right: 0;
  padding-left: 0;
  margin-top: 3.75rem;
}
.c-ws-wrapper .cws-feat-wrapper .c-lg-3 .feat-card {
  background-color: #fff;
  padding: 1.875rem 0.9375rem;
}
.c-ws-wrapper .cws-feat-wrapper .c-lg-3 .feat-card .top-feat h4 {
  color: #619f42;
  font-size: 17px;
  font-weight: 600;
  text-align: center;
  line-height: 1.4;
}
.c-ws-wrapper .cws-feat-wrapper .c-lg-3 .feat-card .feat-body {
  text-align: center;
}
@media (max-width: 991px) {
  .c-ws-wrapper .cws-feat-wrapper .c-lg-3:not(:last-child) .feat-card {
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 768px) {
  .featlists-wrapper .featlist-row:nth-child(2) {
    margin-top: 7.5rem;
  }
}
@media (max-width: 767px) {
  .featlists-wrapper .featlist-row:nth-child(2) {
    margin-top: 1.875rem;
  }
}
@media (max-width: 767px) {
  .featlists-wrapper .featlist-row .c-lg-6 {
    margin-bottom: 1.875rem;
  }
}
.featlists-wrapper .featlist-body h4 {
  font-weight: 800;
}
.featlists-wrapper .featlist-body p {
  font-size: 17px;
}
.featlists-wrapper .featlist-body .list-unstyled {
  margin-bottom: 1.875rem;
  margin-left: 20px;
}
.featlists-wrapper .featlist-body .list-unstyled li {
  font-size: 17px;
}
.featlists-wrapper .featlist-banner .cls-1 {
  fill: #fff;
}
.featlists-wrapper .featlist-banner .cls-10,
.featlists-wrapper .featlist-banner .cls-11,
.featlists-wrapper .featlist-banner .cls-12,
.featlists-wrapper .featlist-banner .cls-13,
.featlists-wrapper .featlist-banner .cls-14,
.featlists-wrapper .featlist-banner .cls-17,
.featlists-wrapper .featlist-banner .cls-18,
.featlists-wrapper .featlist-banner .cls-19,
.featlists-wrapper .featlist-banner .cls-2,
.featlists-wrapper .featlist-banner .cls-3,
.featlists-wrapper .featlist-banner .cls-4,
.featlists-wrapper .featlist-banner .cls-6,
.featlists-wrapper .featlist-banner .cls-7,
.featlists-wrapper .featlist-banner .cls-8,
.featlists-wrapper .featlist-banner .cls-9 {
  isolation: isolate;
}
.featlists-wrapper .featlist-banner .cls-2 {
  font-size: 14.62px;
}
.featlists-wrapper .featlist-banner .cls-10,
.featlists-wrapper .featlist-banner .cls-11,
.featlists-wrapper .featlist-banner .cls-12,
.featlists-wrapper .featlist-banner .cls-13,
.featlists-wrapper .featlist-banner .cls-14,
.featlists-wrapper .featlist-banner .cls-15,
.featlists-wrapper .featlist-banner .cls-17,
.featlists-wrapper .featlist-banner .cls-2,
.featlists-wrapper .featlist-banner .cls-4,
.featlists-wrapper .featlist-banner .cls-7,
.featlists-wrapper .featlist-banner .cls-8,
.featlists-wrapper .featlist-banner .cls-9 {
  fill: #636566;
}
.featlists-wrapper .featlist-banner .cls-13,
.featlists-wrapper .featlist-banner .cls-2,
.featlists-wrapper .featlist-banner .cls-8 {
  font-weight: 300;
}
.featlists-wrapper .featlist-banner .cls-16,
.featlists-wrapper .featlist-banner .cls-18,
.featlists-wrapper .featlist-banner .cls-3 {
  fill: #609f43;
}
.featlists-wrapper .featlist-banner .cls-3 {
  opacity: 0.14;
}
.featlists-wrapper .featlist-banner .cls-4 {
  opacity: 0.6;
}
.featlists-wrapper .featlist-banner .cls-5 {
  fill: none;
  stroke: #609f43;
  stroke-miterlimit: 10;
  stroke-width: 2px;
}
.featlists-wrapper .featlist-banner .cls-7,
.featlists-wrapper .featlist-banner .cls-8 {
  font-size: 11.66px;
}
.featlists-wrapper .featlist-banner .cls-18,
.featlists-wrapper .featlist-banner .cls-19,
.featlists-wrapper .featlist-banner .cls-7 {
  font-weight: 800;
}
.featlists-wrapper .featlist-banner .cls-11,
.featlists-wrapper .featlist-banner .cls-12,
.featlists-wrapper .featlist-banner .cls-14,
.featlists-wrapper .featlist-banner .cls-17,
.featlists-wrapper .featlist-banner .cls-18,
.featlists-wrapper .featlist-banner .cls-19,
.featlists-wrapper .featlist-banner .cls-7,
.featlists-wrapper .featlist-banner .cls-9 {
  font-weight: 700;
}
.featlists-wrapper .featlist-banner .cls-9 {
  font-size: 17.15px;
}
.featlists-wrapper .featlist-banner .cls-11,
.featlists-wrapper .featlist-banner .cls-12,
.featlists-wrapper .featlist-banner .cls-14,
.featlists-wrapper .featlist-banner .cls-17,
.featlists-wrapper .featlist-banner .cls-9 {
  font-weight: 600;
}
.featlists-wrapper .featlist-banner .cls-10 {
  opacity: 0.3;
}
.featlists-wrapper .featlist-banner .cls-11,
.featlists-wrapper .featlist-banner .cls-12,
.featlists-wrapper .featlist-banner .cls-14 {
  font-size: 15.62px;
}
.featlists-wrapper .featlist-banner .cls-12 {
  letter-spacing: 0.13em;
}
.featlists-wrapper .featlist-banner .cls-13 {
  font-size: 12.5px;
}
.featlists-wrapper .featlist-banner .cls-14 {
  letter-spacing: 0.06em;
}
.featlists-wrapper .featlist-banner .cls-17,
.featlists-wrapper .featlist-banner .cls-18 {
  font-size: 15.03px;
}
.featlists-wrapper .featlist-banner .cls-19 {
  font-size: 10.02px;
}
.ad-feat-wrapper .ad-feat-container {
  margin-top: 3.75rem;
  text-align: center;
}
.ad-feat-wrapper .adfeat {
  max-width: 265px;
  margin: 0 auto;
  float: none;
  display: inline-block;
}
.ad-feat-wrapper .adfeat:nth-child(n + 4) {
  margin-top: 3.75rem;
}
.ad-feat-wrapper .adfeat .feat-top {
  text-align: center;
}
.ad-feat-wrapper .adfeat .feat-top h4 {
  color: #619f42;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
}
.ad-feat-wrapper .adfeat .feat-body {
  text-align: center;
}
.ywst-wrapper {
  background-image: url(/images/17-sucuri-team-homepage.jpg);
  background-position: 0 0;
  background-size: auto 100%;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .ywst-wrapper {
    background-image: url(/images/17-sucuri-team-homepage@2.jpg);
  }
}
.ywst-wrapper .lead {
  margin-bottom: 0;
}
.ywst-wrapper .lead h3 {
  color: #fff;
}
.ywst-wrapper .lead p {
  color: #fff;
  font-weight: 300;
}
.hstats-wrapper svg .cls-1 {
  fill: none;
  stroke: #646566;
  stroke-miterlimit: 10;
  opacity: 0.3;
}
.hstats-wrapper svg .cls-2 {
  font-size: 30.92px;
}
.hstats-wrapper svg .cls-2,
.hstats-wrapper svg .cls-5,
.hstats-wrapper svg .cls-6,
.hstats-wrapper svg .cls-7,
.hstats-wrapper svg .cls-8,
.hstats-wrapper svg .cls-9 {
  fill: #63a744;
}
.hstats-wrapper svg .cls-2,
.hstats-wrapper svg .cls-6,
.hstats-wrapper svg .cls-7,
.hstats-wrapper svg .cls-8,
.hstats-wrapper svg .cls-9 {
  font-family: "Open Sans", Helvetica, Arial, Tahoma, sans-serif;
  font-weight: 600;
}
.hstats-wrapper svg .cls-10,
.hstats-wrapper svg .cls-2,
.hstats-wrapper svg .cls-6,
.hstats-wrapper svg .cls-7,
.hstats-wrapper svg .cls-8 {
  font-weight: 700;
}
.hstats-wrapper svg .cls-3 {
  font-size: 15px;
}
.hstats-wrapper svg .cls-11,
.hstats-wrapper svg .cls-3,
.hstats-wrapper svg .cls-4 {
  fill: #646566;
}
.hstats-wrapper svg .cls-11,
.hstats-wrapper svg .cls-3 {
  font-family: "Open Sans", Helvetica, Arial, Tahoma, sans-serif;
  font-weight: 400;
}
.hstats-wrapper svg .cls-6 {
  font-size: 51.04px;
}
.hstats-wrapper svg .cls-7 {
  font-size: 49.53px;
}
.hstats-wrapper svg .cls-8 {
  font-size: 29.81px;
}
.pt-wrapper .container {
  position: relative;
}
.pt-wrapper .withopacity .n-slide {
  opacity: 0.2;
}
.pt-wrapper .withopacity .n-slide.inview {
  opacity: 1;
}
.pt-wrapper .n-slide {
  padding-top: 8px;
}
@media (max-width: 767px) {
  .pt-wrapper .pta-container {
    text-align: center;
    margin-bottom: 1.875rem;
  }
}
.pt-wrapper .pta-container img {
  max-width: 100%;
}
.pt-wrapper .ptb-testi-container {
  border: 1px solid #5d5d5d;
  border-radius: 8px;
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
  padding-left: 2.8125rem;
  padding-right: 2.8125rem;
  min-height: 210px;
}
.pt-wrapper .ptb-testi-container .ptb-title {
  position: absolute;
  top: -30px;
  left: 60px;
  padding-left: 30px;
  padding-right: 30px;
  z-index: 99;
}
.pt-wrapper .ptb-testi-container .ptb-title:before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #f3f3f4;
  display: block;
  position: absolute;
  left: 0;
  top: 14px;
  z-index: -1;
}
.pt-wrapper .ptb-testi-container blockquote {
  color: #5d5d5d;
  position: relative;
  display: inline;
}
.pt-wrapper .ptb-testi-container blockquote .read-more {
  display: block;
}
@media (max-width: 767px) {
  .pt-wrapper .testimonials-nav a {
    position: absolute;
  }
}
.pt-wrapper .testimonials-nav a.next:hover {
  background-position: 0 -60px;
}
@media (max-width: 767px) {
  .pt-wrapper .testimonials-nav a.next {
    top: 0;
    right: 0;
  }
}
.ptb-testi-container {
  max-width: 700px !important;
  float: none !important;
  display: inline-block;
}
.pta-container {
  max-width: 200px !important;
  float: none !important;
  display: inline-block;
}
.pt-wrapper .testimonials-nav a.prev {
  left: -35px;
}
.pt-wrapper .testimonials-nav a.prev:hover {
  background-position: 0 -60px;
}
@media (max-width: 767px) {
  .pt-wrapper .testimonials-nav a.prev {
    top: 0;
    left: 0;
  }
}
.hdssw-wrapper .hdssw-container {
  margin-top: 3.75rem;
}
.hdssw-wrapper .hdssw-container .hdssw-single {
  position: relative;
}
.hdssw-wrapper .hdssw-container .hdssw-single:after {
  content: ">";
  display: block;
  position: absolute;
  right: 0;
  top: 20px;
  color: #5d5d5d;
}
.hdssw-wrapper .hdssw-container .hdssw-single .hdssw-top h4 {
  color: #619f42;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  min-height: 32px;
}
.hdssw-wrapper .hdssw-container .hdssw-single .hdssw-body {
  text-align: center;
}
.hdssw-wrapper .hdssw-container .hdssw-single .hdssw-body ul {
  padding-left: 0.9375rem;
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
}
.hdssw-wrapper .hdssw-container .hdssw-single .hdssw-body ul li {
  font-size: 14px;
  text-align: left;
  position: relative;
}
.hdssw-wrapper .hdssw-container .hdssw-single .hdssw-body ul li:before {
  top: 0;
  margin-left: -15px;
  color: grey;
}
.kuotlws-wrapper .sbtm-nav a {
  text-decoration: none;
  text-align: center;
}
.kuotlws-wrapper .sbtm-nav p.heading {
  color: #619f42;
}
.hagncy-wrapper {
  background-image: url(/images/17-sucuri-homepage-background-light.jpg);
  background-position: center top;
  background-size: cover;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .hagncy-wrapper {
    background-image: url(/images/17-sucuri-homepage-background-light.jpg);
  }
}
.hagncy-wrapper .hafrmcnt-container {
  background-color: #fff;
  padding-top: 80px;
  padding-bottom: 80px;
}
.hagncy-wrapper h3 {
  margin-bottom: 30px;
}
.hagncy-wrapper h3 span {
  font-size: 17px;
  font-weight: 400;
  line-height: 30px;
}
@media (max-width: 767px) {
  .hagncy-wrapper .lfrm-txt h3 {
    font-size: 24px;
  }
}
.hagncy-wrapper p {
  font-size: 17px;
}
.hagncy-wrapper .unstyled-list-item {
  font-size: 17px;
}
@media (max-width: 767px) {
  .hagncy-wrapper .hafrm {
    padding: 0;
  }
}
.hagncy-wrapper .hafrm h4 {
  font-size: 17px;
  font-weight: 800;
  margin-bottom: 0;
  margin-top: 17px;
}
@media (max-width: 767px) {
  .hagncy-wrapper .hafrm .form-group .c-lg-6 {
    padding: 0;
  }
}
.hagncy-wrapper .hafrm .urgchk {
  padding-top: 22px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .hagncy-wrapper .hafrm .urgchk {
    margin-bottom: 1.875rem;
  }
}
.hagncy-wrapper .hafrm .form-input {
  border: 1px solid rgba(99, 100, 102, 0.25);
  background-color: rgba(243, 243, 243, 0.5);
  border-radius: 2px;
}
.hagncy-wrapper .hafrm .btn {
  font-weight: 600;
}
@media (max-width: 767px) {
  .hagncy-wrapper .hafrm .btn {
    margin-top: 30px;
  }
}
.hagncy-wrapper .hafrm p.terms {
  font-size: 12px;
}
.form-message-wrapper .form-message h3.succes {
  color: #fff;
}
.form-message-wrapper .form-message h3.error {
  color: #fff;
  font-size: 17px;
  font-weight: 600;
}
.form-message-wrapper .form-message p {
  color: #fff;
}
.h-ptable tbody tr:first-child {
  border-top: none;
}
.h-ptable tbody tr:nth-last-child(2) {
  border-bottom: 1px solid #ebebeb;
}
.h-ptable tbody tr:last-child th:nth-child(3) {
  background-color: rgba(156, 155, 158, 0.12);
}
.pricing-table-sla .pt-column {
  text-align: center;
  padding-bottom: 0.9375rem;
  border: 1px solid #ebebeb;
}
.pricing-table-sla .pt-column:not(:nth-child(2)) {
  background-color: #fcfcfc;
  margin-top: 0.9375rem;
}
.pricing-table-sla .pt-column:nth-child(2) {
  background-color: #f6fafc;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}
.pricing-table-sla .pt-column:nth-child(2) .ptc-head {
  padding-top: 1.875rem;
}
@media (max-width: 767px) {
  .pricing-table-sla .pt-column:nth-child(2) {
    margin-top: 1.875rem;
  }
}
.pricing-table-sla .pt-column:first-child {
  border-top-left-radius: 10px;
  border-right: 0;
}
@media (max-width: 767px) {
  .pricing-table-sla .pt-column:first-child {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    border-right: 1px solid #ebebeb;
  }
}
.pricing-table-sla .pt-column:nth-child(3) {
  border-top-right-radius: 10px;
  border-left: 0;
}
@media (max-width: 767px) {
  .pricing-table-sla .pt-column:nth-child(3) {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    border-left: 1px solid #ebebeb;
    margin-top: 1.875rem;
  }
}
.pricing-table-sla .pt-column .ptc-head {
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
  border-bottom: 1px solid #ebebeb;
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
}
.pricing-table-sla .pt-column .ptc-head h4 {
  font-weight: 800;
  margin-bottom: 0;
}
.pricing-table-sla .pt-column .ptc-head p {
  text-transform: uppercase;
  margin-top: 0.46875rem;
}
.pricing-table-sla .pt-column .ptc-body .sla {
  max-width: 150px;
  margin: 0 auto;
  border-bottom: 1px solid #ebebeb;
}
.pricing-table-sla .pt-column .ptc-body .sla p {
  line-height: 1;
  margin-top: 0.9375rem;
  margin-bottom: 0.9375rem;
}
.pricing-table-sla .pt-column .ptc-body .sla .hrsn {
  font-size: 4rem;
  font-weight: 800;
  color: #619f42;
}
.pricing-table-sla .pt-column .ptc-body .sla .hr {
  font-size: 1.125rem;
  font-weight: 600;
  position: relative;
}
.pricing-table-sla .pt-column .ptc-body .sla .hr:before {
  content: "";
  display: block;
  position: absolute;
  top: -20px;
  left: 0;
  width: 20px;
  height: 20px;
  background-image: url(/images/sprites/17-sucuri-a-sla-sprite.png);
  background-size: 180px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .pricing-table-sla .pt-column .ptc-body .sla .hr:before {
    background-image: url(/images/sprites/17-sucuri-a-sla-sprite.png);
  }
}
.pricing-table-sla .pt-column .ptc-body .ftlist {
  height: 153px;
}
.pricing-table-sla .pt-column .ptc-body .ftlist .list-block {
  width: 100%;
  margin-top: 0.9375rem;
  margin-bottom: 0.9375rem;
}
.pricing-table-sla .pt-column .ptc-footer {
  border-top: 1px solid #ebebeb;
  margin-left: -1rem;
  margin-right: -1rem;
}
.pricing-table-sla .pt-column .ptc-footer p.pricing {
  margin-bottom: 0.46875rem;
  line-height: 1;
}
.pricing-table-sla .pt-column .ptc-footer p.pricing span {
  font-size: 1.5rem;
  font-weight: 800;
  color: #619f42;
}
.pricing-table-sla .pt-column .ptc-footer p.small {
  margin-top: 0;
  font-style: italic;
}
.pricing-table-sla .pt-column .ptc-footer .btn.buy {
  border: 1px solid #619f42;
}
@media (max-width: 767px) {
  .pricing-table-sla .pt-column .ptc-footer .btn {
    background-color: #619f42;
    color: #fff;
    border: none;
  }
}
.pricing-table-sla .bptsla {
  background-color: #fcfcfc;
  border: 1px solid #ebebeb;
  border-top: 0;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
@media (max-width: 767px) {
  .pricing-table-sla .bptsla {
    margin-top: 1.875rem;
    border-top: 1px solid #ebebeb;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
  }
}
.pricing-table-sla .bptsla .list-block-item {
  font-size: 1.1875rem;
}
.ptsla-feats-wrapper .ptsla-feat:nth-child(n + 3) {
  margin-top: 0.9375rem;
}
.ptsla-feats-wrapper .ptsla-feat .ptsla-feat-icon {
  float: left;
}
.ptsla-feats-wrapper .ptsla-feat .ptsla-feat-icon .icon {
  width: 45px;
  height: 45px;
  margin-top: 0;
  background-image: url(/images/sprites/17-sucuri-a-sla-sprite.png);
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .ptsla-feats-wrapper .ptsla-feat .ptsla-feat-icon .icon {
    background-image: url(/images/sprites/17-sucuri-a-sla-sprite.png);
  }
}
.ptsla-feats-wrapper .ptsla-feat .ptsla-feat-icon .icon.tdg {
  background-position: 0 -19px;
}
.ptsla-feats-wrapper .ptsla-feat .ptsla-feat-icon .icon.tfst {
  background-position: -45px -20px;
}
.ptsla-feats-wrapper .ptsla-feat .ptsla-feat-icon .icon.umc {
  background-position: -90px -20px;
}
.ptsla-feats-wrapper .ptsla-feat .ptsla-feat-icon .icon.etdu {
  background-position: -135px -20px;
}
.ptsla-feats-wrapper .ptsla-feat .ptsla-feat-body {
  float: left;
  padding-left: 0.9375rem;
}
.ptsla-feats-wrapper .ptsla-feat .ptsla-feat-body p {
  margin-top: 0.46875rem;
}
@media (max-width: 767px) {
  .spom .check-list {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
  .spom .check-list .list-inline-item {
    margin-right: auto !important;
    margin-left: auto !important;
  }
}
.home-b .yt-video-lb-anchor {
  border-radius: 9px;
  overflow: hidden;
}
.tsad-wrpr .hifeat-list .icon {
  background-image: url(/images/sprites/18-sucuri-a-homepage-sprite.png);
  background-size: 240px;
  height: 60px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .tsad-wrpr .hifeat-list .icon {
    background-image: url(/images/sprites/18-sucuri-a-homepage-sprite@2.png);
  }
}
.tsad-wrpr .hifeat-list .icon.prdpcn {
  background-position: 0 0;
}
.tsad-wrpr .hifeat-list .icon.estp {
  background-position: -60px 0;
}
.tsad-wrpr .hifeat-list .icon.ilrsc {
  background-position: -120px 0;
}
.tsad-wrpr .hifeat-list .icon.grtsols {
  background-position: -180px 0;
}
.hfrcs-wrpr {
  background-size: cover;
  background-position: right bottom;
  background-image: url(/images/17-sucuri-a-homepage-ocean.jpg);
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .hfrcs-wrpr {
    background-image: url(/images/17-sucuri-a-homepage-ocean.jpg);
  }
}
@media (max-width: 991px) {
  .hfrcs-wrpr {
    background-color: #f6fafc;
    background-image: none;
  }
}
@media (min-width: 768px) {
  .hfrcs-wrpr .container {
    padding-bottom: 290px;
  }
}
@media (max-width: 991px) {
  .hfrcs-wrpr .container {
    padding-bottom: 0;
  }
}
@media (max-width: 991px) {
  .hfrcs-wrpr .hfrcs-vd {
    margin-bottom: 1.875rem;
  }
}
.hfrcs-wrpr .hfrcs-vd .yt-video-lb-anchor img {
  width: 100%;
}
.hfrcs-wrpr .hfrcs-vd .yt-video-lb-anchor:before {
  background-position: 97% 94%;
}
@media (max-width: 991px) {
  .hfrcs-wrpr .hfrcs-vd .yt-video-lb-anchor {
    float: none;
  }
}
.tsad-wrpr .hiftrow .mnt-sp-wrpr {
  margin-top: 1.875rem;
}
.tsad-wrpr .hiftrow .mnt-scrn {
  background-size: 388px;
}
@media (max-width: 991px) {
  .tsad-wrpr .mt-80 {
    margin-top: 0;
  }
}
.cstmzsols .frm-wrpr {
  padding: 1.875rem;
  border-top-left-radius: 9px;
  border-bottom-left-radius: 9px;
  min-height: 415px;
  border: 1px solid #95989a;
  border-right: none;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cstmzsols .frm-wrpr {
    border-right: 1px solid #95989a;
    border-top-right-radius: 9px;
    border-bottom-left-radius: 0;
  }
}
@media (max-width: 767px) {
  .cstmzsols .frm-wrpr {
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }
}
.cstmzsols .frm-wrpr .form-input {
  border: 1px solid rgba(149, 152, 154, 0.7);
}
.cstmzsols .lrnmre-wrpr {
  padding: 56px 1.875rem;
  background-color: #94bf81;
  text-align: center;
  border-top-right-radius: 9px;
  border-bottom-right-radius: 9px;
  min-height: 415px;
}
@media (max-width: 991px) {
  .cstmzsols .lrnmre-wrpr {
    border-top-right-radius: 0;
    border-bottom-left-radius: 9px;
  }
}
@media (max-width: 767px) {
  .cstmzsols .lrnmre-wrpr {
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }
}
.cstmzsols .lrnmre-wrpr h4 {
  color: #fff;
  margin-bottom: 1.875rem;
}
.cstmzsols .lrnmre-wrpr p {
  color: #fff;
}
.lrnmre-inline {
  width: 100%;
  text-align: center;
  float: left;
}
.lrnmre-inline:last-child {
  margin-top: 22px;
}
.lrnmre-inline p {
  font-size: 17px;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 0;
}
.lrnmre-inline .lrnmre-inline-item {
  text-align: center;
  margin-left: 0;
  margin-right: 0;
  width: 33.33%;
  float: left;
  display: block;
}
@media (max-width: 767px) {
  .lrnmre-inline .lrnmre-inline-item {
    border: none;
  }
}
.lrnmre-inline .lrnmre-inline-item a {
  text-decoration: none;
}
.lrnmre-inline .lrnmre-inline-item a .icon {
  float: none;
  display: block;
  margin: 0 auto;
  width: 80px;
  height: 80px;
  background-image: url(/images/sprites/18-sucuri-a-customsolutions-sprite.png);
  background-size: 640px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .lrnmre-inline .lrnmre-inline-item a .icon {
    background-image: url(/images/sprites/18-sucuri-a-customsolutions-sprite@2.png);
  }
}
.lrnmre-inline .lrnmre-inline-item a .icon.entp {
  background-position: 0 0;
}
.lrnmre-inline .lrnmre-inline-item a .icon.agcy {
  background-position: -80px 0;
}
.lrnmre-inline .lrnmre-inline-item a .icon.ecom {
  background-position: -160px 0;
}
.lrnmre-inline .lrnmre-inline-item a .icon.prtns {
  background-position: -320px 0;
}
.lrnmre-inline .lrnmre-inline-item a .icon.educ {
  background-position: -240px 0;
}
.lrnmre-inline .lrnmre-inline-item a .icon.refrl {
  background-position: -400px 0;
}
.lrnmre-inline .lrnmre-inline-item a .icon.fw {
  background-position: -480px 0;
}
.lrnmre-inline .lrnmre-inline-item a .icon.secplat {
  background-position: -560px 0;
}
.lrnmre-inline .lrnmre-inline-item a:hover .icon {
  background-position-y: -80px;
}
.lrnmre-inline .lrnmre-inline-item a:hover p {
  color: #5d5d5d;
}
@media (max-width: 991px) {
  .testimonials-wrpr-cont {
    background-color: #fff;
    padding-bottom: 60px;
    margin-left: -24px;
    margin-right: -24px;
  }
}
@media (max-width: 767px) {
  .testimonials-wrpr-cont {
    margin-left: auto;
    margin-right: auto;
  }
}
.testimonials-wrpr-cont .testimonials-wrpr {
  background-color: rgba(255, 255, 255, 0.64);
  border-radius: 9px;
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}
.testimonials-wrpr-cont .testimonials-wrpr .aslide {
  padding-left: 90px;
  padding-right: 90px;
}
@media (max-width: 767px) {
  .testimonials-wrpr-cont .testimonials-wrpr .aslide {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 991px) {
  .testimonials-wrpr-cont .testimonials-wrpr .aslide .c-lg-3 {
    text-align: center;
  }
}
.testimonials-wrpr-cont .testimonials-wrpr .aslide .c-lg-3 img {
  max-width: 160px;
  margin-top: 20px;
}
@media (max-width: 991px) {
  .testimonials-wrpr-cont .testimonials-wrpr .aslide .c-lg-9 h4 {
    text-align: center;
  }
  .testimonials-wrpr-cont
    .testimonials-wrpr
    .aslide
    .c-lg-9
    p:nth-child(2) {
    text-align: center;
  }
  .testimonials-wrpr-cont
    .testimonials-wrpr
    .aslide
    .c-lg-9
    p:nth-child(3) {
    text-align: center;
  }
}
.testimonials-wrpr-cont .testimonials-wrpr .aslides-nav a {
  background-position: 0 -40px;
}
@media (max-width: 991px) {
  .testimonials-wrpr-cont .testimonials-wrpr .aslides-nav a {
    top: 25%;
  }
}
.testimonials-wrpr-cont .testimonials-wrpr .aslides-nav a.next {
  right: 30px;
}
.testimonials-wrpr-cont .testimonials-wrpr .aslides-nav a.prev {
  left: 30px;
}
.testimonials-wrpr-cont .testimonials-wrpr .aslides-nav a:hover {
  opacity: 0.8;
}
.testimonials-wrpr-cont .testimonials-wrpr .aslide-pagination {
  bottom: 30px;
}
.testimonials-wrpr-cont
  .testimonials-wrpr
  .aslide-pagination
  .list-pagination-item
  a {
  background-color: #6eb1c8;
}
.testimonials-wrpr-cont
  .testimonials-wrpr
  .aslide-pagination
  .list-pagination-item.current
  a {
  background-color: #619f42;
}
@media (max-width: 991px) {
  .trstd-lgs-wrpr .container {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
}
.cnts-wrpr .cnts-list {
  list-style: none;
}
.cnts-wrpr .cnts-list .cnts-list-item {
  text-align: center;
  display: inline-block;
  margin-left: 0.9375rem;
  margin-right: 0.9375rem;
  position: relative;
}
.cnts-wrpr .cnts-list .cnts-list-item a {
  text-decoration: none;
}
.cnts-wrpr .cnts-list .cnts-list-item a .cntcti-wrpr {
  width: 80px;
  height: 80px;
  display: block;
  float: none;
  margin: 0 auto;
  background-color: #fff;
  border: 1px solid #95989a;
  border-radius: 50%;
}
.cnts-wrpr .cnts-list .cnts-list-item a .icon {
  display: block;
  float: none;
  height: 60px;
  margin: 0 auto;
  margin-top: 10px;
  background-image: url(/images/sprites/18-sucuri-a-footer-sprite.png);
  background-size: 240px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .cnts-wrpr .cnts-list .cnts-list-item a .icon {
    background-image: url(/images/sprites/18-sucuri-a-footer-sprite.png);
  }
}
.cnts-wrpr .cnts-list .cnts-list-item a .icon.eml {
  background-position: 0 0;
}
.cnts-wrpr .cnts-list .cnts-list-item a .icon.sprt {
  background-position: 180px 0;
}
.cnts-wrpr .cnts-list .cnts-list-item a .icon.cht {
  background-position: 120px 0;
}
.cnts-wrpr .cnts-list .cnts-list-item a .icon.phne {
  background-position: 60px 0;
}
.cnts-wrpr .cnts-list .cnts-list-item a p {
  font-weight: 600;
}
.cnts-wrpr .cnts-list .cnts-list-item a:hover .icon {
  background-position-y: -60px;
}
.bg-himg {
  background-image: url(/images/16-huston-chase.jpg);
  background-size: cover;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .bg-himg {
    background-image: url(/images/16-huston-chase.jpg);
  }
}
.bg-himg h3 {
  color: #fff;
}
.bg-himg p {
  color: #fff;
}
.education-security-form,
.education-security-form-bottom {
  position: relative;
  display: block;
  float: left;
}
.wsp h3 {
  font-size: 2.1875rem;
  font-weight: 800;
  color: #414042;
}
.wsp p {
  color: #414042;
}
.wsp p.header {
  font-size: 1.5rem;
}
.wsp li {
  color: #414042;
}
.wsp .lead p {
  font-weight: 300;
}
@media (max-width: 767px) {
  .wsp .solutions-wrapper {
    background-color: rgba(156, 155, 158, 0.12);
  }
}
.sbsftrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.sbsftrow .sbsftrcnt h4 {
  font-size: 24px;
  font-weight: 800;
}
.sbsftrow .sbsftrcnt ul.list-unstyled {
  margin-left: 0.9375rem;
}
.sbsftrow .sbsftrbnr img {
  max-width: 100%;
}
.sbsftrow .sbsftrbnr.detect .cls-1 {
  fill: #e6e6e5;
}
.sbsftrow .sbsftrbnr.detect .cls-2 {
  fill: #fff200;
}
.sbsftrow .sbsftrbnr.detect .cls-2,
.sbsftrow .sbsftrbnr.detect .cls-3,
.sbsftrow .sbsftrbnr.detect .cls-4 {
  opacity: 0.35;
}
.sbsftrow .sbsftrbnr.detect .cls-2,
.sbsftrow .sbsftrbnr.detect .cls-3,
.sbsftrow .sbsftrbnr.detect .cls-4,
.sbsftrow .sbsftrbnr.detect .cls-5 {
  isolation: isolate;
}
.sbsftrow .sbsftrbnr.detect .cls-3 {
  fill: #ed1c24;
}
.sbsftrow .sbsftrbnr.detect .cls-4 {
  fill: #00a651;
}
.sbsftrow .sbsftrbnr.detect .cls-5 {
  font-size: 23.17px;
  fill: #333;
  font-weight: 700;
}
.sbsftrow .sbsftrbnr.detect .cls-6 {
  fill: #646566;
}
.sbsftrow .sbsftrbnr.detect .cls-7 {
  fill: #619f43;
}
.sbsftrow .sbsftrbnr.detect .rings {
  opacity: 0;
}
.sbsftrow .sbsftrbnr.detect .yourwebsite {
  opacity: 0;
}
.sbsftrow .sbsftrbnr.detect .icons {
  opacity: 0;
}
.sbsftrow .sbsftrbnr.detect.animate .rings {
  opacity: 0;
  -webkit-transform-origin: initial;
  transform-origin: initial;
  -webkit-animation-name: ring-pulse;
  animation-name: ring-pulse;
  -webkit-animation-duration: 0.63s;
  animation-duration: 0.63s;
  -webkit-animation-delay: 0.41s;
  animation-delay: 0.41s;
  -webkit-animation-iteration-count: 3;
  animation-iteration-count: 3;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
}
.sbsftrow .sbsftrbnr.detect.animate .yourwebsite {
  opacity: 0;
  -webkit-transform-origin: initial;
  transform-origin: initial;
  -webkit-animation-name: show-yourwebsite;
  animation-name: show-yourwebsite;
  -webkit-animation-delay: 0.41s;
  animation-delay: 0.41s;
  -webkit-animation-duration: 3.67s;
  animation-duration: 3.67s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
}
.sbsftrow .sbsftrbnr.detect.animate .website {
  -webkit-animation-name: show-website;
  animation-name: show-website;
  -webkit-animation-delay: 0.41s;
  animation-delay: 0.41s;
  -webkit-animation-duration: 2.67s;
  animation-duration: 2.67s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
}
.sbsftrow .sbsftrbnr.detect.animate .icons {
  opacity: 0;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-transform-origin: initial;
  transform-origin: initial;
  -webkit-animation-delay: 4.1s, 4.1s;
  animation-delay: 4.1s, 4.1s;
  -webkit-animation-name: transf-icons, show-icons;
  animation-name: transf-icons, show-icons;
  -webkit-animation-duration: 0.43s, 0.1s;
  animation-duration: 0.43s, 0.1s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
}
.sbsftrow .sbsftrbnr.protect .cls-1 {
  fill: #e6e6e5;
}
.sbsftrow .sbsftrbnr.protect .cls-2 {
  fill: #00a651;
}
.sbsftrow .sbsftrbnr.protect .cls-2,
.sbsftrow .sbsftrbnr.protect .cls-3,
.sbsftrow .sbsftrbnr.protect .cls-4 {
  opacity: 0.35;
}
.sbsftrow .sbsftrbnr.protect .cls-10,
.sbsftrow .sbsftrbnr.protect .cls-2,
.sbsftrow .sbsftrbnr.protect .cls-3,
.sbsftrow .sbsftrbnr.protect .cls-4,
.sbsftrow .sbsftrbnr.protect .cls-6 {
  isolation: isolate;
}
.sbsftrow .sbsftrbnr.protect .cls-3 {
  fill: #ed1c24;
}
.sbsftrow .sbsftrbnr.protect .cls-4 {
  fill: #fff200;
}
.sbsftrow .sbsftrbnr.protect .cls-5,
.sbsftrow .sbsftrbnr.protect .cls-6 {
  fill: #fff;
}
.sbsftrow .sbsftrbnr.protect .cls-10,
.sbsftrow .sbsftrbnr.protect .cls-6 {
  font-family: OpenSans-Bold, Open Sans;
  font-size: 23.17px;
  font-weight: 700;
}
.sbsftrow .sbsftrbnr.protect .cls-7 {
  fill: #629f43;
}
.sbsftrow .sbsftrbnr.protect .cls-8 {
  fill: #619f43;
}
.sbsftrow .sbsftrbnr.protect .cls-9 {
  fill: #646566;
}
.sbsftrow .sbsftrbnr.protect .cls-10 {
  fill: #333;
}
.sbsftrow .sbsftrbnr.perf .cls-1 {
  fill: #e6e6e5;
}
.sbsftrow .sbsftrbnr.perf .cls-2 {
  fill: #00a651;
}
.sbsftrow .sbsftrbnr.perf .cls-2,
.sbsftrow .sbsftrbnr.perf .cls-3,
.sbsftrow .sbsftrbnr.perf .cls-4 {
  opacity: 0.35;
}
.sbsftrow .sbsftrbnr.perf .cls-2,
.sbsftrow .sbsftrbnr.perf .cls-3,
.sbsftrow .sbsftrbnr.perf .cls-4,
.sbsftrow .sbsftrbnr.perf .cls-9 {
  isolation: isolate;
}
.sbsftrow .sbsftrbnr.perf .cls-3 {
  fill: #ed1c24;
}
.sbsftrow .sbsftrbnr.perf .cls-4 {
  fill: #fff200;
}
.sbsftrow .sbsftrbnr.perf .cls-5 {
  fill: #fff;
}
.sbsftrow .sbsftrbnr.perf .cls-6 {
  fill: #ce3627;
}
.sbsftrow .sbsftrbnr.perf .cls-7 {
  fill: #646566;
}
.sbsftrow .sbsftrbnr.perf .cls-8 {
  fill: #619f43;
}
.sbsftrow .sbsftrbnr.perf .cls-9 {
  font-size: 23.17px;
  font-weight: 700;
  fill: #333;
}
.sbsftrow .sbsftrbnr.perf .loading {
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-transform-origin: initial;
  transform-origin: initial;
  -webkit-animation-delay: 0s, 2.39s;
  animation-delay: 0s, 2.39s;
  -webkit-animation-name: rotate-full, fade-hide;
  animation-name: rotate-full, fade-hide;
  -webkit-animation-duration: 2.53s, 0.4s;
  animation-duration: 2.53s, 0.4s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
}
.sbsftrow .sbsftrbnr.perf .iconpath4 {
  opacity: 0;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-transform-origin: initial;
  transform-origin: initial;
  -webkit-animation-delay: 2.41s, 2.4s;
  animation-delay: 2.41s, 2.4s;
  -webkit-animation-name: flip-bar, fade-show;
  animation-name: flip-bar, fade-show;
  -webkit-animation-duration: 0.7s, 0.1s;
  animation-duration: 0.7s, 0.1s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
}
.sbsftrow .sbsftrbnr.perf .iconpath3 {
  opacity: 0;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-transform-origin: initial;
  transform-origin: initial;
  -webkit-animation-delay: 2.24s, 2.23s;
  animation-delay: 2.24s, 2.23s;
  -webkit-animation-name: flip-bar, fade-show;
  animation-name: flip-bar, fade-show;
  -webkit-animation-duration: 1.07s, 0.1s;
  animation-duration: 1.07s, 0.1s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
}
.sbsftrow .sbsftrbnr.perf .iconpath2 {
  opacity: 0;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-transform-origin: initial;
  transform-origin: initial;
  -webkit-animation-delay: 2.58s, 2.57s;
  animation-delay: 2.58s, 2.57s;
  -webkit-animation-name: flip-bar, fade-show;
  animation-name: flip-bar, fade-show;
  -webkit-animation-duration: 0.81s, 0.1s;
  animation-duration: 0.81s, 0.1s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
}
.sbsftrow .sbsftrbnr.perf .iconpath1 {
  opacity: 0;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-transform-origin: initial;
  transform-origin: initial;
  -webkit-animation-delay: 3.04s, 3.03s;
  animation-delay: 3.04s, 3.03s;
  -webkit-animation-name: flip-bar, fade-show;
  animation-name: flip-bar, fade-show;
  -webkit-animation-duration: 0.44s, 0.1s;
  animation-duration: 0.44s, 0.1s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
}
.sbsftrow .sbsftrbnr.perf .iconpath5 {
  opacity: 0;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-transform-origin: initial;
  transform-origin: initial;
  -webkit-animation-delay: 3.1s;
  animation-delay: 3.1s;
  -webkit-animation-name: fade-show;
  animation-name: fade-show;
  -webkit-animation-duration: 0.15s;
  animation-duration: 0.15s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
}
.sbsftrow .sbsftrbnr.perf .title {
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-transform-origin: initial;
  transform-origin: initial;
  -webkit-animation-delay: 2.39s;
  animation-delay: 2.39s;
  -webkit-animation-name: fade-hide;
  animation-name: fade-hide;
  -webkit-animation-duration: 0.14s;
  animation-duration: 0.14s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
}
.sbsftrow .sbsftrbnr.resp .cls-1 {
  fill: #e6e6e5;
}
.sbsftrow .sbsftrbnr.resp .cls-2,
.sbsftrow .sbsftrbnr.resp .cls-3,
.sbsftrow .sbsftrbnr.resp .cls-4,
.sbsftrow .sbsftrbnr.resp .cls-5 {
  isolation: isolate;
}
.sbsftrow .sbsftrbnr.resp .cls-2 {
  font-size: 23.17px;
  font-weight: 700;
  fill: #333;
}
.sbsftrow .sbsftrbnr.resp .cls-3 {
  fill: #00a651;
}
.sbsftrow .sbsftrbnr.resp .cls-3,
.sbsftrow .sbsftrbnr.resp .cls-4,
.sbsftrow .sbsftrbnr.resp .cls-5 {
  opacity: 0.35;
}
.sbsftrow .sbsftrbnr.resp .cls-4 {
  fill: #ed1c24;
}
.sbsftrow .sbsftrbnr.resp .cls-5 {
  fill: #fff200;
}
.sbsftrow .sbsftrbnr.resp .cls-6 {
  fill: #fff;
}
.sbsftrow .sbsftrbnr.resp .cls-7 {
  fill: #ce3627;
}
.sbsftrow .sbsftrbnr.resp .cls-8 {
  fill: #646566;
}
.sbsftrow .sbsftrbnr.resp .cls-9 {
  fill: #619f43;
}
.sbsftrow .sbsftrbnr.resp .shield {
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-transform-origin: initial;
  transform-origin: initial;
  -webkit-animation-delay: 0.31s;
  animation-delay: 0.31s;
  -webkit-animation-name: scaleshield;
  animation-name: scaleshield;
  -webkit-animation-duration: 0.81s;
  animation-duration: 0.81s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
}
.sbsftrow .sbsftrbnr.resp .shield-bk {
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-transform-origin: initial;
  transform-origin: initial;
  -webkit-animation-delay: 0.31s;
  animation-delay: 0.31s;
  -webkit-animation-name: scaleshield;
  animation-name: scaleshield;
  -webkit-animation-duration: 0.81s;
  animation-duration: 0.81s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
}
.sbsftrow .sbsftrbnr.resp .icons {
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-transform-origin: initial;
  transform-origin: initial;
  -webkit-animation-delay: 4.08s;
  animation-delay: 4.08s;
  -webkit-animation-name: scaleshield;
  animation-name: scaleshield;
  -webkit-animation-duration: 0.44s;
  animation-duration: 0.44s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
}
@-webkit-keyframes scaleshield {
  0% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
  16.66% {
    -webkit-transform: scaleY(1.1);
    transform: scaleY(1.1);
  }
  33.33% {
    -webkit-transform: scaleY(0.96);
    transform: scaleY(0.96);
  }
  50% {
    -webkit-transform: scaleY(1.05);
    transform: scaleY(1.05);
  }
  66.66% {
    -webkit-transform: scaleY(0.98);
    transform: scaleY(0.98);
  }
  83.33% {
    -webkit-transform: scaleY(1.02);
    transform: scaleY(1.02);
  }
  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}
@keyframes scaleshield {
  0% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
  16.66% {
    -webkit-transform: scaleY(1.1);
    transform: scaleY(1.1);
  }
  33.33% {
    -webkit-transform: scaleY(0.96);
    transform: scaleY(0.96);
  }
  50% {
    -webkit-transform: scaleY(1.05);
    transform: scaleY(1.05);
  }
  66.66% {
    -webkit-transform: scaleY(0.98);
    transform: scaleY(0.98);
  }
  83.33% {
    -webkit-transform: scaleY(1.02);
    transform: scaleY(1.02);
  }
  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}
@-webkit-keyframes fade-hide {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade-hide {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fade-show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes rotate-full {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate-full {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rotatez-n270 {
  0% {
    -webkit-transform: rotatez(0);
    transform: rotatez(0);
  }
  100% {
    -webkit-transform: rotatez(-270deg);
    transform: rotatez(-270deg);
  }
}
@keyframes rotatez-n270 {
  0% {
    -webkit-transform: rotatez(0);
    transform: rotatez(0);
  }
  100% {
    -webkit-transform: rotatez(-270deg);
    transform: rotatez(-270deg);
  }
}
@-webkit-keyframes flip-bar {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  16.66% {
    -webkit-transform: scaleX(1.1);
    transform: scaleX(1.1);
  }
  33.33% {
    -webkit-transform: scaleX(0.96);
    transform: scaleX(0.96);
  }
  50% {
    -webkit-transform: scaleX(1.05);
    transform: scaleX(1.05);
  }
  66.66% {
    -webkit-transform: scaleX(0.98);
    transform: scaleX(0.98);
  }
  83.33% {
    -webkit-transform: scaleX(1.02);
    transform: scaleX(1.02);
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes flip-bar {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  16.66% {
    -webkit-transform: scaleX(1.1);
    transform: scaleX(1.1);
  }
  33.33% {
    -webkit-transform: scaleX(0.96);
    transform: scaleX(0.96);
  }
  50% {
    -webkit-transform: scaleX(1.05);
    transform: scaleX(1.05);
  }
  66.66% {
    -webkit-transform: scaleX(0.98);
    transform: scaleX(0.98);
  }
  83.33% {
    -webkit-transform: scaleX(1.02);
    transform: scaleX(1.02);
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@-webkit-keyframes ring-pulse {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes ring-pulse {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-webkit-keyframes show-yourwebsite {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0.55;
  }
  55% {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
}
@keyframes show-yourwebsite {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0.55;
  }
  55% {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
}
@-webkit-keyframes show-website {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes show-website {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes show-icons {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes show-icons {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes transf-icons {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    opacity: 0;
  }
  16.66% {
    -webkit-transform: scaleX(1.1);
    transform: scaleX(1.1);
    opacity: 1;
  }
  33.33% {
    -webkit-transform: scaleX(0.96);
    transform: scaleX(0.96);
  }
  50% {
    -webkit-transform: scaleX(1.05);
    transform: scaleX(1.05);
  }
  66.66% {
    -webkit-transform: scaleX(0.98);
    transform: scaleX(0.98);
  }
  83.33% {
    -webkit-transform: scaleX(1.02);
    transform: scaleX(1.02);
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes transf-icons {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    opacity: 0;
  }
  16.66% {
    -webkit-transform: scaleX(1.1);
    transform: scaleX(1.1);
    opacity: 1;
  }
  33.33% {
    -webkit-transform: scaleX(0.96);
    transform: scaleX(0.96);
  }
  50% {
    -webkit-transform: scaleX(1.05);
    transform: scaleX(1.05);
  }
  66.66% {
    -webkit-transform: scaleX(0.98);
    transform: scaleX(0.98);
  }
  83.33% {
    -webkit-transform: scaleX(1.02);
    transform: scaleX(1.02);
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.fwstrp-lgray {
  background-color: rgba(156, 155, 158, 0.08);
  padding-top: 18px;
  padding-bottom: 18px;
  text-align: center;
}
.fwstrp-lgray p {
  margin-bottom: 0;
  margin-top: 0;
}
.fwstrp-lgray a {
  font-weight: 600;
  text-decoration: none;
  font-style: italic;
}
.fwstrp-lgb {
  background-color: #f6fafc;
  padding-top: 18px;
  padding-bottom: 18px;
  text-align: center;
}
.fwstrp-lgb p {
  margin-bottom: 0;
  margin-top: 0;
}
.fwstrp-lgb a {
  font-weight: 600;
  text-decoration: none;
  font-style: italic;
  color: #619f42;
}
.ispfy-feats .ispfy-feat {
  position: relative;
  padding-left: 68px;
  min-height: 182px;
}
.ispfy-feats .ispfy-feat:before {
  content: "";
  width: 50px;
  height: 68px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(/images/sprites/17-sucuri-platform-signup-sprite.png);
  background-size: 204px;
  background-position: 0 -68px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .ispfy-feats .ispfy-feat:before {
    background-image: url(/images/sprites/17-sucuri-platform-signup-sprite@2.png);
  }
}
@media (max-width: 767px) {
  .ispfy-feats .ispfy-feat:before {
    left: 0.46875rem;
  }
}
.ispfy-feats .ispfy-feat.notfor:before {
  background-position: -50px -68px;
}
.ispfy-feats .ispfy-feat:nth-child(even) {
  padding-right: 0;
  padding-left: 83px;
}
.ispfy-feats .ispfy-feat:nth-child(even):before {
  left: 15px;
}
.ispfy-feats .ispfy-feat h4 {
  font-weight: 800;
  color: #619f42;
}
.psa-wrapper {
  background-image: url(/images/17-sucuri-platform-signup-security-analysts.jpg);
  background-position: center top;
  background-size: cover;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .psa-wrapper {
    background-image: url(/images/17-sucuri-platform-signup-security-analysts.jpg);
  }
}
@media (max-width: 767px) {
  .psa-wrapper {
    background-image: none;
    background-color: #fff;
    padding: 0;
  }
}
.psa-wrapper .psa {
  background-color: #fff;
  padding: 60px;
}
@media (max-width: 767px) {
  .psa-wrapper .psa {
    padding: 0 0.9375rem;
  }
}
.psa-wrapper .psa .lead {
  text-align: left;
}
.psa-wrapper .psa .lead h4 {
  color: #5d5d5d;
  font-weight: 800;
}
.psa-wrapper .psa p {
  color: #5d5d5d;
}
.jnpp {
  background-image: url(/images/17-sucuri-platform-signup-tokyo.jpg);
  background-position: center top;
  background-size: cover;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .jnpp {
    background-image: url(/images/17-sucuri-platform-signup-tokyo.jpg);
  }
}
@media (max-width: 767px) {
  .jnpp {
    background-image: none;
    background-color: #fff;
    padding: 0;
  }
}
.jnpp .card {
  padding: 60px;
  text-align: center;
}
@media (max-width: 767px) {
  .jnpp .card {
    padding: 0 0.9375rem;
  }
}
.wsp-features-wrapper .key-features {
  float: left;
  margin-top: 1.875rem;
}
.wsp-features-wrapper .key-features .feature {
  padding-left: 0;
  padding-right: 0;
  margin-top: 0.9375rem;
}
.scfap-wrapper {
  background-image: url(/images/16-sucuri-tokyo-pop-server.jpg);
  background-position: center top;
  color: #fff;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .scfap-wrapper {
    background-image: url(/images/16-sucuri-tokyo-pop-server.jpg);
  }
}
.scfap-wrapper .lead p {
  font-weight: 400;
}
.zdrm-wrapper .check-list-wrapper {
  margin-top: 1.875rem;
  text-align: center;
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
}
.website-performance h3 {
  font-size: 2.1875rem;
  font-weight: 600;
}
.website-performance p.header {
  font-size: 1.5rem;
}
.website-performance .lead p {
  font-weight: 300;
}
.website-performance .container {
  padding-top: 80px;
  padding-bottom: 80px;
}
.website-performance .help-wrapper {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}
.website-performance .graph-container .st0 {
  fill: #636566;
}
.website-performance .graph-container .st1 {
  font-weight: 400;
}
.website-performance .graph-container .st2 {
  font-size: 10px;
}
.website-performance .graph-container .st3 {
  opacity: 0.14;
  fill: #609f43;
}
.website-performance .graph-container .st4 {
  opacity: 0.6;
  fill: #636566;
}
.website-performance .graph-container .st5 {
  fill: none;
  stroke: #609f43;
  stroke-width: 2;
  stroke-miterlimit: 10;
}
.website-performance .graph-container .st6 {
  fill: #609f43;
  opacity: 1;
}
.website-performance .graph-container .st7 {
  font-weight: 600;
}
.website-performance .graph-container .st8 {
  font-weight: 600;
}
.website-performance .graph-container .st9 {
  font-size: 12px;
}
.website-performance .graph-container .st10 {
  font-size: 17.1467px;
}
.website-performance .graph-container .st11 {
  opacity: 0.3;
  fill: #636566;
}
.website-performance .graph-container .st12 {
  font-size: 15px;
}
.website-performance .graph-container .st13 {
  letter-spacing: 1;
}
.website-performance .graph-container .st14 {
  font-size: 28.2693px;
}
.website-performance .graph-container .st15 {
  font-weight: 700;
}
.website-performance .graph-container .st16 {
  font-size: 18.8462px;
}
@media (max-width: 767px) {
  .website-performance .oiywp-wrapper {
    margin-top: 0;
  }
}
.website-performance .fetsd-wrapper {
  background-image: url(/images/17-sucuri-callout-back-light.jpg);
  background-position: center top;
  background-size: cover;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .website-performance .fetsd-wrapper {
    background-image: url(/images/17-sucuri-callout-back-light.jpg);
  }
}
.website-performance .dstats-wrapper {
  margin-top: 3.75rem;
}
.website-performance .dstats-wrapper .st0 {
  fill: none;
  stroke: #646566;
  stroke-miterlimit: 10;
}
.website-performance .dstats-wrapper .st1 {
  fill: #646566;
}
.website-performance .dstats-wrapper .st2 {
  font-weight: 600;
}
.website-performance .dstats-wrapper .st3 {
  font-size: 51.039px;
}
.website-performance .dstats-wrapper .st4 {
  font-weight: 400;
}
.website-performance .dstats-wrapper .st5 {
  font-size: 15px;
}
.website-performance .dstats-wrapper .st6 {
  font-size: 8.745px;
  opacity: 1;
}
.website-performance .dstats-wrapper .st6:hover {
  fill: #609f43;
  font-weight: 600;
}
.website-performance .dstats-wrapper .st7 {
  fill: #ce3627;
}
.gridfeats {
  text-align: center;
}
.gridfeats .feat .feat-body h4 {
  font-size: 15px;
  font-weight: 600;
  color: #619f42;
}
.feats-cta {
  margin-top: 3.75rem;
  text-align: center;
}
.feats-cta h4 {
  font-size: 24px;
  font-weight: 400;
}
.feats-cta .btn {
  margin-top: 1.875rem;
}
.gdan-section-light {
  background-color: #fff;
  background-image: url(/wp-content/uploads/2019/12/12092019_PoPs.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center top;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .gdan-section-light {
    background-image: url(/wp-content/uploads/2019/12/12092019_PoPs.png);
  }
}
@media (min-width: 992px) {
  .gdan-section-light {
    background-size: 956px;
  }
}
@media (max-width: 767px) {
  .gdan-section-light {
    background-image: none;
  }
}
@media (max-width: 767px) {
  .gdan-section-light .lead {
    padding: 0 0.9375rem;
  }
}
.gdan-section-light .lead p {
  font-size: 15px;
  line-height: 1.7;
  font-weight: 400;
}
@media (min-width: 992px) {
  .gdan-section-light .btm-content-wrapper {
    margin-top: 455px;
  }
}
.gdan-section-light .gdan-feat-list-wrapper {
  margin-top: 0.9375rem;
  margin-bottom: 0.9375rem;
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
  padding-right: 0;
  border-top: 1px solid #5d5d5d;
  border-bottom: 1px solid #5d5d5d;
}
.gdan-section-light .gdan-feat-list-wrapper .gdan-feat-list-container {
  display: table;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .gdan-section-light .gdan-feat-list-wrapper .gdan-feat-list-container {
    padding: 0 0.9375rem;
  }
}
.gdan-section-light .gdan-feat-list-wrapper .check-list-container {
  display: inline-block;
}
@media (min-width: 544px) {
  .gdan-section-light
    .gdan-feat-list-wrapper
    .check-list-container:first-child {
    margin-left: 0.9375rem;
    margin-right: 2.8125rem;
  }
}
@media (max-width: 767px) {
  .gdan-section-light
    .gdan-feat-list-wrapper
    .check-list-container
    .list-block-item:first-child {
    border-top: none;
  }
}
.ecommerce h3 {
  font-size: 2.1875rem;
  font-weight: 600;
}
.ecommerce p.header {
  font-size: 1.5rem;
}
.ecommerce .lead p {
  font-weight: 300;
}
.ecommerce .help-wrapper {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}
.ecommerce .co-container .st0 {
  fill: #646566;
}
.ecommerce .co-container .st1 {
  font-weight: 600;
}
.ecommerce .co-container .st2 {
  font-size: 29.7557px;
}
.ecommerce .co-container .st3 {
  fill: #609f43;
}
.ecommerce .co-container .st4 {
  font-size: 51.039px;
}
.ecommerce .co-container .st5 {
  font-weight: 300;
}
.ecommerce .co-container .st6 {
  font-size: 15px;
  opacity: 1;
}
.ecommerce .co-container .st7 {
  font-size: 8.745px;
}
.ecommerce .co-container .st8 {
  fill: none;
  stroke: #646566;
  stroke-miterlimit: 10;
}
.ecommerce .co-container a:hover {
  color: #619f42;
  font-weight: 600;
}
.ecommerce .acpi-wrapper {
  background-image: url(/images/17-sucuri-callout-back-light.jpg);
  background-position: center top;
  background-size: cover;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .ecommerce .acpi-wrapper {
    background-image: url(/images/17-sucuri-callout-back-light.jpg);
  }
}
@media (max-width: 767px) {
  .ecommerce .acpi-wrapper {
    background-image: none;
    background-color: rgba(156, 155, 158, 0.12);
  }
}
.ecommerce .acpi-wrapper h3 {
  font-weight: 400;
  line-height: 1.5;
}
.ecommerce .acpi-wrapper h3 a {
  text-decoration: none;
}
.ecommerce .hagncy-wrapper {
  background-image: none;
}
.ecommerce .hagncy-wrapper .hafrmcnt-container {
  padding-top: 0;
  padding-bottom: 0;
}
.bf-logos-wrraper .list-inline .list-inline-item:not(:last-child) {
  margin-right: 1.875rem;
}
.wsp-signup .hero.agency-a h1 {
  font-family: "Roboto Slab", serif;
}
.wsp-signup .hero.agency-a .check-list .list-block-item {
  color: #fff;
  font-size: 17px;
}
.wsp-signup .hero.agency-a .check-list .list-block-item:before {
  color: #fff;
}
@media (max-width: 991px) {
  .wsp-signup .hero.agency-a .form-wrpr {
    margin-top: 1.875rem;
  }
  .wsp-signup .hero.agency-a .form-wrpr .form-group .c-lg-12,
  .wsp-signup .hero.agency-a .form-wrpr .form-group .c-lg-6 {
    padding: 0;
  }
}
.wsp-signup .hero.agency-a .form-wrpr .highlight {
  color: #fff !important;
}
.wsp-signup .hero.agency-a .form-wrpr .btn {
  background-color: #065fa4;
  color: #fff;
  font-size: 1.5rem;
}
.wsp-signup .hero.agency-a .form-wrpr .btn:hover {
  background-color: #043358;
}
.wsp-signup .hero.enterprise-b h1 {
  font-family: "Roboto Slab", serif;
}
.wsp-signup .hero.enterprise-b .check-list .list-block-item {
  color: #fff;
  font-size: 17px;
}
.wsp-signup .hero.enterprise-b .check-list .list-block-item:before {
  color: #fff;
}
@media (max-width: 991px) {
  .wsp-signup .hero.enterprise-b .form-wrpr {
    margin-top: 1.875rem;
  }
  .wsp-signup .hero.enterprise-b .form-wrpr .form-group .c-lg-12,
  .wsp-signup .hero.enterprise-b .form-wrpr .form-group .c-lg-6 {
    padding: 0;
  }
}
.wsp-signup .hero.enterprise-b .form-wrpr .highlight {
  color: #fff !important;
}
.wsp-signup .hero.enterprise-b .form-wrpr .btn {
  color: #fff;
  font-size: 1.5rem;
}
.ptablea-container .lead {
  text-align: center;
}
.ptablea-container .lead h1 {
  color: #619f42;
  font-size: 2rem;
  font-weight: 600;
}
.ptablea-container .lead h2 {
  color: #5d5d5d;
  font-size: 1.25rem;
  font-weight: 300;
}
.ptablea-container .ptablea .ptablea-head .tlead {
  text-align: left;
  padding-left: 0.9375rem;
  padding-top: 37px;
}
@media (max-width: 767px) {
  .ptablea-container .ptablea .ptablea-head .tlead {
    width: 30%;
  }
}
.ptablea-container .ptablea .ptablea-head .tlead h1 {
  font-size: 32px;
  color: #619f42;
  font-weight: 600;
}
@media (max-width: 991px) {
  .ptablea-container .ptablea .ptablea-head .tlead h1 {
    display: none;
  }
}
.ptablea-container .ptablea .ptablea-head .tlead h2 {
  font-size: 20px;
  font-weight: 400;
  color: #5d5d5d;
}
@media (max-width: 991px) {
  .ptablea-container .ptablea .ptablea-head .tlead h2 {
    display: none;
  }
}
.ptablea-container .ptablea .ptablea-head .c-lg-2 {
  text-align: center;
}
@media (max-width: 991px) {
  .ptablea-container .ptablea .ptablea-head .c-lg-2 {
    width: 30%;
    float: left;
    padding-left: 0;
    padding-right: 0;
    margin-top: 25px;
  }
}
.ptablea-container .ptablea .ptablea-head .c-lg-2 p {
  color: #fff;
}
.ptablea-container .ptablea .ptablea-head .c-lg-2 p.banner {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  background-color: #fff24b;
  color: #619f42;
  position: absolute;
  top: 0;
  left: -2px;
  right: -2px;
}
@media (max-width: 767px) {
  .ptablea-container .ptablea .ptablea-head .c-lg-2 p.banner {
    font-size: 12px;
  }
}
.ptablea-container .ptablea .ptablea-head .c-lg-2 p.plan {
  font-weight: 700;
  font-size: 20px;
  margin-top: 45px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .ptablea-container .ptablea .ptablea-head .c-lg-2 p.plan {
    font-size: 12px;
    margin-top: 20px;
  }
}
.ptablea-container .ptablea .ptablea-head .c-lg-2 p.pricing {
  font-size: 20px;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .ptablea-container .ptablea .ptablea-head .c-lg-2 p.pricing {
    font-size: 12px;
  }
}
.ptablea-container .ptablea .ptablea-head .c-lg-2 p.pricing sup {
  font-weight: 400;
}
.ptablea-container .ptablea .ptablea-head .c-lg-2 p.pricing span {
  font-size: 15px;
  font-weight: 400;
  color: #fff;
}
@media (max-width: 767px) {
  .ptablea-container .ptablea .ptablea-head .c-lg-2 p.pricing span {
    font-size: 10px;
  }
}
.ptablea-container .ptablea .ptablea-head .c-lg-2 p.small {
  font-size: 0.6875rem;
  color: rgba(255, 255, 255, 0.75);
  margin-top: 0;
  margin-bottom: 0;
}
.ptablea-container .ptablea .ptablea-head .c-lg-2 p.small:last-child {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .ptablea-container .ptablea .ptablea-head .c-lg-2 p.small {
    display: none;
  }
  .ptablea-container .ptablea .ptablea-head .c-lg-2 p.small:last-child {
    display: block;
  }
}
.ptablea-container .ptablea .ptablea-head .c-lg-2:nth-child(2) {
  border-left: 1px solid #636466;
  border-right: 1px solid #619f42;
  background-color: #636466;
  color: #fff;
}
@media (max-width: 991px) {
  .ptablea-container .ptablea .ptablea-head .c-lg-2:nth-child(2) {
    background-color: rgba(99, 100, 102, 0.55);
    border-right: 1px solid rgba(99, 100, 102, 0.55);
    border-left: none;
  }
}
@media (max-width: 767px) {
  .ptablea-container .ptablea .ptablea-head .c-lg-2:nth-child(2) {
    border-right: none;
    border-left: none;
  }
}
.ptablea-container .ptablea .ptablea-head .c-lg-2:nth-child(2) p.plan {
  margin-top: 45px;
}
@media (max-width: 767px) {
  .ptablea-container .ptablea .ptablea-head .c-lg-2:nth-child(2) p.plan {
    margin-top: 20px;
  }
}
.ptablea-container .ptablea .ptablea-head .c-lg-2:last-child {
  border-right: 1px solid #636466;
  border-left: 1px solid #619f42;
}
@media (max-width: 767px) {
  .ptablea-container .ptablea .ptablea-head .c-lg-2:last-child {
    border-left: none;
  }
}
.ptablea-container .ptablea .ptablea-head .c-lg-2:nth-child(4) {
  background-color: #636466;
  color: #fff;
}
@media (max-width: 991px) {
  .ptablea-container .ptablea .ptablea-head .c-lg-2:nth-child(4) {
    background-color: rgba(99, 100, 102, 0.58);
    border-right: none;
  }
}
.ptablea-container .ptablea .ptablea-head .c-lg-2:nth-child(3) {
  background-color: #619f42;
  color: #fff;
  border-left: 1px solid #619f42;
  border-right: 1px solid #619f42;
}
@media (max-width: 767px) {
  .ptablea-container .ptablea .ptablea-head .c-lg-2:nth-child(3) {
    margin-top: 0;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .ptablea-container .ptablea .ptablea-head .c-lg-2:nth-child(3) p.plan {
    margin-top: 45px;
  }
}
.ptablea-container .ptablea .ptablea-head:last-child {
  border-right: 1px solid #636466;
}
.ptablea-container .ptablea .ptablea-body .c-lg-12 p {
  margin-top: 7px;
  margin-bottom: 7px;
  font-size: 14px;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
@media (max-width: 767px) {
  .ptablea-container .ptablea .ptablea-body .c-lg-12 p {
    font-size: 12px;
    display: block;
  }
}
.ptablea-container .ptablea .ptablea-body .c-lg-12:first-child {
  border-top: none;
}
.ptablea-container .ptablea .ptablea-body .c-lg-12:first-child .c-lg-6 {
  border-top: 1px solid rgba(99, 100, 102, 0.3);
  border-bottom: 1px solid rgba(99, 100, 102, 0.3);
  border-left: 1px solid rgba(99, 100, 102, 0.3);
}
@media (min-width: 768px) {
  .ptablea-container .ptablea .ptablea-body .c-lg-12:first-child .c-lg-6 {
    border-right: 1px solid rgba(99, 100, 102, 0.3);
  }
}
@media (max-width: 991px) {
  .ptablea-container .ptablea .ptablea-body .c-lg-12:first-child .c-lg-6 {
    border-right: none;
  }
}
@media (max-width: 991px) {
  .ptablea-container .ptablea .ptablea-body .c-lg-12:first-child .c-lg-6 {
    width: 60%;
    float: left;
  }
}
.ptablea-container .ptablea .ptablea-body .c-lg-12:first-child .c-lg-2 {
  border-top: 1px solid rgba(99, 100, 102, 0.3);
  border-bottom: 1px solid rgba(99, 100, 102, 0.3);
}
@media (min-width: 768px) {
  .ptablea-container
    .ptablea
    .ptablea-body
    .c-lg-12:first-child
    .c-lg-2:nth-child(2) {
    border-right: 1px solid #619f42;
  }
}
@media (min-width: 768px) {
  .ptablea-container
    .ptablea
    .ptablea-body
    .c-lg-12:first-child
    .c-lg-2:nth-child(3) {
    border-left: 1px solid #619f42;
    border-right: 1px solid #619f42;
  }
}
@media (min-width: 768px) {
  .ptablea-container
    .ptablea
    .ptablea-body
    .c-lg-12:first-child
    .c-lg-2:last-child {
    border-left: 1px solid #619f42;
    border-right: 1px solid rgba(99, 100, 102, 0.3);
  }
}
@media (max-width: 991px) {
  .ptablea-container .ptablea .ptablea-body .c-lg-12:first-child .c-lg-2 {
    width: 40%;
    float: left;
    display: none;
  }
  .ptablea-container
    .ptablea
    .ptablea-body
    .c-lg-12:first-child
    .c-lg-2:nth-child(3) {
    border-left: 2px solid #619f42;
    border-right: 2px solid #619f42;
  }
}
@media (max-width: 767px) {
  .ptablea-container
    .ptablea
    .ptablea-body
    .c-lg-12:first-child
    .c-lg-2
    sup {
    font-size: 7px;
  }
}
.ptablea-container .ptablea .ptablea-body .c-lg-12:nth-child(2) {
  border-top: none;
}
.ptablea-container .ptablea .ptablea-body .c-lg-12:nth-child(2) .c-lg-6 {
  border-top: 1px solid rgba(99, 100, 102, 0.3);
  border-bottom: 1px solid rgba(99, 100, 102, 0.3);
  border-left: 1px solid rgba(99, 100, 102, 0.3);
}
@media (min-width: 768px) {
  .ptablea-container
    .ptablea
    .ptablea-body
    .c-lg-12:nth-child(2)
    .c-lg-6 {
    border-right: 1px solid rgba(99, 100, 102, 0.3);
  }
}
@media (max-width: 991px) {
  .ptablea-container
    .ptablea
    .ptablea-body
    .c-lg-12:nth-child(2)
    .c-lg-6 {
    border-right: none;
  }
}
@media (max-width: 991px) {
  .ptablea-container
    .ptablea
    .ptablea-body
    .c-lg-12:nth-child(2)
    .c-lg-6 {
    width: 60%;
    float: left;
  }
}
.ptablea-container .ptablea .ptablea-body .c-lg-12:nth-child(2) .c-lg-2 {
  border-top: 1px solid rgba(99, 100, 102, 0.3);
  border-bottom: 1px solid rgba(99, 100, 102, 0.3);
}
@media (min-width: 768px) {
  .ptablea-container
    .ptablea
    .ptablea-body
    .c-lg-12:nth-child(2)
    .c-lg-2:nth-child(2) {
    border-right: 1px solid #619f42;
  }
}
@media (min-width: 768px) {
  .ptablea-container
    .ptablea
    .ptablea-body
    .c-lg-12:nth-child(2)
    .c-lg-2:nth-child(3) {
    border-left: 1px solid #619f42;
    border-right: 1px solid #619f42;
  }
}
@media (min-width: 768px) {
  .ptablea-container
    .ptablea
    .ptablea-body
    .c-lg-12:nth-child(2)
    .c-lg-2:last-child {
    border-left: 1px solid #619f42;
    border-right: 1px solid rgba(99, 100, 102, 0.3);
  }
}
@media (max-width: 991px) {
  .ptablea-container
    .ptablea
    .ptablea-body
    .c-lg-12:nth-child(2)
    .c-lg-2 {
    width: 40%;
    float: left;
    display: none;
  }
  .ptablea-container
    .ptablea
    .ptablea-body
    .c-lg-12:nth-child(2)
    .c-lg-2:nth-child(3) {
    border-left: 2px solid #619f42;
    border-right: 2px solid #619f42;
  }
}
.ptablea-container .ptablea .ptablea-body .c-lg-12:last-child {
  border-left: none;
}
.ptablea-container .ptablea .ptablea-body .c-lg-12:last-child .c-lg-6 {
  border-left: none;
  height: 72px;
  border-right: 1px solid rgba(99, 100, 102, 0.3);
}
@media (max-width: 991px) {
  .ptablea-container .ptablea .ptablea-body .c-lg-12:last-child .c-lg-6 {
    width: 60%;
    float: left;
    border-right: none;
    border-left: none;
  }
}
@media (max-width: 991px) {
  .ptablea-container .ptablea .ptablea-body .c-lg-12:last-child .c-lg-2 {
    width: 40%;
    float: left;
    display: none;
  }
}
.ptablea-container
  .ptablea
  .ptablea-body
  .c-lg-12:last-child
  .c-lg-2:nth-child(2) {
  border-right: 1px solid #619f42;
}
.ptablea-container
  .ptablea
  .ptablea-body
  .c-lg-12:last-child
  .c-lg-2:nth-child(n + 2) {
  border-bottom: 1px solid rgba(99, 100, 102, 0.3);
}
.ptablea-container
  .ptablea
  .ptablea-body
  .c-lg-12:last-child
  .c-lg-2:nth-child(3) {
  border-bottom: none;
  border-left: 1px solid #619f42;
  border-right: 1px solid #619f42;
}
@media (max-width: 991px) {
  .ptablea-container
    .ptablea
    .ptablea-body
    .c-lg-12:last-child
    .c-lg-2:nth-child(3) {
    border-left: 2px solid #619f42;
    border-right: 2px solid #619f42;
  }
}
.ptablea-container
  .ptablea
  .ptablea-body
  .c-lg-12:last-child
  .c-lg-2:nth-child(3):after {
  content: "";
  position: absolute;
  height: 2px;
  left: -2px;
  bottom: -1px;
  right: -2px;
  background-color: #619f42;
}
.ptablea-container
  .ptablea
  .ptablea-body
  .c-lg-12:last-child
  .c-lg-2:last-child {
  border-left: 1px solid #619f42;
  border-right: 1px solid rgba(99, 100, 102, 0.3);
}
.ptablea-container .ptablea .ptablea-body .c-lg-12 .c-lg-1 {
  width: 12%;
  text-align: center;
  padding-top: 6px;
  border-left: 1px solid rgba(99, 100, 102, 0.3);
  border-bottom: 1px solid rgba(99, 100, 102, 0.3);
}
.ptablea-container .ptablea .ptablea-body .c-lg-12 .c-lg-1 p {
  font-weight: 600;
}
@media (max-width: 767px) {
  .ptablea-container .ptablea .ptablea-body .c-lg-12 .c-lg-1 {
    display: none;
  }
}
@media (max-width: 991px) {
  .ptablea-container .ptablea .ptablea-body .c-lg-12 .c-lg-1 {
    float: left;
    width: 16%;
  }
}
.ptablea-container .ptablea .ptablea-body .c-lg-12 .c-lg-5 {
  width: 38%;
}
@media (max-width: 991px) {
  .ptablea-container .ptablea .ptablea-body .c-lg-12 .c-lg-5 {
    width: 44%;
    float: left;
    border-left: 1px solid rgba(99, 100, 102, 0.3);
  }
}
@media (max-width: 767px) {
  .ptablea-container .ptablea .ptablea-body .c-lg-12 .c-lg-5 {
    width: 60%;
  }
}
@media (max-width: 991px) {
  .ptablea-container .ptablea .ptablea-body .c-lg-12 .c-lg-6 {
    width: 40%;
    float: left;
  }
}
.ptablea-container .ptablea .ptablea-body .c-lg-12 .c-lg-5,
.ptablea-container .ptablea .ptablea-body .c-lg-12 .c-lg-6 {
  padding-left: 0.9375rem;
}
.ptablea-container .ptablea .ptablea-body .c-lg-12 .c-lg-5 p,
.ptablea-container .ptablea .ptablea-body .c-lg-12 .c-lg-6 p {
  font-weight: 600;
}
@media (max-width: 767px) {
  .ptablea-container .ptablea .ptablea-body .c-lg-12 .c-lg-5 p,
  .ptablea-container .ptablea .ptablea-body .c-lg-12 .c-lg-6 p {
    font-size: 12px;
  }
}
.ptablea-container .ptablea .ptablea-body .c-lg-12 .c-lg-5 p span.small,
.ptablea-container .ptablea .ptablea-body .c-lg-12 .c-lg-6 p span.small {
  font-size: 10px;
}
.ptablea-container .ptablea .ptablea-body .c-lg-12 .c-lg-5 .c-lg-12,
.ptablea-container .ptablea .ptablea-body .c-lg-12 .c-lg-6 .c-lg-12 {
  border-right: none;
  border-bottom: 1px solid rgba(99, 100, 102, 0.3);
}
@media (min-width: 768px) {
  .ptablea-container
    .ptablea
    .ptablea-body
    .c-lg-12
    .c-lg-5
    .c-lg-12:first-child,
  .ptablea-container
    .ptablea
    .ptablea-body
    .c-lg-12
    .c-lg-6
    .c-lg-12:first-child {
    border-left: 1px solid rgba(99, 100, 102, 0.3);
  }
}
@media (min-width: 768px) {
  .ptablea-container
    .ptablea
    .ptablea-body
    .c-lg-12
    .c-lg-5
    .c-lg-12:nth-child(2),
  .ptablea-container
    .ptablea
    .ptablea-body
    .c-lg-12
    .c-lg-6
    .c-lg-12:nth-child(2) {
    border-left: 1px solid rgba(99, 100, 102, 0.3);
  }
}
@media (min-width: 768px) {
  .ptablea-container
    .ptablea
    .ptablea-body
    .c-lg-12
    .c-lg-5
    .c-lg-12:nth-child(3),
  .ptablea-container
    .ptablea
    .ptablea-body
    .c-lg-12
    .c-lg-6
    .c-lg-12:nth-child(3) {
    border-left: 1px solid rgba(99, 100, 102, 0.3);
  }
}
.ptablea-container .ptablea .ptablea-body .c-lg-12 .c-lg-5 .c-lg-4,
.ptablea-container .ptablea .ptablea-body .c-lg-12 .c-lg-6 .c-lg-4 {
  text-align: center;
  border-bottom: 1px solid rgba(99, 100, 102, 0.3);
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 991px) {
  .ptablea-container .ptablea .ptablea-body .c-lg-12 .c-lg-5 .c-lg-4,
  .ptablea-container .ptablea .ptablea-body .c-lg-12 .c-lg-6 .c-lg-4 {
    display: none;
  }
}
@media (min-width: 992px) {
  .ptablea-container .ptablea .ptablea-body .c-lg-12 .c-lg-5 .c-lg-4,
  .ptablea-container .ptablea .ptablea-body .c-lg-12 .c-lg-6 .c-lg-4 {
    border-left: 1px solid rgba(99, 100, 102, 0.3);
  }
}
.ptablea-container .ptablea .ptablea-body .c-lg-12 .c-lg-5 .c-lg-4 p,
.ptablea-container .ptablea .ptablea-body .c-lg-12 .c-lg-6 .c-lg-4 p {
  font-weight: 400;
}
.ptablea-container
  .ptablea
  .ptablea-body
  .c-lg-12
  .c-lg-5
  .c-lg-4:first-child,
.ptablea-container
  .ptablea
  .ptablea-body
  .c-lg-12
  .c-lg-6
  .c-lg-4:first-child {
  border-right: 1px solid #619f42;
}
@media (max-width: 991px) {
  .ptablea-container
    .ptablea
    .ptablea-body
    .c-lg-12
    .c-lg-5
    .c-lg-4:first-child,
  .ptablea-container
    .ptablea
    .ptablea-body
    .c-lg-12
    .c-lg-6
    .c-lg-4:first-child {
    border-right: none;
  }
}
.ptablea-container
  .ptablea
  .ptablea-body
  .c-lg-12
  .c-lg-5
  .c-lg-4:last-child,
.ptablea-container
  .ptablea
  .ptablea-body
  .c-lg-12
  .c-lg-6
  .c-lg-4:last-child {
  border-right: 1px solid rgba(99, 100, 102, 0.3);
}
@media (max-width: 991px) {
  .ptablea-container
    .ptablea
    .ptablea-body
    .c-lg-12
    .c-lg-5
    .c-lg-4:last-child,
  .ptablea-container
    .ptablea
    .ptablea-body
    .c-lg-12
    .c-lg-6
    .c-lg-4:last-child {
    border-right: none;
  }
}
@media (min-width: 992px) {
  .ptablea-container
    .ptablea
    .ptablea-body
    .c-lg-12
    .c-lg-5
    .c-lg-4:nth-child(2),
  .ptablea-container
    .ptablea
    .ptablea-body
    .c-lg-12
    .c-lg-6
    .c-lg-4:nth-child(2) {
    border-left: 1px solid #619f42;
    border-right: 1px solid #619f42;
  }
}
.ptablea-container
  .ptablea
  .ptablea-body
  .c-lg-12
  .c-lg-5
  .c-lg-4:nth-child(2)
  p,
.ptablea-container
  .ptablea
  .ptablea-body
  .c-lg-12
  .c-lg-6
  .c-lg-4:nth-child(2)
  p {
  font-weight: 600;
}
@media (min-width: 992px) {
  .ptablea-container
    .ptablea
    .ptablea-body
    .c-lg-12
    .c-lg-5
    .c-lg-4:nth-child(5),
  .ptablea-container
    .ptablea
    .ptablea-body
    .c-lg-12
    .c-lg-6
    .c-lg-4:nth-child(5) {
    border-left: 1px solid #619f42;
    border-right: 1px solid #619f42;
  }
}
.ptablea-container
  .ptablea
  .ptablea-body
  .c-lg-12
  .c-lg-5
  .c-lg-4:nth-child(5)
  p,
.ptablea-container
  .ptablea
  .ptablea-body
  .c-lg-12
  .c-lg-6
  .c-lg-4:nth-child(5)
  p {
  font-weight: 600;
}
@media (min-width: 992px) {
  .ptablea-container
    .ptablea
    .ptablea-body
    .c-lg-12
    .c-lg-5
    .c-lg-4:nth-child(3),
  .ptablea-container
    .ptablea
    .ptablea-body
    .c-lg-12
    .c-lg-6
    .c-lg-4:nth-child(3) {
    border-left: 1px solid #619f42;
    border-right: 1px solid rgba(99, 100, 102, 0.3);
  }
}
@media (min-width: 992px) {
  .ptablea-container
    .ptablea
    .ptablea-body
    .c-lg-12
    .c-lg-5
    .c-lg-4:nth-child(4),
  .ptablea-container
    .ptablea
    .ptablea-body
    .c-lg-12
    .c-lg-6
    .c-lg-4:nth-child(4) {
    border-right: 1px solid #619f42;
  }
}
@media (max-width: 767px) {
  .ptablea-container
    .ptablea
    .ptablea-body
    .c-lg-12
    .c-lg-5
    .c-lg-4:nth-child(4),
  .ptablea-container
    .ptablea
    .ptablea-body
    .c-lg-12
    .c-lg-6
    .c-lg-4:nth-child(4) {
    border-right: none;
  }
}
@media (min-width: 992px) {
  .ptablea-container
    .ptablea
    .ptablea-body
    .c-lg-12
    .c-lg-5
    .c-lg-4:nth-child(6),
  .ptablea-container
    .ptablea
    .ptablea-body
    .c-lg-12
    .c-lg-6
    .c-lg-4:nth-child(6) {
    border-left: 1px solid #619f42;
  }
}
.ptablea-container .ptablea .ptablea-body .c-lg-12 .c-lg-2 {
  text-align: center;
}
.ptablea-container .ptablea .ptablea-body .c-lg-12 .c-lg-2 .check:after {
  color: #5d5d5d;
}
@media (min-width: 768px) {
  .ptablea-container
    .ptablea
    .ptablea-body
    .c-lg-12
    .c-lg-2:nth-child(3) {
    border-left: 2px solid #619f42;
    border-right: 2px solid #619f42;
  }
}
.ptablea-container .ptablea .ptablea-body .c-lg-12 .c-lg-2:nth-child(3) p {
  font-weight: 600;
}
.ptablea-container
  .ptablea
  .ptablea-body
  .c-lg-12
  .c-lg-2:nth-child(3)
  .check:after {
  color: #619f42;
}
.ptablea-container .ptablea .ptablea-body .c-lg-12 .btn {
  margin-top: 0.9375rem;
  margin-bottom: 0.9375rem;
  border: 1px solid #619f42;
}
.ptablea-container .ptablea .ptablea-body .c-lg-12 .btn.outline {
  color: #5d5d5d !important;
  border: 1px solid #5d5d5d;
}
.ptablea-container .ptablea .ptablea-body .c-lg-12 .btn.outline:hover {
  color: #fff !important;
  background-color: #5d5d5d;
}
.ptablea-container .ptablea .ptablea-body .c-lg-12.bg-lgray {
  background-color: #f5f5f5;
}
.ptablea-container .ptablea .ptablea-body .c-lg-12 .icon {
  width: 43px;
  height: 32px;
  display: block;
  float: none;
  margin: 0 auto;
  background-image: url(/images/sprites/17-sucuri-website-security-platform-signup-chart-sprite.png);
  background-size: 336px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .ptablea-container .ptablea .ptablea-body .c-lg-12 .icon {
    background-image: url(/images/sprites/17-sucuri-website-security-platform-signup-chart-sprite.png);
  }
}
.ptablea-container .ptablea .ptablea-body .c-lg-12 .icon.det {
  background-position: 0 0;
}
.ptablea-container .ptablea .ptablea-body .c-lg-12 .icon.resp {
  background-position: -43px 0;
}
.ptablea-container .ptablea .ptablea-body .c-lg-12 .icon.prot {
  background-position: -86px 0;
}
.ptablea-container .ptablea .ptablea-body .c-lg-12 .icon.perf {
  background-position: -129px 0;
}
.ptablea-container .ptablea .ptablea-body .c-lg-12 .icon.peo {
  background-position: -172px 0;
}
@media (max-width: 991px) {
  .ptablea-container
    .ptablea.pro-active
    .ptablea-head
    .c-lg-2:nth-child(3) {
    width: 40%;
    float: right;
  }
  .ptablea-container
    .ptablea.pro-active
    .ptablea-head
    .c-lg-2:nth-child(4) {
    border-left: none;
  }
  .ptablea-container .ptablea.pro-active .ptablea-head .c-lg-2 .banner {
    padding: 3px 0 2px;
  }
  .ptablea-container
    .ptablea.pro-active
    .ptablea-body
    .c-lg-12
    .c-lg-2:nth-child(3) {
    display: block;
  }
  .ptablea-container .ptablea.pro-active .ptablea-body .c-lg-12 .c-lg-6 {
    border-left: 2px solid #619f42;
    border-right: 2px solid #619f42;
  }
  .ptablea-container
    .ptablea.pro-active
    .ptablea-body
    .c-lg-12
    .c-lg-6:first-child {
    border-right: none;
    border-left: 1px solid rgba(99, 100, 102, 0.3);
  }
  .ptablea-container
    .ptablea.pro-active
    .ptablea-body
    .c-lg-12
    .c-lg-6
    .c-lg-4:nth-child(2) {
    display: block;
  }
  .ptablea-container
    .ptablea.pro-active
    .ptablea-body
    .c-lg-12
    .c-lg-6
    .c-lg-4:nth-child(5) {
    display: block;
  }
  .ptablea-container
    .ptablea.pro-active
    .ptablea-body
    .c-lg-12:last-child
    .c-lg-2:nth-child(3) {
    display: block;
  }
  .ptablea-container
    .ptablea.pro-active
    .ptablea-body
    .c-lg-12:last-child
    .c-lg-6 {
    border-left: none;
  }
}
@media (max-width: 991px) {
  .ptablea-container
    .ptablea.basic-active
    .ptablea-head
    .c-lg-2:nth-child(2) {
    width: 40%;
    float: right;
  }
  .ptablea-container .ptablea.basic-active .ptablea-head .c-lg-2 .banner {
    font-size: 11px;
    padding: 4px 0 3px;
  }
  .ptablea-container
    .ptablea.basic-active
    .ptablea-body
    .c-lg-12
    .c-lg-2:nth-child(2) {
    display: block;
    border-left: 1px solid rgba(99, 100, 102, 0.3);
  }
  .ptablea-container
    .ptablea.basic-active
    .ptablea-body
    .c-lg-12
    .c-lg-6 {
    border-left: 1px solid rgba(99, 100, 102, 0.3);
    border-right: 1px solid rgba(99, 100, 102, 0.3);
  }
  .ptablea-container
    .ptablea.basic-active
    .ptablea-body
    .c-lg-12
    .c-lg-6:first-child {
    border-right: none;
    border-left: 1px solid rgba(99, 100, 102, 0.3);
  }
  .ptablea-container
    .ptablea.basic-active
    .ptablea-body
    .c-lg-12
    .c-lg-6
    .c-lg-4:nth-child(1) {
    display: block;
  }
  .ptablea-container
    .ptablea.basic-active
    .ptablea-body
    .c-lg-12
    .c-lg-6
    .c-lg-4:nth-child(4) {
    display: block;
  }
  .ptablea-container
    .ptablea.basic-active
    .ptablea-body
    .c-lg-12:last-child
    .c-lg-6 {
    border-left: none;
  }
  .ptablea-container
    .ptablea.basic-active
    .ptablea-body
    .c-lg-12:last-child
    .c-lg-2:nth-child(2) {
    display: block;
    border-right: 1px solid rgba(99, 100, 102, 0.3);
  }
}
@media (max-width: 991px) {
  .ptablea-container
    .ptablea.bus-active
    .ptablea-head
    .c-lg-2:nth-child(4) {
    width: 40%;
    float: right;
  }
  .ptablea-container .ptablea.bus-active .ptablea-head .c-lg-2 .banner {
    font-size: 11px;
    padding: 4px 0 3px;
  }
  .ptablea-container
    .ptablea.bus-active
    .ptablea-body
    .c-lg-12
    .c-lg-2:nth-child(4) {
    display: block;
    border-left: 1px solid rgba(99, 100, 102, 0.3);
  }
  .ptablea-container .ptablea.bus-active .ptablea-body .c-lg-12 .c-lg-6 {
    border-left: 1px solid rgba(99, 100, 102, 0.3);
    border-right: 1px solid rgba(99, 100, 102, 0.3);
  }
  .ptablea-container
    .ptablea.bus-active
    .ptablea-body
    .c-lg-12
    .c-lg-6:first-child {
    border-right: none;
    border-left: 1px solid rgba(99, 100, 102, 0.3);
  }
  .ptablea-container
    .ptablea.bus-active
    .ptablea-body
    .c-lg-12
    .c-lg-6
    .c-lg-4:nth-child(3) {
    display: block;
  }
  .ptablea-container
    .ptablea.bus-active
    .ptablea-body
    .c-lg-12
    .c-lg-6
    .c-lg-4:nth-child(6) {
    display: block;
  }
  .ptablea-container
    .ptablea.bus-active
    .ptablea-body
    .c-lg-12:last-child
    .c-lg-6 {
    border-left: none;
  }
  .ptablea-container
    .ptablea.bus-active
    .ptablea-body
    .c-lg-12:last-child
    .c-lg-2:nth-child(5) {
    display: block;
    border-right: 1px solid rgba(99, 100, 102, 0.3);
  }
}
.ptablefeat-wrapper {
  margin-top: 3.75rem;
}
.ptablefeat-wrapper .ptfeat .ptfeat-top {
  margin-bottom: 0.9375rem;
}
.ptablefeat-wrapper .ptfeat .ptfeat-body {
  text-align: center;
}
.ptablefeat-wrapper .ptfeat .ptfeat-body h4 {
  font-size: 15px;
  font-weight: 600;
  color: #5d5d5d;
}
.ptablefeat-wrapper .icon {
  width: 84px;
  height: 70px;
  display: block;
  margin: 0 auto;
  float: none;
  background-image: url(/images/sprites/17-sucuri-website-security-platform-signup-chart-sprite.png);
  background-size: 336px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .ptablefeat-wrapper .icon {
    background-image: url(/images/sprites/17-sucuri-website-security-platform-signup-chart-sprite.png);
  }
}
.ptablefeat-wrapper .icon.tdg {
  background-position: 0 -32px;
}
.ptablefeat-wrapper .icon.umc {
  background-position: -84px -32px;
}
.ptablefeat-wrapper .icon.tfsdy {
  background-position: -168px -32px;
}
.ptablefeat-wrapper .icon.pagn {
  background-position: -252px -32px;
}
.agedevplans-wrapper {
  background-image: url(/images/16-home-hero-mostar-ii.jpg);
  background-position: center top;
  background-size: cover;
  color: #fff;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .agedevplans-wrapper {
    background-image: url(/images/16-home-hero-mostar-ii.jpg);
  }
}
.agedevplans-wrapper .lead {
  text-align: center;
}
.agedevplans-wrapper .lead h3 {
  color: #fff;
}
.agedevplans-wrapper .lead p {
  color: #fff;
  font-size: 24px;
}
@media (max-width: 767px) {
  .agedevplans-wrapper .lead p {
    font-size: 18px;
  }
}
.agedevplans-wrapper .adpfeat-container {
  max-width: 568px;
  margin: 0 auto;
  float: none;
}
@media (max-width: 767px) {
  .agedevplans-wrapper .adpfeat-container .c-lg-6:first-child {
    margin-bottom: 1.875rem;
  }
}
@media (max-width: 767px) {
  .agedevplans-wrapper .adpfeat-container .c-lg-6 .text-right {
    text-align: left;
  }
}
.agedevplans-wrapper .adpfeat-container .c-lg-6 ul {
  margin-bottom: 1.875rem;
}
@media (max-width: 767px) {
  .agedevplans-wrapper .adpfeat-container .c-lg-6 ul {
    margin-left: 1.875rem;
  }
}
.agedevplans-wrapper .adpfeat-container .c-lg-6 ul li {
  font-size: 15px;
}
.agedevplans-wrapper .adpfeat-container .c-lg-6:nth-child(2) ul {
  margin-left: 1.875rem;
}
@media (max-width: 767px) {
  .agedevplans-wrapper .adpfeat-container .c-lg-6 .btn {
    margin-left: 1.875rem;
  }
}
.agedevplans-wrapper .btn {
  font-weight: 600;
}
.agedevplans-wrapper .btn.outline {
  border-color: #fff;
  opacity: 0.7;
}
.agedevplans-wrapper .btn.outline:hover {
  opacity: 1;
}
.agedevplans-wrapper .btn:first-child {
  margin-right: 5px;
}
.agedevplans-wrapper .btn:nth-child(2) {
  margin-left: -5px;
}
@media (max-width: 991px) {
  .nav-bar.ua-lg {
    width: 244px;
  }
}
@media (max-width: 991px) {
  .header-social {
    display: none;
  }
}
.slides-wrapper {
  overflow: hidden;
}
@media (max-width: 991px) {
  .solutions-wrapper .c-lg-3 {
    min-height: 220px;
  }
}
@media (max-width: 991px) {
  .solutions-wrapper .c-lg-3 a {
    text-align: center;
    margin: 0 auto;
    float: none;
  }
}
@media (max-width: 767px) {
  table.features td {
    padding-left: 0;
    padding-right: 0;
    word-wrap: break-word;
  }
}
.wsp-signup .hagncy-wrapper {
  background-image: none;
}
.wsp-signup .lrnmre-inline {
  text-align: center;
  margin-top: 0;
}
.wsp-signup .lrnmre-inline .lrnmre-inline-item {
  width: auto;
  float: none;
  display: inline-block;
  margin-left: 0.9375rem;
  margin-right: 0.9375rem;
}
.wsp-signup .lrnmre-inline .lrnmre-inline-item p {
  color: #fff;
}
.hero-p-table {
  width: 100%;
  background-color: #fff;
  padding: 0.9375rem;
  padding-bottom: 98px;
  border-radius: 9px;
  position: relative;
}
@media (max-width: 767px) {
  .hero-p-table .pr-0 {
    padding-right: 0.9375rem;
  }
}
.hero-p-table .hpt-a {
  border-bottom: 3px solid #ebebeb;
}
.hero-p-table .hpt-a p {
  color: grey;
}
.hero-p-table .btn {
  width: 100%;
  font-weight: 600;
  text-align: center;
}
.hero-p-table p.pricing {
  color: grey;
  font-size: 2rem;
  font-weight: 800;
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
  line-height: 1;
  margin-top: 10px;
  margin-bottom: 10px;
}
.hero-p-table p.pricing sup {
  font-weight: 400;
  font-size: 0.5625rem;
}
.hero-p-table p.pricing sup:not(:first-child) {
  position: absolute;
  top: 11px;
}
.hero-p-table p.pricing sup:first-child {
  font-size: 16px;
}
.hero-p-table p.pricing sup span {
  font-size: 16px;
  font-weight: 800;
  color: grey;
}
.hero-p-table p.pricing sub {
  font-size: 0.5625rem;
  font-weight: 400;
  position: absolute;
  top: 24px;
  left: 75px;
}
.hero-p-table p.small {
  margin-top: 0;
  color: grey;
  font-size: 0.625rem;
  text-align: center;
}
.hero-p-table .list-block .list-block-item {
  font-size: 0.8125rem;
}
.hero-p-table .hpt-fl {
  background-color: grey;
  color: #fff;
  font-weight: 600;
  padding-bottom: 0.46875rem;
  padding-top: 0.46875rem;
  width: 100%;
  display: block;
  text-align: center;
  text-decoration: none;
  position: absolute;
  left: 0;
  bottom: 0;
  border-bottom-left-radius: 9px;
  border-bottom-right-radius: 9px;
}
.hero-p-table .hpt-fl:hover {
  background-color: #5d5d5d;
}
.hero-p-table .hpt-fl.bg-bl:hover {
  background-color: #2c70a5 !important;
}
.hero-p-table .mpop-banner {
  background-color: #619f42;
  position: absolute;
  color: #fff;
  width: 130px;
  text-align: center;
  top: -25px;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-top-left-radius: 9px;
  border-top-right-radius: 9px;
}
@media (max-width: 767px) {
  .hero-p-table .mpop-banner {
    display: none;
  }
}
@media (max-width: 767px) {
  .hero-p-table.bus {
    margin-top: 1.875rem;
  }
}
.hero-p-table.pro {
  border: 3px solid #619f42;
  border-bottom: none;
  padding-bottom: 95px;
  padding-top: 12px;
}
.hero-p-table.pro .hpt-fl {
  border-top: 3px outset #619f42;
  left: -3px;
  right: -3px;
  width: unset;
}
@media (max-width: 767px) {
  .hero-p-table.pro {
    margin-top: 1.875rem;
  }
}
.hero-p-table.enterprise {
  padding-bottom: 37px;
}
.hero-p-table.enterprise .hpt-a h3 {
  font-weight: 600;
}
.hero-p-table.agency {
  margin-bottom: 30px;
  padding-bottom: 28px;
}
.hero-p-table.agency .hpt-a h3 {
  font-weight: 600;
}
@media (max-width: 767px) {
  .hero-p-table.agency {
    margin-top: 1.875rem;
  }
}
@media (max-width: 991px) {
  .hero-table-b-container {
    overflow-y: scroll;
  }
}
.hero-pb-wrpr {
  margin: 0 auto;
  display: block;
  width: 940px;
}
.hero-pb-wrpr .hero-tpb-wrpr {
  display: block;
  width: 700px;
  position: relative;
}
@media (max-width: 991px) {
  .hero-pb-wrpr .hero-tpb-wrpr {
    width: 730px;
  }
}
.hero-pb-wrpr .hero-ps-wrpr {
  width: 240px;
  padding-left: 10px;
}
@media (max-width: 991px) {
  .hero-pb-wrpr .hero-ps-wrpr {
    width: 250px;
    padding-right: 10px;
  }
}
.hero-pb-wrpr .hero-ps-wrpr .hpt-a h3 {
  font-size: 1.5rem;
  font-weight: 800;
  margin-top: 0;
  margin-bottom: 10px;
  line-height: 23px;
}
.hero-pb-wrpr .hero-ps-wrpr .hero-p-table {
  border: 1px solid #ebebeb;
}
.hero-pb-wrpr .hero-ps-wrpr .hero-p-table.agency {
  padding-top: 30px;
}
.hero-pb-wrpr .hero-ps-wrpr .hero-p-table.enterprise {
  margin-top: 40px;
  padding-top: 30px;
}
.hero-pb-wrpr .hpt-fl {
  background-color: #ebebeb;
  color: #5d5d5d;
}
.hero-pb-wrpr .hpt-fl:hover {
  color: #fff;
}
.hero-pb-wrpr .hpt-fl .list-unstyled-item {
  font-size: 13px;
  line-height: 18px;
}
.hero-table-b {
  width: auto;
}
.hero-table-b thead .pricing-wrpr .btn-buy {
  font-size: 8px !important;
}
.hero-table-b tbody tr th {
  width: 138px;
}
.hero-table-b tbody tr th:first-child {
  width: 250px;
}
.hero-table-b tbody tr td {
  font-size: 15px !important;
}
.hero-table-b tbody tr td span {
  font-size: 13px;
}
.hero-table-b tbody tr td .small {
  font-size: 12px;
}
.hero-table-b tbody tr td .hrs-no {
  font-size: 20px;
  font-weight: 800;
}
.hero-table-b tbody tr:not(:last-child) th {
  background-color: #fff !important;
}
.blbform-wrpr {
  border: 1px solid #ebebeb;
  border-radius: 9px;
  padding: 56px 30px;
  position: relative;
  overflow: hidden;
}
.blbform-wrpr .form-input {
  border: 1px solid #ebebeb;
}
.blbform-wrpr .btn {
  font-weight: 600;
}
@media (max-width: 767px) {
  .lp .bg-gray .key-features {
    margin-top: 1rem;
  }
}
.bg-grad {
  position: relative;
}
.bg-grad .top-o-overlay {
  position: absolute;
  width: 100%;
  height: 158px;
  background-color: rgba(255, 255, 255, 0.2);
  top: 0;
  z-index: 0;
}
.bg-grad .top-o-overlay.short {
  height: 120px;
}
.bg-grad .border-left {
  border-left: 1px solid #c5c7d1;
}
@media (min-width: 544px) {
  .bg-grad .form-lead {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .bg-grad .form-lead {
    margin-bottom: 30px;
  }
}
.bg-grad form input:not([type="submit"]) {
  border: 1px solid #dadada;
}
.bg-grad form select {
  border: 1px solid #dadada;
}
.bg-grad form .form-group {
  margin-bottom: 0.9375rem;
}
@media (max-width: 767px) {
  .bottom-form-wrapper form {
    float: left;
    padding-top: 0.9375rem;
    background-color: rgba(255, 255, 255, 0.5);
  }
}
.home-enterprise-form-wrapper .form-lead h3 {
  font-size: 1.875rem;
  margin-bottom: 0;
}
.home-enterprise-form-wrapper .enter-content h3 span {
  font-size: 1.4375rem;
  font-weight: 300;
}
.home-enterprise-form-wrapper .enter-content .check-list {
  margin-left: 2rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.home-enterprise-form-wrapper .form-lead-h h3 {
  margin-bottom: 30px;
  margin-top: 15px;
}
.home-enterprise-form-wrapper .form-group {
  margin-bottom: 1rem;
}
.home-enterprise-form-wrapper .form-group input:not([type="submit"]) {
  border: 1px solid #dadada;
}
.home-enterprise-form-wrapper .form-group select {
  border: 1px solid #dadada;
}
.lp-footer {
  border-top: 4px solid #619f42;
}
.lp-sc-a .lp-footer {
  border-top: none;
}
.lp-footer p {
  margin-top: 0;
  margin-bottom: 0;
  color: #fff;
  font-size: 0.75rem;
  line-height: 1;
  margin-top: 5px;
}
.lp-sc-a .lp-footer p {
  color: grey;
}
@media (max-width: 991px) {
  .lp-footer p {
    text-align: center;
  }
}
.lp-footer li {
  line-height: 1;
}
.lp-footer a {
  line-height: 1;
}
.lp-footer .container {
  padding-top: 1rem;
}
@media (min-width: 544px) {
  .lp-footer-nav li.list-inline-item:not(:last-child) {
    margin-right: 0.9375rem;
  }
}
@media (max-width: 991px) {
  .lp-footer-nav {
    text-align: center;
  }
}
.lp-footer-social-icons {
  line-height: 1;
}
.lp-sc-a .lp-footer-social-icons {
  display: none;
}
@media (min-width: 544px) {
  .lp-footer-social-icons li.list-inline-item:not(:last-child) {
    margin-right: 4px;
  }
  .lp-footer-social-icons li i.social-icon {
    width: 24px;
    height: 24px;
  }
  .lp-footer-social-icons li i.social-icon:hover {
    background-position: 0 24px;
  }
}
.lp-a h3 {
  font-size: 2.1875rem;
  font-weight: 600;
}
.lp-a p.header {
  font-size: 1.5rem;
}
.lp-a .lead p {
  font-weight: 300;
}
.lp-a .container {
  padding-top: 80px;
  padding-bottom: 80px;
}
.lp-a .lp-footer .container {
  padding-top: 0.9375rem !important;
  padding-bottom: 0.9375rem !important;
}
.lp-a .affix-footer-banner .container {
  padding-top: 0;
  padding-bottom: 0;
}
.lp-a .affix-footer-banner .container h3 {
  font-size: 25px;
}
.lp-a .ptablea-container .ptablea .ptablea-head .tlead h1 {
  font-size: 30px;
  margin-top: 30px;
}
.wpsp-lp .video-testimonials .video-testimonail-wrapper {
  border-top: none;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0.46875rem;
  padding-right: 0.46875rem;
  text-align: center;
}
.wpsp-lp
  .video-testimonials
  .video-testimonail-wrapper
  .video-testimonail-container:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(99, 100, 102, 0.25);
  background-image: url(/images/icons/16-sucuri-play-button.png);
  background-repeat: no-repeat;
  background-position: 10px 10px;
  background-size: 30px;
}
.wpsp-lp
  .video-testimonials
  .video-testimonail-wrapper
  .video-testimonail-container:hover:before {
  background-color: rgba(99, 100, 102, 0.1);
}
.disclm {
  border-top: 1px solid grey;
}
.swsp-feats .feat {
  text-align: center;
}
.swsp-feats .feat .feat-top .icon {
  float: none;
}
.swsp-feats .feat .feat-top h4 {
  font-size: 15px;
  font-weight: 600;
  color: #619f42;
}
.results-wrapper .wbstndt h1 {
  text-decoration: underline;
}
.results-wrapper .sysdtls h4 {
  font-weight: 600;
}
.results-wrapper .sysdtls .list-block .list-block-item {
  font-weight: 600;
}
.results-wrapper .sysdtls a {
  margin-top: 0.9375rem;
}
.results-wrapper .stscard-wrapper {
  margin-top: 3.75rem;
}
.results-wrapper .stscard-wrapper .malw .stscard {
  min-height: 422px;
}
.results-wrapper .stscard-wrapper .malw .stscard .list-block {
  margin-top: 1.875rem;
  margin-bottom: 0.9375rem;
}
.results-wrapper
  .stscard-wrapper
  .malw
  .stscard
  .list-block
  .list-block-item {
  border-top: 1px solid #ebebeb;
  font-weight: 600;
}
.results-wrapper
  .stscard-wrapper
  .malw
  .stscard
  .list-block
  .list-block-item
  span {
  font-weight: 400;
}
.results-wrapper
  .stscard-wrapper
  .malw
  .stscard
  .list-block
  .list-block-item:last-child {
  border-bottom: 1px solid #ebebeb;
}
.results-wrapper .stscard-wrapper .blacl .stscard {
  min-height: 422px;
}
.results-wrapper .stscard-wrapper .blacl .stscard h2 {
  padding-bottom: 0.9375rem;
  margin-bottom: 0;
  border-bottom: 1px solid #ebebeb;
}
.results-wrapper .stscard-wrapper .blacl .stscard .blstsclmn {
  margin-top: 1.875rem;
  padding-bottom: 0.9375rem;
}
.results-wrapper
  .stscard-wrapper
  .blacl
  .stscard
  .blstsclmn
  .list-block
  .list-block-item {
  font-size: 13px;
  color: #619f42;
}
.results-wrapper .stscard-wrapper .blacl .stscard .blstsgls {
  border-top: 1px solid #ebebeb;
  padding-top: 1.875rem;
}
.results-wrapper
  .stscard-wrapper
  .blacl
  .stscard
  .blstsgls
  .list-inline-item {
  font-weight: 600;
}
.results-wrapper .stscard {
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #ebebeb;
  padding: 1.875rem;
}
@media (min-width: 544px) {
  .results-wrapper .stscard {
    float: left;
  }
}
.results-wrapper .sywinfo {
  margin-top: 3.75rem;
}
.results-wrapper .sywinfo .stscard h2 {
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 0.9375rem;
}
.hacked-website .pb-100 {
  padding-bottom: 100px;
}
.hacked-website .pt-100 {
  padding-top: 100px;
}
.hacked-website .text-align-right {
  text-align: right;
}
.hacked-website .hacked-hero-a .container,
.hacked-website .hacked-hero-a .container-fluid,
.hacked-website .hacked-hero-b .container,
.hacked-website .hacked-hero-b .container-fluid {
  margin-top: 54px;
}
.hacked-website .hacked-hero-a .hero,
.hacked-website .hacked-hero-b .hero {
  color: #fff;
}
.hacked-website .hacked-hero-a .hero h1,
.hacked-website .hacked-hero-b .hero h1 {
  font-size: 2.5rem;
  font-family: "Roboto Slab", serif;
  line-height: 40px;
}
.hacked-website .hacked-hero-a .hero p,
.hacked-website .hacked-hero-b .hero p {
  font-size: 1.125rem;
}
.hacked-website .hacked-hero-a .lp-cta,
.hacked-website .hacked-hero-b .lp-cta {
  margin-top: 50px;
  margin-bottom: 50px;
}
.hacked-website .hacked-hero-a .logos-wrapper,
.hacked-website .hacked-hero-b .logos-wrapper {
  background-color: #333;
}
.hacked-website .hacked-hero-a {
  background-image: url(/images/lp/18-sucuri-sem-lp-hacked-website-header.png);
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .hacked-website .hacked-hero-a {
    background-image: url(/images/lp/18-sucuri-sem-lp-hacked-website-header.png);
  }
}
.hacked-website .hacked-hero-a .hilst-wrpr {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  max-width: 643px;
  margin: 0 auto;
  margin-top: 1.875rem;
  display: block;
  padding-left: 8px;
}
.hacked-website .hacked-hero-a .hilst-wrpr .list-inline {
  width: 100%;
  text-align: center;
  padding-bottom: 0.46875rem;
  padding-top: 0.46875rem;
}
.hacked-website .hacked-hero-a .hilst-wrpr .list-inline .list-inline-item {
  color: #fff;
  position: relative;
  line-height: 15px;
  font-size: 1rem;
  padding-left: 10px;
}
.hacked-website
  .hacked-hero-a
  .hilst-wrpr
  .list-inline
  .list-inline-item:before {
  content: "";
  display: block;
  height: 4px;
  width: 4px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -7px;
  margin-top: auto;
  margin-bottom: auto;
}
@media (max-width: 767px) {
  .hacked-website
    .hacked-hero-a
    .hilst-wrpr
    .list-inline
    .list-inline-item:before {
    display: none;
  }
}
.hacked-website
  .hacked-hero-a
  .hilst-wrpr
  .list-inline
  .list-inline-item:not(:last-child) {
  margin-right: 0.9375rem;
}
.hacked-website .hacked-hero-b {
  background-image: url(/images/lp/18-sucuri-sem-lp-blacklist-removal-header.png);
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .hacked-website .hacked-hero-b {
    background-image: url(/images/lp/18-sucuri-sem-lp-blacklist-removal-header.png);
  }
}
.hacked-website .hacked-hero-b .hilst-wrpr {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  max-width: 795px;
  margin: 0 auto;
  margin-top: 1.875rem;
  display: block;
  padding-left: 8px;
}
.hacked-website .hacked-hero-b .hilst-wrpr .list-inline {
  width: 100%;
  text-align: center;
  padding-bottom: 0.46875rem;
  padding-top: 0.46875rem;
}
.hacked-website .hacked-hero-b .hilst-wrpr .list-inline .list-inline-item {
  color: #fff;
  position: relative;
  line-height: 15px;
  font-size: 1rem;
  padding-left: 10px;
}
.hacked-website
  .hacked-hero-b
  .hilst-wrpr
  .list-inline
  .list-inline-item:before {
  content: "";
  display: block;
  height: 4px;
  width: 4px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -7px;
  margin-top: auto;
  margin-bottom: auto;
}
@media (max-width: 767px) {
  .hacked-website
    .hacked-hero-b
    .hilst-wrpr
    .list-inline
    .list-inline-item:before {
    display: none;
  }
}
.hacked-website
  .hacked-hero-b
  .hilst-wrpr
  .list-inline
  .list-inline-item:not(:last-child) {
  margin-right: 0.9375rem;
}
.hacked-website .lp-p-features h3 {
  font-size: 1.4375rem;
  font-weight: 700;
}
.hacked-website .lp-p-features p {
  font-size: 1.125rem;
}
@media (max-width: 991px) {
  .hacked-website .lp-p-features {
    text-align: center;
  }
  .hacked-website .lp-p-features .lp-diagram-text {
    margin-top: 15px;
  }
}
.hacked-website .lp-p-features .img-no-hidden-fees {
  background-image: url(/images/lp/18-sucuri-sem-lp-hacked-website-diagram-no-hidden-fees.png);
  background-size: cover;
  width: 294px;
  height: 163px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .hacked-website .lp-p-features .img-no-hidden-fees {
    background-image: url(/images/lp/18-sucuri-sem-lp-hacked-website-diagram-no-hidden-fees@2.png);
  }
}
@media (max-width: 991px) {
  .hacked-website .lp-p-features .img-no-hidden-fees {
    margin-left: auto;
    margin-right: auto;
  }
}
.hacked-website .lp-p-features .img-unlimited-cleanups {
  background-image: url(/images/lp/18-sucuri-sem-lp-hacked-website-diagram-unlimited-cleanups.png);
  background-size: cover;
  width: 294px;
  height: 163px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .hacked-website .lp-p-features .img-unlimited-cleanups {
    background-image: url(/images/lp/18-sucuri-sem-lp-hacked-website-diagram-unlimited-cleanups@2.png);
  }
}
@media (max-width: 991px) {
  .hacked-website .lp-p-features .img-unlimited-cleanups {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 992px) {
  .hacked-website .lp-p-features .img-unlimited-cleanups {
    float: right;
  }
}
.hacked-website .lp-p-features .img-firewall-included {
  background-image: url(/images/lp/18-sucuri-sem-lp-hacked-website-diagram-firewall-included.png);
  background-size: cover;
  width: 294px;
  height: 163px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .hacked-website .lp-p-features .img-firewall-included {
    background-image: url(/images/lp/18-sucuri-sem-lp-hacked-website-diagram-firewall-included@2.png);
  }
}
@media (max-width: 991px) {
  .hacked-website .lp-p-features .img-firewall-included {
    margin-left: auto;
    margin-right: auto;
  }
}
.hacked-website .lp-p-features .img-performance-boost {
  background-image: url(/images/lp/18-sucuri-sem-lp-hacked-website-diagram-performance-boost.png);
  background-size: cover;
  width: 294px;
  height: 163px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .hacked-website .lp-p-features .img-performance-boost {
    background-image: url(/images/lp/18-sucuri-sem-lp-hacked-website-diagram-performance-boost@2.png);
  }
}
@media (max-width: 991px) {
  .hacked-website .lp-p-features .img-performance-boost {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 992px) {
  .hacked-website .lp-p-features .img-performance-boost {
    float: right;
  }
}
.hacked-website .lp-p-features .img-blacklist-warning-removal {
  background-image: url(/images/lp/18-sucuri-sem-lp-hacked-website-diagram-blacklist-removal.png);
  background-size: cover;
  width: 294px;
  height: 163px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .hacked-website .lp-p-features .img-blacklist-warning-removal {
    background-image: url(/images/lp/18-sucuri-sem-lp-hacked-website-diagram-blacklist-removal@2.png);
  }
}
@media (max-width: 991px) {
  .hacked-website .lp-p-features .img-blacklist-warning-removal {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 992px) {
  .hacked-website .lp-p-features .img-blacklist-warning-removal {
    float: right;
  }
}
.hacked-website .lp-p-features .img-website-hack-removal {
  background-image: url(/images/lp/18-sucuri-sem-lp-hacked-website-diagram-hack-removal.png);
  background-size: cover;
  width: 294px;
  height: 163px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .hacked-website .lp-p-features .img-website-hack-removal {
    background-image: url(/images/lp/18-sucuri-sem-lp-hacked-website-diagram-hack-removal@2.png);
  }
}
@media (max-width: 991px) {
  .hacked-website .lp-p-features .img-website-hack-removal {
    margin-left: auto;
    margin-right: auto;
  }
}
.hacked-website .aenterprise.aenterprise-a-b .lft-fhwn {
  background-image: url(/images/lp/18-sucuri-sem-lp-hacked-website-persona-agency.png);
  background-size: cover;
  background-position: right;
  min-height: 472px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .hacked-website .aenterprise.aenterprise-a-b .lft-fhwn {
    background-image: url(/images/lp/18-sucuri-sem-lp-hacked-website-persona-agency.png);
  }
}
.hacked-website .aenterprise.aenterprise-a-b .lft-fhwn .hero-text {
  margin-left: auto;
  float: right;
}
@media (max-width: 991px) {
  .hacked-website .aenterprise.aenterprise-a-b .lft-fhwn .hero-text {
    max-width: 100%;
    padding-right: 0;
    float: none;
  }
  .hacked-website
    .aenterprise.aenterprise-a-b
    .lft-fhwn
    .hero-text
    .hilst-wrpr {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 991px) {
  .hacked-website .aenterprise.aenterprise-a-b .lft-fhwn {
    background-image: url(/images/lp/18-sucuri-sem-lp-hacked-website-persona-agency-768.png);
    background-position: right;
    min-height: 472px;
    min-height: 535px;
  }
}
@media only screen and (max-width: 991px) and (-webkit-min-device-pixel-ratio: 2),
  only screen and (max-width: 991px) and (min-resolution: 192dpi),
  only screen and (max-width: 991px) and (min-resolution: 2dppx),
  (max-width: 991px) and (-webkit-min-device-pixel-ratio: 2),
  (max-width: 991px) and (min-resolution: 192dpi) {
  .hacked-website .aenterprise.aenterprise-a-b .lft-fhwn {
    background-image: url(/images/lp/18-sucuri-sem-lp-hacked-website-persona-agency-768.png);
  }
}
@media (max-width: 767px) {
  .hacked-website .aenterprise.aenterprise-a-b .lft-fhwn {
    background-image: url(/images/lp/18-sucuri-sem-lp-hacked-website-persona-agency-480.png);
    background-position: center;
  }
}
@media only screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2),
  only screen and (max-width: 767px) and (min-resolution: 192dpi),
  only screen and (max-width: 767px) and (min-resolution: 2dppx),
  (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2),
  (max-width: 767px) and (min-resolution: 192dpi) {
  .hacked-website .aenterprise.aenterprise-a-b .lft-fhwn {
    background-image: url(/images/lp/18-sucuri-sem-lp-hacked-website-persona-agency-480.png);
  }
}
.hacked-website .aenterprise.aenterprise-a-b .rght-owss {
  background-image: url(/images/lp/18-sucuri-sem-lp-hacked-website-persona-enterprise.png);
  background-size: cover;
  background-position: left;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .hacked-website .aenterprise.aenterprise-a-b .rght-owss {
    background-image: url(/images/lp/18-sucuri-sem-lp-hacked-website-persona-enterprise.png);
  }
}
.hacked-website .aenterprise.aenterprise-a-b .rght-owss .hero-text {
  margin-right: auto;
  float: left;
}
@media (max-width: 991px) {
  .hacked-website .aenterprise.aenterprise-a-b .rght-owss .hero-text {
    max-width: 100%;
    padding-left: 0;
    float: none;
  }
}
@media (max-width: 991px) {
  .hacked-website .aenterprise.aenterprise-a-b .rght-owss {
    background-image: url(/images/lp/18-sucuri-sem-lp-hacked-website-persona-enterprise-768.png);
    background-position: left;
    min-height: 535px;
  }
}
@media only screen and (max-width: 991px) and (-webkit-min-device-pixel-ratio: 2),
  only screen and (max-width: 991px) and (min-resolution: 192dpi),
  only screen and (max-width: 991px) and (min-resolution: 2dppx),
  (max-width: 991px) and (-webkit-min-device-pixel-ratio: 2),
  (max-width: 991px) and (min-resolution: 192dpi) {
  .hacked-website .aenterprise.aenterprise-a-b .rght-owss {
    background-image: url(/images/lp/18-sucuri-sem-lp-hacked-website-persona-enterprise-768.png);
  }
}
@media (max-width: 767px) {
  .hacked-website .aenterprise.aenterprise-a-b .rght-owss {
    background-image: url(/images/lp/18-sucuri-sem-lp-hacked-website-persona-enterprise-480.png);
    background-position: center;
  }
}
@media only screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2),
  only screen and (max-width: 767px) and (min-resolution: 192dpi),
  only screen and (max-width: 767px) and (min-resolution: 2dppx),
  (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2),
  (max-width: 767px) and (min-resolution: 192dpi) {
  .hacked-website .aenterprise.aenterprise-a-b .rght-owss {
    background-image: url(/images/lp/18-sucuri-sem-lp-hacked-website-persona-enterprise-480.png);
  }
}
.hacked-website .aenterprise.aenterprise-a-b .hero-text {
  position: absolute;
  bottom: 50px;
  text-align: center;
  width: auto;
  color: #fff;
}
.hacked-website .aenterprise.aenterprise-a-b .hero-text h1 {
  color: #fff;
  font-size: 2.1875rem;
  font-weight: 800;
  font-family: "Roboto Slab", serif;
}
@media (max-width: 991px) {
  .hacked-website .aenterprise.aenterprise-a-b .hero-text h1 {
    font-size: 1.375rem;
  }
}
.hacked-website .aenterprise.aenterprise-a-b .hero-text .btn {
  margin-top: 1.875rem;
}
.hacked-website .aenterprise.aenterprise-a-b .hero-text .hilst-wrpr {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  max-width: 550px;
  margin: 0 auto;
  margin-top: 1.875rem;
  display: block;
}
.hacked-website
  .aenterprise.aenterprise-a-b
  .hero-text
  .hilst-wrpr
  .list-inline {
  width: 100%;
  text-align: center;
  padding-bottom: 0.46875rem;
  padding-top: 0.46875rem;
}
.hacked-website
  .aenterprise.aenterprise-a-b
  .hero-text
  .hilst-wrpr
  .list-inline
  .list-inline-item {
  color: #fff;
  position: relative;
  line-height: 15px;
  font-weight: 600;
}
.hacked-website
  .aenterprise.aenterprise-a-b
  .hero-text
  .hilst-wrpr
  .list-inline
  .list-inline-item:before {
  content: "";
  display: block;
  height: 4px;
  width: 4px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -7px;
  margin-top: auto;
  margin-bottom: auto;
}
@media (max-width: 767px) {
  .hacked-website
    .aenterprise.aenterprise-a-b
    .hero-text
    .hilst-wrpr
    .list-inline
    .list-inline-item:before {
    display: none;
  }
}
.hacked-website
  .aenterprise.aenterprise-a-b
  .hero-text
  .hilst-wrpr
  .list-inline
  .list-inline-item:not(:last-child) {
  margin-right: 0.9375rem;
}
@media (min-width: 768px) {
  .hacked-website .aenterprise.aenterprise-a-b .lft-fhwn .hero-text {
    right: 30px;
  }
}
.hacked-website .aenterprise.aenterprise-a-b .lft-fhwn .hero-text h4 {
  font-size: 1.875rem;
}
@media (min-width: 768px) {
  .hacked-website .aenterprise.aenterprise-a-b .lft-fhwn .hero-text {
    text-align: right;
  }
}
.hacked-website .aenterprise.aenterprise-a-b .lft-fhwn .hero-text .btn {
  background-color: #fff;
  color: #609f43;
}
.hacked-website
  .aenterprise.aenterprise-a-b
  .lft-fhwn
  .hero-text
  .btn:hover {
  background-color: #609f43;
  color: #fff;
}
@media (min-width: 768px) {
  .hacked-website .aenterprise.aenterprise-a-b .rght-owss .hero-text {
    left: 30px;
  }
}
.hacked-website .aenterprise.aenterprise-a-b .rght-owss .hero-text h4 {
  font-size: 1.875rem;
}
@media (min-width: 768px) {
  .hacked-website .aenterprise.aenterprise-a-b .rght-owss .hero-text {
    text-align: left;
  }
}
.hacked-website .aenterprise.aenterprise-a-b .rght-owss .hero-text .btn {
  background-color: #fff;
  color: #2188ab;
}
.hacked-website
  .aenterprise.aenterprise-a-b
  .rght-owss
  .hero-text
  .btn:hover {
  background-color: #2188ab;
  color: #fff;
}
.hacked-website .lp-hacked-testimonial .lead {
  margin-bottom: 50px;
}
.hacked-website .lp-hacked-testimonial .lead h3 {
  font-size: 2.5rem;
  font-weight: 800;
}
.hacked-website .lp-hacked-testimonial .photo {
  vertical-align: text-top;
}
.hacked-website .lp-hacked-testimonial .content h4 {
  font-size: 1.5625rem;
  font-weight: 400;
  color: #333;
}
.hacked-website .lp-hacked-testimonial .content h3,
.hacked-website .lp-hacked-testimonial .content p {
  font-size: 0.9375rem;
  font-weight: 400;
}
.hacked-website .lp-hacked-testimonial .content p a {
  color: #2188ab;
  font-style: italic;
}
@media (max-width: 991px) {
  .hacked-website .lp-hacked-testimonial {
    text-align: center;
  }
  .hacked-website .lp-hacked-testimonial .content {
    margin-top: 15px;
  }
}
.hacked-website .lp-green-cta {
  background-color: #619f42;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 600;
}
.hacked-website .lp-green-cta span {
  vertical-align: middle;
}
@media (min-width: 768px) {
  .hacked-website .lp-green-cta span {
    margin-right: 1.875rem;
  }
}
@media (max-width: 991px) {
  .hacked-website .lp-green-cta span {
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
  }
}
.hacked-website .lp-green-cta .btn {
  background-color: #fff;
  color: #619f42;
}
.hacked-website .lp-green-cta .btn:hover {
  background-color: #478237;
  color: #fff;
}
.hacked-website .lp-wsp-signup h3 {
  font-family: "Open Sans", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 2.5rem;
}
.guides .bg-himage {
  background-image: url(/images/16-sucuri-las-palmas-nestor.jpg);
  background-position: center top;
  background-size: cover;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .guides .bg-himage {
    background-image: url(/images/16-sucuri-las-palmas-nestor.jpg);
  }
}
.bottom-pagination-wrapper {
  padding-top: 1.875rem;
  border-top: 1px solid grey;
}
.guide-cards-wrapper {
  padding-top: 0;
}
.guide-card {
  text-align: center;
}
.guide-card a {
  text-decoration: none;
}
.guide-card a h3 {
  text-decoration: none;
}
.guide-card a:hover .card-header {
  opacity: 0.7;
}
.guide-card .card-header {
  padding: 0;
  margin-bottom: 1.875rem;
  cursor: pointer;
}
.guide-card .card-header img {
  max-width: 100%;
}
.guide-card .card-content h3 {
  font-size: 1rem;
  font-weight: 700;
  text-align: left;
  color: #12a94b;
}
.guide-card .card-content p {
  margin-bottom: 0;
  text-align: left;
}
.sbtm-nav-wrapper {
  color: #fff;
}
.sbtm-nav-wrapper .lead {
  font-weight: 400;
}
.sbtm-nav-wrapper .sbtm-nav a {
  text-decoration: none;
  color: #fff;
}
.sbtm-nav-wrapper .sbtm-nav:hover {
  opacity: 0.5;
}
.sbtm-nav-wrapper .sbtm-nav .top-icon-wrapper {
  text-align: center;
}
.sbtm-nav-wrapper .sbtm-nav .top-icon-wrapper p span {
  color: #619f42;
}
.sbtm-nav-wrapper .sbtm-nav .sbtm-nav-content {
  text-align: center;
}
.stp {
  background-color: #94bf81;
}
.stp h5 {
  color: #fff;
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .stp h5 {
    text-align: center;
    font-size: 17px;
    line-height: 1.2;
  }
}
.stp .lead-l {
  padding: 1.875rem;
  background-color: #609f43;
}
@media (max-width: 767px) {
  .stp .lead-l {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.stp .lead-r {
  padding: 1.875rem;
}
@media (max-width: 767px) {
  .stp .lead-r {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.snote {
  color: #fff;
}
.snote.bl {
  background-color: #6eb1c8;
}
.snote.bl .sn-top {
  background-color: #2188ab;
}
.snote.gr {
  background-color: #94bf81;
}
.snote.gr .sn-top {
  background-color: #609f43;
}
.snote.rd {
  background-color: #de776d;
}
.snote.rd .sn-top {
  background-color: #ce3426;
}
.snote .sn-top {
  padding: 1.875rem 0.9375rem;
}
.snote .sn-top h4 {
  color: #fff;
  font-size: 15px;
  font-weight: 800;
  margin-bottom: 0;
  line-height: 1.2;
}
.snote .sn-body {
  padding: 1.875rem 0.9375rem;
}
.snote .sn-body p {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
}
.snote .sn-body a {
  color: #fff;
}
.snote .sn-body ul {
  color: #fff;
}
.snote .sn-body ul li {
  font-weight: 600;
}
.code-block .cb-lead {
  margin-left: 1.875rem;
}
.code-block ol {
  position: relative;
  padding-left: 1.875rem;
  padding-top: 0.46875rem;
  padding-bottom: 0.46875rem;
  width: 100%;
  background-color: #ebebeb;
  border-radius: 5px;
  overflow: hidden;
}
.code-block ol:before {
  content: "";
  display: block;
  background-color: #cacbcb;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 1.875rem;
}
.code-block ol li {
  position: relative;
  padding-left: 15px;
}
.lb-img-wrapper {
  width: 240px;
  display: inline-block;
  text-align: center;
  position: relative;
}
.lb-img-wrapper:not(:last-child) {
  margin-right: 3.75rem;
}
@media (max-width: 767px) {
  .lb-img-wrapper {
    margin: 0 auto !important;
    display: block;
  }
}
.lb-img-wrapper .img-wrapper {
  border: 1px solid #6eb1c8;
  border-radius: 2px;
}
.lb-img-wrapper .lbp-link {
  width: 40px;
  height: 40px;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: rgba(134, 191, 235, 0.4);
}
.lb-img-wrapper .lbp-link:before {
  content: "";
  display: block;
  margin: 10px;
  width: 20px;
  height: 20px;
  background-image: url(/images/sprites/17-sucuri-a-fullscreen-sprite.png);
  background-size: 20px;
  background-position: 0 0;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .lb-img-wrapper .lbp-link:before {
    background-image: url(/images/sprites/17-sucuri-a-fullscreen-sprite.png);
  }
}
.lb-img-wrapper .lbp-link:hover:before {
  background-position: 0 20px;
}
.g-content p:last-child {
  margin-bottom: 0;
}
.g-content pre {
  width: 100%;
  font-size: 15px;
  background-color: #ebebeb;
  padding: 0 7px;
  white-space: normal;
}
.slink .slink-wrpr {
  padding-left: 15px;
  padding-right: 15px;
  border: 1px #707070 solid;
}
.slink h4 {
  font-size: 0.9375rem;
  line-height: 1.2;
  font-weight: 600;
}
.slink ul > li > a {
  color: #000;
}
.email-tmplt-1 .cls-1 {
  fill: #cecece;
}
.email-tmplt-1 .cls-2,
.email-tmplt-1 .cls-3,
.email-tmplt-1 .cls-4 {
  font-size: 15px;
  fill: #231f20;
}
.email-tmplt-1 .cls-2 {
  font-family: OpenSans, Open Sans;
}
.email-tmplt-1 .cls-3 {
  font-family: OpenSans-Bold, Open Sans;
}
.email-tmplt-1 .cls-3,
.email-tmplt-1 .cls-4 {
  font-weight: 700;
}
.email-tmplt-1 .cls-4 {
  font-family: OpenSans-Extrabold, Open Sans;
}
.email-tmplt-1 .cls-5 {
  fill: #c52329;
}
.email-tmplt-2 .cls-1 {
  fill: #cecece;
}
.email-tmplt-2 .cls-2,
.email-tmplt-2 .cls-3 {
  font-size: 15px;
  fill: #231f20;
}
.email-tmplt-2 .cls-2 {
  font-family: OpenSans, Open Sans;
}
.email-tmplt-2 .cls-3 {
  font-family: OpenSans-Extrabold, Open Sans;
  font-weight: 700;
}
.email-tmplt-2 .cls-4 {
  fill: #c52329;
}
.ilb-nav .list-inline .list-inline-item {
  margin-right: 0;
}
.ilb-nav .list-inline .list-inline-item a {
  padding: 3px 0.9375rem;
  color: #fff;
  display: block;
  text-decoration: none;
}
.ilb-nav .list-inline .list-inline-item a:hover {
  background-color: #3476a9;
}
.ilg-nav .list-inline {
  padding-top: 10px;
  padding-bottom: 10px;
}
.ilg-nav .list-inline .list-inline-item {
  margin-left: 0.9375rem;
  margin-right: 0;
}
.ilg-nav .list-inline .list-inline-item:first-child {
  margin-left: 0;
  margin-right: 0;
}
.ilg-nav .list-inline .list-inline-item select {
  border: 1px solid #636466;
  border-radius: 2px;
}
.stckd-rw {
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 1.875rem;
}
.stckd-rw:not(:last-child) {
  margin-bottom: 1.875rem;
}
.stckd-rw .cntt p {
  margin-top: 0;
}
.stckd-rw .cntt p:last-child {
  margin-bottom: 0;
}
.report-cards-wrapper a:not(:first-child) .resource-card-h {
  margin-top: 1.875rem;
}
@media (max-width: 767px) {
  .report-cards-wrapper a {
    text-decoration: none;
  }
}
.report-cards-wrapper .resource-card-h {
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 1.875rem;
}
@media (max-width: 767px) {
  .report-cards-wrapper .resource-card-h .rc-img img {
    margin: 0 auto 0.9375rem auto;
  }
}
.report-cards-wrapper .resource-card-h .rsc-cont a {
  color: #619f42;
}
.report-cards-wrapper .resource-card-h p:last-child {
  margin-bottom: 0;
}
.enterprise h1 {
  font-family: "Roboto Slab", serif;
  font-weight: 700;
}
.enterprise .grecaptcha-badge {
  right: -300px !important;
}
.feat-hl-wrpr .list-inline {
  text-align: center;
}
.feat-hl-wrpr .list-inline-item {
  margin-right: 0;
  margin-left: 0;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 991px) {
  .feat-hl-wrpr .list-inline-item {
    width: 33.33%;
    border-top: none;
    float: left;
  }
  .feat-hl-wrpr .list-inline-item:nth-child(n + 4) {
    margin-top: 0.9375rem;
  }
}
@media (max-width: 767px) {
  .feat-hl-wrpr .list-inline-item {
    width: 33.33%;
    min-height: 146px;
  }
}
.feat-hl-wrpr .list-inline-item a {
  text-decoration: none;
}
.feat-hl-wrpr .list-inline-item .icon {
  width: 60px;
  height: 50px;
  margin: 0 auto;
  margin-bottom: 0.9375rem;
  display: block;
  float: none;
  background-image: url(/images/sprites/17-sucuri-a-enterprise-sprite.png);
  background-size: 800px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .feat-hl-wrpr .list-inline-item .icon {
    background-image: url(/images/sprites/17-sucuri-a-enterprise-sprite@2.png);
  }
}
.feat-hl-wrpr .list-inline-item .icon.gcdn {
  background-position: 0 0;
}
.feat-hl-wrpr .list-inline-item .icon.cen {
  background-position: -58px 0;
}
.feat-hl-wrpr .list-inline-item .icon.ddm {
  background-position: -118px 0;
}
.feat-hl-wrpr .list-inline-item .icon.cbw {
  background-position: -178px 0;
}
.feat-hl-wrpr .list-inline-item .icon.sir {
  background-position: -238px 0;
}
.feat-hl-wrpr .list-inline-item .icon.csl {
  background-position: -296px 0;
}
.feat-hl-wrpr .list-inline-item .icon.intm {
  background-position: -356px 0;
}
.feat-hl-wrpr .list-inline-item .icon.sisoint {
  background-position: -416px 0;
}
.feat-hl-wrpr .list-inline-item .icon.dam {
  background-position: -478px 0;
}
.hifeat-list .list-block-item {
  padding-left: 70px;
  position: relative;
}
.hifeat-list .list-block-item:not(:first-child) {
  margin-top: 0.9375rem;
}
@media (max-width: 767px) {
  .hifeat-list .list-block-item:not(:first-child) {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .hifeat-list .list-block-item {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
}
@media (max-width: 767px) {
  .hifeat-list .list-block-item:first-child {
    margin-top: 55px;
  }
}
@media (max-width: 767px) {
  .hifeat-list .list-block-item p:last-child {
    margin-bottom: 0;
  }
}
.hifeat-list .icon {
  width: 60px;
  height: 50px;
  margin: 0 auto;
  display: block;
  float: none;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(/images/sprites/17-sucuri-a-enterprise-sprite.png);
  background-size: 800px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .hifeat-list .icon {
    background-image: url(/images/sprites/17-sucuri-a-enterprise-sprite@2.png);
  }
}
@media (max-width: 767px) {
  .hifeat-list .icon {
    top: 30px;
  }
}
.hifeat-list .icon.gcdn {
  background-position: 0 0;
}
.hifeat-list .icon.cen {
  background-position: -58px 0;
}
.hifeat-list .icon.ddm {
  background-position: -118px 0;
}
.hifeat-list .icon.cbw {
  background-position: -178px 0;
}
.hifeat-list .icon.sir {
  background-position: -238px 0;
}
.hifeat-list .icon.csl {
  background-position: -301px 0;
}
.hifeat-list .icon.intm {
  background-position: -356px 0;
}
.hifeat-list .icon.sisoint {
  background-position: -416px 0;
}
.hifeat-list .icon.dam {
  background-position: -478px 0;
}
.hifeat-list h4 {
  text-align: left;
}
.hifeat-list p {
  text-align: left;
}
.resp-img {
  width: 381px;
  height: 238px;
  background-image: url(/images/sprites/17-sucuri-a-enterprise-sprite.png);
  background-size: 800px;
  background-position: 0 -50px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .resp-img {
    background-image: url(/images/sprites/17-sucuri-a-enterprise-sprite@2.png);
  }
}
@media (max-width: 991px) {
  .resp-img {
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .resp-img {
    width: 330px;
    height: 195px;
    background-size: 707px;
  }
}
.perfimg-wrpr .st0 {
  fill: #f6fafc;
}
.perfimg-wrpr .st1 {
  fill: #88bfe7;
}
.perfimg-wrpr .st2 {
  fill: #cecece;
}
.perfimg-wrpr .st3 {
  fill: #fff;
}
.perfimg-wrpr .st4 {
  fill: #95bf81;
}
.prt-wrpr {
  background-image: url(/images/17-sucuri-a-enterprise-lighthouse.png);
  background-size: cover;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .prt-wrpr {
    background-image: url(/images/17-sucuri-a-enterprise-lighthouse@2.png);
  }
}
@media (max-width: 767px) {
  .prt-wrpr {
    background-position: top right;
  }
}
.mnt-wrpr {
  background-image: url(/images/17-sucuri-a-enterprise-park.png);
  background-size: cover;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .mnt-wrpr {
    background-image: url(/images/17-sucuri-a-enterprise-park@2.png);
  }
}
@media (max-width: 767px) {
  .mnt-wrpr {
    background-position: top right;
  }
}
.mnt-sp-wrpr {
  width: 388px;
  height: 344px;
  position: relative;
}
@media (max-width: 991px) {
  .mnt-sp-wrpr {
    display: none;
  }
}
.mnt-sp-wrpr .mnt-scrn {
  width: 347px;
  height: 191px;
  position: absolute;
  top: 19px;
  left: 20px;
  background-position: top center;
  background-size: 388px;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .mnt-sp-wrpr .mnt-scrn {
    width: 100%;
  }
}
.mnt-sp-wrpr .mnt-scrn.monit {
  background-image: url(/images/17-sucuri-a-monitoring-dashboard.png);
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .mnt-sp-wrpr .mnt-scrn.monit {
    background-image: url(/images/17-sucuri-a-monitoring-dashboard@2.png);
  }
}
.mnt-sp-wrpr .mnt-scrn.protec {
  background-image: url(/images/17-sucuri-a-protection-dashboard.png);
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .mnt-sp-wrpr .mnt-scrn.protec {
    background-image: url(/images/17-sucuri-a-protection-dashboard@2.png);
  }
}
.mnt-sp-wrpr img {
  max-width: 100%;
}
.btmcta-wrpr .form-group .form-input {
  background-color: rgba(243, 243, 243, 0.5);
  border: 1px solid rgba(99, 100, 102, 0.5);
  border-radius: 2px;
}
.lgs-list {
  text-align: center;
}
.lgs-list .list-inline-item {
  margin-right: 0.9375rem;
  margin-left: 0;
}
.lgs-list .list-inline-item:not(:last-child) {
  margin-right: 0.9375rem;
}
@media (max-width: 767px) {
  .lgs-list .list-inline-item {
    margin-right: 0;
    margin-left: 0;
  }
}
.lgs-list .list-inline-item .logo {
  display: block;
  float: none;
  height: 71px;
  margin: 0 auto;
  background-image: url(/images/17-sucuri-a-enterprise-logos.png);
  background-size: 718px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .lgs-list .list-inline-item .logo {
    background-image: url(/images/17-sucuri-a-enterprise-logos@2.png);
  }
}
.lgs-list .list-inline-item .logo.gddy {
  background-position: 0 0;
  width: 155px;
}
.lgs-list .list-inline-item .logo.mdt {
  width: 121px;
  background-position: -155px 0;
}
.lgs-list .list-inline-item .logo.wpe {
  width: 167px;
  background-position: -276px 0;
}
.lgs-list .list-inline-item .logo.stg {
  width: 136px;
  background-position: -443px 0;
}
.lgs-list .list-inline-item .logo.inmh {
  width: 139px;
  background-position: -579px 0;
}
.tstmnl-wrpr {
  background-color: #f7faf5;
  background-image: url(/images/earth_overlay.png);
  background-repeat: no-repeat;
  background-position: center;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .tstmnl-wrpr {
    background-image: url(/images/earth_overlay.png);
  }
}
.tstmnl-wrpr .lead h3 {
  font-size: 1.75rem;
  font-weight: 800;
}
.tstmnl-wrpr .container {
  padding: 3.678125rem;
}
.tstmnl-wrpr blockquote {
  text-align: left;
  display: inline;
}
.tstmnl-wrpr blockquote p {
  display: inline;
  font-size: 1rem;
  font-weight: 600;
}
.tstmnl-wrpr blockquote p span {
  color: #619f42;
  font-weight: 700;
}
.tstmnl-wrpr blockquote::before {
  color: #619f42;
  font-weight: 700;
  content: open-quote;
  font-size: 6em;
  line-height: 0.1em;
  margin-left: -3.7rem;
  vertical-align: -0.4em;
  position: relative;
  right: 1.8rem;
  top: 1.2rem;
}
.tstmnl-wrpr .author {
  display: inline;
  color: #636466;
  font-size: 0.8rem;
  margin-left: -0.8rem;
}
.tstmnl-wrpr .img-logo {
  max-width: 100%;
}
@media (max-width: 991px) {
  .tstmnl-wrpr .img-author {
    margin-top: 60px;
  }
  .tstmnl-wrpr .container {
    padding-top: 0;
    padding-bottom: 0;
  }
  .tstmnl-wrpr .lead {
    margin-bottom: 60px;
  }
}
.proactive .contact-us-wrapper {
  background-color: #fff;
}
.proactive .hifeats-wrapper-b .hifeat .icon {
  background-image: url(/images/sprites/17-sucuri-a-proactive-page-icon-sprite.png);
  background-size: 200px;
  background-position: 0 0;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .proactive .hifeats-wrapper-b .hifeat .icon {
    background-image: url(/images/sprites/17-sucuri-a-proactive-page-icon-sprite@2.png);
  }
}
.proactive .hifeats-wrapper-b .hifeat .icon.sucptfm {
  background-position: 0 0;
}
.proactive .hifeats-wrapper-b .hifeat .icon.sucfwl {
  background-position: -50px 0;
}
.proactive .hifeats-wrapper-b .hifeat .icon.agsols {
  background-position: -100px 0;
}
.proactive .hifeats-wrapper-b .hifeat .icon.cstmesls {
  background-position: -150px 0;
}
.compare .p-table-b thead {
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
}
.compare .p-table-b thead.tr-fixed th {
  background-color: #f6fafc;
}
.compare .p-table-b thead th {
  font-weight: 600;
  font-size: 14px;
}
.compare .p-table-b thead th:not(:first-child) {
  padding-left: 5px;
  padding-right: 5px;
}
.compare .p-table-b thead th img {
  max-width: 68px;
}
.compare .p-table-b thead th.th-banner {
  padding-bottom: 0;
  padding-top: 0;
  background-color: #94bf81;
}
.compare .p-table-b thead th.th-banner p {
  margin-top: 0.46875rem;
  margin-bottom: 0;
  color: #fff;
  font-weight: 600;
  line-height: 1;
}
.compare .p-table-b tbody tr th {
  width: 272px;
  font-weight: 600;
  font-size: 13px;
}
.compare .p-table-b tbody tr th.bg-lgb {
  font-size: 0.9375rem;
}
@media (max-width: 991px) {
  .compare .p-table-b tbody tr th {
    min-width: 240px;
  }
}
.compare .p-table-b tbody tr td {
  font-size: 0.75rem;
}
.compare .p-table-b tbody tr td:first-child {
  padding-right: 5px;
}
.compare .p-table-b tbody tr td:not(:first-child) {
  padding-left: 0;
  padding-right: 0;
}
.compare .p-table-b tbody tr.price th {
  color: #619f42;
}
.compare .p-table-b tbody tr.price td span {
  font-weight: 800;
}
.compare .p-table-b tbody tr.price td:nth-child(2) span {
  color: #619f42;
}
.compare .p-table-b tbody tr:last-child {
  border-bottom: 1px solid #ebebeb;
}
.compare .p-table-b tbody tr:last-child th {
  border-left: 1px solid #ebebeb;
  background-color: #fff;
}
.compare .p-table-b tbody tr:last-child td {
  border-left: 1px solid #ebebeb;
  background-color: #fff;
}
.compare .p-table-b tbody tr:last-child td:last-child {
  border-right: 1px solid #ebebeb;
}
.compare .lrnmre-inline.single-ln {
  text-align: center;
}
.compare .lrnmre-inline.single-ln .lrnmre-inline-item {
  width: auto;
  float: none;
  display: inline-block;
  margin-left: 0.9375rem;
  margin-right: 0.9375rem;
}
.compare .lrnmre-inline.single-ln .lrnmre-inline-item p {
  color: #fff;
}
.compare .lrnmre-inline.single-ln .lrnmre-inline-item:hover p {
  color: #5d5d5d;
}
.cmplink-card .card-header {
  background-color: #94bf81;
  color: #fff;
  padding: 0.9375rem;
  text-align: center;
  border-top-right-radius: 9px;
  border-top-left-radius: 9px;
}
.cmplink-card .card-header p {
  margin-top: 0;
  margin-bottom: 0;
}
.cmplink-card .card-body {
  text-align: center;
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
  background-color: #f6fafc;
  border-bottom-right-radius: 9px;
  border-bottom-left-radius: 9px;
}
.cmplink-card:nth-child(n + 5) {
  margin-top: 1.875rem;
}
.ref-feat-table {
  padding-left: 3.75rem;
  position: relative;
}
.ref-feat-table:before {
  content: "";
  width: 50px;
  height: 50px;
  display: block;
  position: absolute;
  left: 0;
  background-image: url(/images/sprites/18-sucuri-referral-sprite.png);
  background-size: 100px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .ref-feat-table:before {
    background-image: url(/images/sprites/18-sucuri-referral-sprite@2.png);
  }
}
.ref-feat-table.wsp:before {
  background-position: 0 0;
}
.ref-feat-table.sfw:before {
  background-position: -50px 0;
}
.ref-feat-table .table thead th {
  text-align: right;
  color: #5d5d5d;
}
.ref-feat-table .table tbody tr th {
  vertical-align: middle;
  font-weight: 800;
}
.ref-feat-table .table tbody tr td {
  vertical-align: middle;
  text-align: right;
}
.ref-feat-table .table tbody tr td p {
  margin-top: 0;
  margin-bottom: 0;
}
.ref-feat-table .table tbody tr td p.pricing span {
  font-weight: 800;
}
.ref-feat-table .table tbody tr:last-child {
  border-bottom: 1px solid #ebebeb;
}
.ref-feat-table .table td,
.ref-feat-table .table th {
  padding: 4px;
}
.expansion-panel-container {
  margin-top: 23px;
}
.expansion-panel:not(:first-child) {
  margin-top: 0.46875rem;
}
.expansion-panel .expansion-panel-head {
  width: 100%;
  background-color: #f6fafc;
  border: 1px solid #ebebeb;
  padding-top: 0.46875rem;
  padding-bottom: 0.46875rem;
  padding-left: 1.875rem;
  padding-right: 0.9375rem;
  cursor: pointer;
}
.expansion-panel .expansion-panel-head p {
  line-height: 1;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
}
.expansion-panel .icon-expand {
  position: relative;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  line-height: 18px;
  height: 18px;
}
.expansion-panel .icon-expand:before {
  content: "";
  width: 20px;
  height: 20px;
  display: inline-block;
  font-size: 30px;
  line-height: 18px;
  font-weight: 500;
  position: relative;
  vertical-align: middle;
  background-image: url(/images/sprites/18-sucuri-faq-spirte.png);
  background-size: 46px;
  background-position: 0 -20px;
  background-repeat: no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .expansion-panel .icon-expand:before {
    background-image: url(/images/sprites/18-sucuri-faq-spirte@2.png);
  }
}
.expansion-panel .icon-expand:hover:before {
  background-position-x: -23px;
}
.expansion-panel .expansion-panel-body {
  width: 100%;
  float: left;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
.expansion-panel.collapsed .icon-expand:before {
  background-position: 0 0;
}
.expansion-panel.collapsed .icon-expand:hover:before {
  background-position-x: -23px;
}
.expansion-panel.collapsed .expansion-panel-body {
  display: none;
}
.ctabs-wrapper .tabs-header .btn {
  background-color: #ebebeb;
  border-radius: 0;
  color: #5d5d5d;
  font-size: 17px;
  float: left;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  min-width: 140px;
}
.ctabs-wrapper .tabs-header .btn:first-child {
  border-left: none;
}
.ctabs-wrapper .tabs-header .btn:hover {
  background-color: #94bf81;
  color: #fff;
  outline: 0;
}
.ctabs-wrapper .tabs-header .btn:focus {
  outline: 0;
}
.ctabs-wrapper .tabs-header .btn:active {
  background-color: #94bf81;
  color: #fff;
  outline: 0;
}
.ctabs-wrapper .tabs-header .btn.active {
  background-color: #94bf81;
  color: #fff;
}
@media (max-width: 767px) {
  .ctabs-wrapper .tabs-header .btn {
    width: 100%;
  }
}
.ctabs-wrapper .tabs-body .tabs-body-wrapper {
  border: 1px solid #ebebeb;
  overflow: hidden;
  width: 100%;
  display: block;
}
.ctabs-wrapper .tabs-body .cuform-wrapper {
  padding: 45px 76px;
  display: none;
}
@media (max-width: 767px) {
  .ctabs-wrapper .tabs-body .cuform-wrapper {
    padding: 15px;
  }
}
.ctabs-wrapper .tabs-body .cuform-wrapper.active {
  display: block;
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.ctabs-wrapper .tabs-body .cuform-wrapper.report {
  padding-left: 30px;
  padding-right: 30px;
}
.ctabs-wrapper .tabs-body .cuform-wrapper.report .lp {
  font-size: 20px;
  font-weight: 600;
}
.ctabs-wrapper .tabs-body .cuform-wrapper.report textarea {
  width: 100%;
  border: 1px solid #ebebeb;
}
.ctabs-wrapper .tabs-body .cuform-wrapper .form-select {
  border: 1px solid #ebebeb;
}
.ctabs-wrapper .tabs-body .cuform-wrapper .form-input {
  border: 1px solid #ebebeb;
}
.ctabs-wrapper .tabs-body .cuform-wrapper .submit {
  background-color: #2188ab;
  min-width: 311px;
  border: 1px solid #707070;
}
.ctabs-wrapper .tabs-body .cuform-wrapper .submit:hover {
  background-color: #3a82b9;
}
@media (max-width: 767px) {
  .social-icon-list .list-inline-item {
    width: auto;
    border: none;
  }
}
.wsp-ws-cont {
  background-size: 68%;
  background-position: 150% 100%;
  background-repeat: no-repeat;
  background-image: url(/images/2018/18-sucuri-dashboard-preview-final-2.png);
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .wsp-ws-cont {
    background-image: url(/images/2018/18-sucuri-dashboard-preview-final-2@2.png);
  }
}
@media only screen and (max-width: 767px) {
  .wsp-ws-cont {
    background-image: none;
  }
}
@media only screen and (min-width: 768px) {
  .wsp-ws-cont {
    background-size: 80%;
    background-position: 350% 100%;
  }
  .wsp-ws-cont .container {
    max-width: 756px;
  }
}
@media only screen and (min-width: 992px) {
  .wsp-ws-cont {
    background-size: 65%;
    background-position: 160% 100%;
  }
  .wsp-ws-cont .container {
    max-width: 960px;
  }
}
@media only screen and (min-width: 1200px) {
  .wsp-ws-cont {
    background-size: 55%;
    background-position: 120% 100%;
  }
  .wsp-ws-cont .container {
    max-width: 1124px;
  }
}
@media only screen and (min-width: 1644px) {
  .wsp-ws-cont {
    background-size: 47%;
    background-position: bottom right;
  }
}
@media only screen and (min-width: 1920px) {
  .wsp-ws-cont {
    background-size: 40%;
    background-position: bottom right;
  }
  .wsp-ws-cont .container {
    max-width: 1644px;
  }
}
@media only screen and (min-width: 2200px) {
  .wsp-ws-cont {
    background-size: contain;
  }
}
.whys-cont .container {
  padding-top: 100px;
  padding-bottom: 150px;
}
.whys-cont h2 {
  font-size: 2.75rem;
  line-height: 44px;
  font-weight: 600;
}
.whys-cont p {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.6;
}
.whys-cont li {
  font-size: 1rem;
  line-height: 32px;
  list-style-type: none;
}
.whys-cont .btn-success {
  color: #fff;
  background-color: #12a94b;
  border-color: #12a94b;
  padding: 10px 25px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
}
.whys-cont .btn-success:not(:disabled) {
  cursor: pointer;
}
.whys-cont .btn-success:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(18, 169, 75, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(18, 169, 75, 0.5);
}
.whys-cont .btn-success:hover {
  color: #fff;
  background-color: #0e863c;
  border-color: #0d7b37;
}
@media only screen and (max-width: 575px) {
  .whys-cont .container {
    padding-top: 40px;
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 768px) {
  .whys-cont .container {
    padding-bottom: 100px;
  }
  .whys-cont .list-inline-block:first-child {
    margin-right: 30px;
  }
}
@media only screen and (max-width: 1199px) {
  .whys-cont h2 {
    font-size: 1.25rem;
    line-height: 35px;
    margin-bottom: 0;
  }
  .whys-cont p {
    font-size: 1.25rem;
    line-height: 34px;
  }
}
@media only screen and (min-width: 992px) {
  .whys-cont .container {
    padding-bottom: 150px;
  }
  .whys-cont p {
    position: relative;
    width: 120%;
  }
  .whys-cont .in-list {
    width: 120%;
  }
}
@media only screen and (min-width: 1200px) {
  .whys-cont h2 {
    font-size: 1.5rem;
    margin-bottom: 0;
  }
  .whys-cont p {
    font-size: 1.25rem;
    margin-top: 10px;
    margin-bottom: 20px !important;
  }
  .whys-cont .list-inline-block:first-child {
    margin-right: 60px;
  }
}
@media only screen and (min-width: 1920px) {
  .whys-cont .list-inline-block:first-child {
    margin-right: 60px;
  }
  .whys-cont h2 {
    font-size: 2.75rem;
    line-height: 44px;
    font-weight: 600;
  }
  .whys-cont p {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.6;
  }
  .whys-cont p:first-child {
    margin-top: 40px;
  }
  .whys-cont p:last-child {
    margin-bottom: 0 !important;
  }
}
@media (max-width: 767px) {
  .whys-cont .whys-btns-cont .btn {
    width: 150px;
    text-align: center;
  }
}
.feat-banner {
  border: 1px solid #ebebeb;
  background-color: #fff;
  -webkit-box-shadow: 2px 5px 25px rgba(0, 0, 0, 0.16);
  box-shadow: 2px 5px 25px rgba(0, 0, 0, 0.16);
  margin-top: -180px;
}
.feat-banner h2 {
  font-size: 2rem;
  color: #12a94b;
}
.feat-banner h4 {
  color: #12a94b;
}
.feat-banner .lead {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 29px;
}
.feat-banner .bfeat {
  text-align: center;
}
.feat-banner .bfeat .bf-header {
  margin-bottom: 24px;
}
.feat-banner .bfeat .bf-body h4 {
  font-weight: 600;
}
.feat-banner .bfeat .bf-body h4,
.feat-banner .bfeat .bf-body p {
  color: inherit;
  font-size: 1rem;
  line-height: 32px;
  margin-top: 0;
  margin-bottom: 0;
}
.feat-banner .bfeat .bf-body p br {
  display: none;
}
.feat-banner .bfeat .bf-footer a {
  color: #12a94b;
  text-decoration: none;
  font-weight: 700;
  display: block;
}
.feat-banner .bfeat .bf-footer a:hover {
  -webkit-transform: scale(1.1) !important;
  transform: scale(1.1) !important;
}
@media only screen and (max-width: 378px) {
  .feat-banner .c-lg-3 {
    width: 100% !important;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 393px) {
  .feat-banner .c-lg-3:nth-child(odd) {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }
  .feat-banner .c-lg-3:nth-child(even) {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}
@media only screen and (max-width: 575px) {
  .feat-banner {
    padding-top: 80px !important;
    padding-bottom: 40px !important;
    margin-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
  }
  .feat-banner .c-lg-3 {
    width: 49.4%;
    display: inline-block;
  }
  .feat-banner .c-lg-3:nth-child(odd) {
    padding-right: 30px;
    padding-left: 10px;
  }
  .feat-banner .c-lg-3:nth-child(even) {
    padding-left: 30px;
    padding-right: 10px;
  }
}
@media only screen and (min-width: 576px) {
  .feat-banner {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
    padding-left: 0;
    padding-right: 0;
  }
  .feat-banner .c-lg-3:nth-child(even) {
    padding-right: 60px;
    padding-left: 30px;
  }
  .feat-banner .c-lg-3:nth-child(odd) {
    padding-left: 60px;
    padding-right: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .feat-banner .c-lg-3:nth-child(-n + 2) {
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 992px) {
  .feat-banner {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
    padding-left: 0;
    padding-right: 0;
  }
  .feat-banner .c-lg-3 {
    padding-right: 25px !important;
    padding-left: 25px !important;
  }
  .feat-banner .c-lg-3:first-child {
    padding-left: 30px !important;
  }
  .feat-banner .c-lg-3:last-child {
    padding-right: 30px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .feat-banner {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
    padding-left: 0;
    padding-right: 0;
  }
  .feat-banner .c-lg-3 {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }
  .feat-banner .c-lg-3:first-child {
    padding-left: 40px !important;
  }
  .feat-banner .c-lg-3:last-child {
    padding-right: 40px !important;
  }
}
@media only screen and (min-width: 1920px) {
  .feat-banner {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  .feat-banner .c-lg-3 {
    padding-right: 18px;
    padding-left: 18px;
  }
  .feat-banner .c-lg-3:first-child {
    padding-left: 15px;
  }
  .feat-banner .c-lg-3:last-child {
    padding-right: 15px;
  }
  .feat-banner .bfeat .bf-body {
    margin-left: auto;
    margin-right: auto;
  }
  .feat-banner .bfeat .bf-body p {
    margin: 0 auto;
  }
  .feat-banner .bfeat .bf-body p br {
    display: initial;
  }
}
.feat-banner .mb-md-40 {
  margin-bottom: 40px;
}
@media only screen and (max-width: 575px) {
  .feat-banner-cont {
    padding-top: 0;
  }
}
.home-c-icon.bfeatures-icon {
  width: 60px;
  height: 60px;
  display: block;
  background-image: url(/images/2018/19-sucuri-homepage-page-icons.png);
  background-size: 480px;
  background-position: 0 0;
  margin: 0 auto;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .home-c-icon.bfeatures-icon {
    background-image: url(/images/2018/19-sucuri-homepage-page-icons@2.png);
  }
}
.home-c-icon.bfeatures-icon.waf-prot-icon {
  background-position: 0 0;
  background-size: cover;
}
.home-c-icon.bfeatures-icon.monit-icon {
  background-position: -60px 0;
  background-size: cover;
}
.home-c-icon.bfeatures-icon.inc-res-icon {
  background-position: -120px 0;
  background-size: cover;
}
.home-c-icon.bfeatures-icon.perf-boost-icon {
  background-position: -180px 0;
  background-size: cover;
}
.home-c-list-check-item {
  position: relative;
}
.home-c-list-check-item:before {
  content: "";
  width: 24px;
  height: 24px;
  display: inline-block;
  background-size: 100%;
  background-image: url(/images/2018/check.png);
  margin-right: 5px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .home-c-list-check-item:before {
    background-image: url(/images/2018/check@2x.png);
  }
}
@media only screen and (max-width: 991px) {
  .bg-slg p {
    margin-top: 0;
    padding-top: 15px;
  }
}
.es
  .affix-footer-banner.affix-footer-banner-a
  .afbi-wrapper
  .af-icons-wrapper
  a {
  padding-left: 1px;
  padding-right: 1px;
}
.es
  .affix-footer-banner.affix-footer-banner-a
  .afbi-wrapper
  .af-icons-wrapper
  a
  p {
  font-size: 11px;
}
@media (min-width: 544px) {
  .es .hagncy-wrapper .hafrmcnt-container h3 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .es .hagncy-wrapper .hafrmcnt-container h3 {
    font-size: 18px;
  }
}
.es .fhl-item {
  font-size: 14px;
}
.pt .affix-footer-banner.affix-footer-banner-a h3 {
  font-size: 18px;
}
.pt
  .affix-footer-banner.affix-footer-banner-a
  .afbi-wrapper
  .af-icons-wrapper
  a {
  padding-left: 1px;
  padding-right: 1px;
}
.pt
  .affix-footer-banner.affix-footer-banner-a
  .afbi-wrapper
  .af-icons-wrapper
  a
  p {
  font-size: 11px;
}
@media only screen and (min-width: 992px) {
  .guide-cards-wrapper .guide-card .card-header img {
    height: 184px;
  }
}
.tealiumMo2TriggerButton {
  font-size: 11px;
  font-weight: 700;
  padding: 12px 0px;
  width: 216px;
  line-height: 13px;
  border-radius: 3px;
  border: 2px solid #5d5d5d;
  background-color: #fff;
  color: #5d5d5d;
  height: 40px;
}
@media (min-width: 992px) {
  .tealiumMo2TriggerButton {
    margin-left: 30px;
  }
}
@media (max-width: 1199.98px) {
  .tealiumMo2TriggerButton {
    margin-top: 15px;
  }
}

.ui-dialog.tealium {
  border: 1px solid #ebebeb !important;
}
.ui-dialog.tealium .ui-dialog-titlebar {
  background: #619f42;
  padding-top: 8px;
  padding-bottom: 8px;
  height: 32px !important;
}

.tealium,
.tealium div,
.tealium ul,
.tealium li,
.tealium span {
  font-family: "Open Sans", "Helvetica", Arial, Tahoma, sans-serif !important;
}

#__tealium_tag02_header {
  width: 100% !important;
}

#desclabel {
  margin-right: 270px !important;
}
.privacy_prompt_footer .button {
}

.privacy_prompt input[type="checkbox"].toggle + label {
  border-radius: 8px !important;
  background-color: #414042 !important;
}

.privacy_prompt input[type="checkbox"].toggle + label:before {
  border-radius: 6px !important;
}

.privacy_prompt input[type="checkbox"].toggle:checked + label,
.privacy_prompt input[type="checkbox"].toggle:focus:checked + label {
  background-color: #2188ab !important;
}

#backdrop {
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
}

.privacy_prompt.consent_preferences {
  z-index: 999999;
}

.privacy_prompt table tr:last-child td {
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
}

.btn-white-outline {
  color: #fff;
  font-size: 16px;
  border: 1px solid #fff;
  transition: border-color 0.2s ease, color 0.2s ease;
  border-radius: 0.25rem;
  background: transparent;

  &:hover,
  &:focus {
    color: #24ba9e;
    border-color: #24ba9e;
    background: transparent;
  }
}
}
.wordpress-1,
.blocklist-signup,
.malware-2 {
.hero-section .wrap {
  width: auto !important;
  max-width: 1000px !important;
  padding-right: 50px;
  padding-left: 50px;
  display: flex;
  margin: auto;
}
.sec.bottom.grey .wrap {
  width: 100%;
  max-width: 100% !important;
  padding: 27px 0;
}

.sec.featured img {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
  padding-right: 20px;
  padding-left: 20px;
}

.sec.customers li {
  font-size: 17px;
  line-height: 140%;
  display: block;
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  text-align: left;
  color: #56595c;
}

.sec.customers li img {
  display: block;
  width: 112px;
  height: 112px;
  margin: 0 auto 20px;
  border-radius: 50%;
}

.sec.customers li span {
  float: right;
  text-align: right;
}

.sec h1 {
  font-size: 35px;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 20px;
  text-align: center;
  color: #222;
}

.testimonial-container {
  margin-top: 20px;
  padding-bottom: 0;
}

.grey {
  background-color: #efefef;
}

.grey p {
  font-size: 16px;
  font-weight: 400;
  line-height: 180%;
  margin-bottom: 80px;
  text-align: center;
  color: grey;
}

.grey ul {
  display: block;
}

.grey li span {
  font-family: sans-serif;
  font-size: 26px;
  font-weight: 300;
  color: #609e43;
}

.sec.dark p {
  color: #fff;
}

.dark {
  background: #585858;
}

.wrap {
  overflow: hidden;
  width: 1000px;
  margin: 0 auto;
}

.left {
  float: left;
}

.col-5 {
  width: 41.67%;
}

.col-7 {
  width: 58.33%;
}

.bundle-callout-bottom,
.bundle-features h1.title,
.features-horizontal li,
.google .bundle-callout-bottom .wrap p {
  text-align: center;
}

.sec.dark a {
  color: #595959 !important;
  background: #fff;
}

.sec.dark a:hover {
  color: #fff !important;
  background-color: #478237;
}

.sec .bundle-callout-bottom .logo {
  display: block;
  margin: 0 auto 20px;
}

.sec .bundle-callout-bottom h1 {
  font-size: 40px;
  color: #fff;
}

.sec .bundle-callout-bottom .wrap ul {
  margin-top: 30px;
}

.sec .bundle-callout-bottom .wrap ul li {
  font-size: 18px;
  font-weight: 300;
  display: inline;
  padding: 0 10px;
  text-transform: uppercase;
  color: #fff;
}

.sec .bundle-callout-bottom .wrap ul li span {
  font-family: sans-serif;
  font-size: 21px;
  color: #619f42;
}

.btn.buy {
  margin: 40px auto;
  font-size: 19px;
  padding: 15px 40px;
  color: #fff !important;
  background-color: #559c42;
}

.sec .customers {
  > ul {
    display: flex;
  }
}
.hero-section.template {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: auto;
  padding-top: 65px;
  padding-bottom: 30px;
  text-align: left;
  background: #fff;
  background-size: auto 100%;
}
.sec h1 {
  font-size: 35px;
  font-weight: 300;
  line-height: 1;
  color: #222;
}

.hero-section.template .left {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 24px;
}

.hero-section.template .right {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 70px;
}

.hero-section.template h1 {
  font-size: 40px;
  font-weight: 700;
  padding-bottom: 0;
  text-align: left;
  color: #222;
  line-height: 1;
}

.hero-section.template .hero.left h2 {
  font-size: 18px;
  width: 100%;
  text-align: justify;
  color: grey;
  font-weight: 400;
}

.hero-section.template .hero.left p {
  color: #222;
}

.hero-section.template .hero.left p.price {
  font-size: 40px;
}

.hero-section.template .hero.left p.price span {
  font-size: 21px;
}

.hero-section.template .hero.left .btn.buy {
  display: inline-block;
}

.hero-section.template .hero.right img {
  width: 100%;
}

.bottom .wrap {
  width: 100%;
  max-width: 100% !important;
  padding: 27px 0;
}

.bottom .wrap .logos-container {
  width: 100%;
  text-align: center;
}

.bottom .wrap .logos-container img {
  display: inline;
  padding: 0 20px;
}

.testimonial-container {
  margin-top: 20px;
  padding-bottom: 0;
}

.testimonial-container p {
  font-size: 16px;
  font-weight: 400 !important;
  line-height: 180%;
  margin-bottom: 30px;
  text-align: justify;
  text-transform: none;
  color: grey;
}

.testimonial-container ul li.left {
  padding-right: 60px;
}

.testimonial-container ul li.right {
  padding-left: 60px;
}

.grey p {
  margin-bottom: 60px;
}

.text-left h1,
.text-left p {
  text-align: left;
}

.grey h3 {
  font-size: 21px;
  color: #559c42;
}

.grey li {
  font-size: 16px;
  font-weight: 400;
  display: block;
  margin-top: 16px;
  text-align: left;
  text-transform: none;
  color: grey;
}

.sec .featured h1 {
  font-size: 21px;
}

.sec .wrap {
  padding: 60px 0;
}

.sec .bundle-callout-bottom .logo {
  width: 91px;
  height: 102px;
  background: url(/images/icons/sucuri-shield-white-green-splus.png)
    no-repeat;
}