.sheet-label {
    position: absolute;
    top: 0;
    left: 0;
    margin: 6px;
    color: #999;
    font-size: 11px;
}

.client-logo {
    display: block;
    float: right;
    margin-right: -20px;
    max-height: 60px;
    max-width: 140px;
}

article p {
    max-width: none;
}

@media (max-width: 420px) {
    .client-logo {
        float: none;
        margin: 10px auto -20px;
    }
}

.float-left.float-image {
    margin-right: 30px;
}

.float-right.float-image {
    margin-left: 30px;
}

@media (max-width: 600px) {
    .float-left.float-image {
        margin-right: 0px;
        float: none;
    }
    .float-right.float-image {
        margin-left: 0px;
        float: none;
    }
}

.local-ads-icon {
    width: 1em;
    height: 1em;
    margin: -0.25em auto 0.5em;
    display: block;
    color: #17bcc9;
}

.stat-box {
    background: #ebf4f5;
    width: 280px;
    box-sizing: border-box;
    padding: 20px 15px 10px 15px;
    margin: 0 0 20px 30px;
    font-size: 1.1em;
    float: right;
    overflow: hidden;
}

@media (max-width: 720px) {
    .stat-box {
        margin: 0 auto 20px;
        float: none;
        max-width: 400px;
    }
    .flow-left {
        padding-right: 0 !important;
    }
}

@media (max-width: 600px) {
    .flow-right {
        padding-left: 0 !important;
    }
}

@media (max-width: 600px) {
    blockquote {
        clear: both;
    }
}

.stats {
    padding: 0;
    margin-bottom: 0;
    list-style-type: none;
}

.stats li {
    margin: 0 auto;
    padding:1em 0 1em 0;
    font-size: 0.7em;
    line-height: 1.1;
    border: solid 1px #ccc;
    border-style: none none solid;
    display: flex;
    align-items: center;
    max-width: 275px;
    letter-spacing:normal !important;
}

.stats li:first-child {
    --border-top-style: solid;
}

.stats li:last-child {
    border-bottom-style: none;
}

.stats .number {
    display: inline-block;
    vertical-align: bottom;
    width: 115px;
    font-size: 40px;
    color: #17bcc9;
    /* margin: 0 0 -0.2em 0; */
    margin-top: -0.01em;
    letter-spacing: -0.03em;
    box-sizing: border-box;
    font-family: "Gotham Rounded";
}

.stats .number sup {
    font-size: 0.6em;
    font-weight: 500;
    margin: 0 0em 0 0.02em;
    letter-spacing: -0.06em;
    display: inline-block;
    vertical-align: 0.45em;
}

.stats .number sup.prefix {
    margin-left: -0.3em;
}

.stats .number sup.plus {
    font-size: 0.8em;
    font-weight: 300;
    line-height: 0.5;
    vertical-align: baseline;
    padding-left: 0.1em;
}

.stats .number sup.times {
    font-size: 1.1em;
    font-weight: 300;
    vertical-align: -0.07em;
    line-height: 0.5;
    padding-left: 0.02em;
    margin-right: 0.1em;
}

.stats .number sup.times:before {
    font-size: 0.6em;
    vertical-align: middle;
}

.stats .number .percent {
    font-size: 0.65em;
    font-weight: 500;
    margin-left: 0.1em;
}

.stats .number sub {
    font-weight: 500;
    font-size: 0.5em;
    letter-spacing: -0.05em;
    display: inline-block;
    vertical-align: baseline;
}

.stats .number sub.symbol {
    font-size: 0.7em;
    font-weight: 500;
    margin-left: 0.05em;
}

.stats .number small {
    font-family: "Gotham Rounded";
    font-weight: 300;
    display: block;
    line-height: 1;
    font-size: 0.3em;
    padding: 0.1em 0 0 0.2em;
    letter-spacing: 0;
    margin: 0 0 -0.2em 0;
    color: black;
}

.stats .text {
    display: inline-block;
    vertical-align: bottom;
    width: 130px;
    font-weight: 400;
}

.laptop>div {
    position: absolute;
    top: 8%;
    left: 17%;
    right: 17.5%;
    bottom: 18%;
    overflow: hidden;
}

.iphone6 {
    width: 200px;
    max-width: 100%;
    position: relative;
    display: inline-block;
    box-shadow: none !important;
}

.iphone6:before {
    content: "";
    display: block;
    padding-bottom: 209%;
}

.iphone6>* {
    position: absolute !important;
    top: 0;
    left: 0;
    right: 0;
    height: 0;
    bottom: auto;
    box-sizing: border-box;
    padding: 104% 0%;
    border-radius: 15%/7%;
    transform-origin: 0 0;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
    text-align: center;
}

.iphone6>*>*>div {
    position: relative;
    height: 0;
    width: 89%;
    border: solid 1px #333;
    margin: -80% auto 0;
    padding-bottom: 159%;
    background: #d3d6db;
}

.iphone6>*>*>*:last-child {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0;
    max-width: none;
    width: 104%;
    transform: translate(-50%, -50%);
}

.iphone6>*>*>div>img {
    width: 100%;
}

.hovergrow {
    position: relative;
}

.hovergrow:hover {
    z-index: 1000 !important;
}

.hovergrow>* {
    transform-origin: 50% 50%;
    transform: scale(1);
    transition: transform 0.2s ease-out;
}

.hovergrow:hover>* {
    transform: scale(1.4);
}

.hovershadow:hover>*,
.hovershadow.iphone6:hover>* {
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

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

.float-clear {
    overflow: hidden;
    display: block;
    float: none;
    clear: both;
}

.float-clear-noclip:after {
    content: "";
    display: block;
    float: none;
    clear: both;
}

img {
    max-width: 100%;
}

blockquote {
    border-left: 5px solid #19bdc9;
    padding: 0 0 0 15px;
    margin: 0 0 20px;
}

blockquote>p>q,
blockquote>q {
    display: block;
    text-indent: -0.3em;
}

q:before {
    content: open-quote;
}

q:after {
    content: close-quote;
}

article blockquote p {
    margin: 0em;
}

blockquote cite {
    font-size: 13px;
    color: #999;
    font-style: normal;
    line-height: 1;
    display: block;
    margin-top: 5px;
    font-size: 0.8em;
}

blockquote.bubble {
    border: none;
    background: #f3f3f3;
    border-radius: 8px;
    padding: 10px 10px 10px 20px;
    position: relative;
}

blockquote.bubble:after {
    content: "";
    border-style: solid;
    border-width: 10px;
    border-width: 10px 20px;
    color: #f3f3f3;
    border-bottom-color: transparent;
    border-left-color: transparent;
    position: absolute;
    bottom: 0;
    right: 40px;
    margin-bottom: -20px;
}

blockquote.bubble.point-right-right:after {
    right: 40px;
    left: auto;
    border-left-color: transparent;
    border-right-color: inherit;
}

blockquote.bubble.point-left-left:after {
    left: 40px;
    right: auto;
    border-right-color: transparent;
    border-left-color: inherit;
}

blockquote.bubble.point-right-left:after {
    right: 40px;
    left: auto;
    border-right-color: transparent;
    border-left-color: inherit;
}

blockquote.bubble.point-left-right:after {
    left: 40px;
    right: auto;
    border-left-color: transparent;
    border-right-color: inherit;
}

blockquote.bubble.point-center:after {
    left: 50%;
    right: auto;
    border-right-color: transparent;
    margin: -30px -15px;
    border-width: 15px;
}

blockquote.bubble.pbxx-teal {
    color: white;
    background: #17bcc9;
}

blockquote.bubble.pbxx-black {
    color: white;
    background: #322733;
}

blockquote.bubble.pbxx-teal cite,
blockquote.bubble.pbxx-black cite {
    color: rgba(255, 255, 255, 0.7);
}

blockquote.bubble.pbxx-teal:after {
    color: #17bcc9;
}

blockquote.bubble.pbxx-black:after {
    color: #322733;
}

article .alignright {
    margin-left: 20px;
}

article .alignleft {
    margin-right: 20px;
}

article .aligncenter {
    margin-left: auto;
    margin-right: auto;
    display: table;
    clear: none;
}

.alignright {
    float: right;
    clear: none;
}

.alignleft {
    float: left;
    clear: none;
}

.aligncenter {
    float: none;
    clear: both;
}

.pbxx-statbox.is-style-statboxmal.alignright {
    border-left: solid 1px #ccc;
    /* padding-right: */
}

.pbxx-statbox.is-style-statboxmal.alignleft {
    border-right: solid 1px #ccc;
}

.pbxx-statbox.is-style-statboxmal.aligncenter {
    border-right: solid 1px #ccc;
    border-left: solid 1px #ccc;
}

.pbxx-statbox {
    background: #ebf4f5;
    width: 295px;
    box-sizing: border-box;
    padding: 20px 20px 15px;
    margin: 0 20px;
    overflow: hidden;
    text-align: left;
}

.pbxx-statbox.alignleft,
.pbxx-statbox.float-left {
    margin-left: 0;
}

.pbxx-statbox.alignright,
.pbxx-statbox.float-right {
    margin-right: 0;
}

@media (max-width: 720px) {
    .pbxx-statbox,
    .pbxx-statbox.alignleft,
    .pbxx-statbox.alignright,
    .pbxx-statbox.float-left,
    .pbxx-statbox.float-right {
        margin: 0 auto 20px;
        float: none;
        max-width: 400px;
    }
}

@media (max-width: 480px) {
    .pbxx-statbox,
    .pbxx-statbox.alignleft,
    .pbxx-statbox.alignright,
    .pbxx-statbox.float-left,
    .pbxx-statbox.float-right {
        margin: 0 auto 20px;
        float: none;
        max-width: 100%;
    }
}

.pbxx-statbox .stats {
    padding: 0;
    margin-bottom: 0;
    list-style-type: none;
    text-align: left;
}

.pbxx-statbox .stats li {
    margin: 0 auto;
    padding: 0.3em 0 1em 0;
    font-size: 0.75em;
    line-height: 1.1;
    border: solid 1px #ccc;
    border-style: none none solid;
    max-width: 275px;
    display: block;
    display: flex;
    align-items: flex-end;
}

.pbxx-statbox .stats li:last-child {
    border-bottom-style: none;
}

.pbxx-statbox .stats .number {
    display: inline-block;
    vertical-align: bottom;
    width: 135px;
    font-size: 2.2rem;
    color: #17bcc9;
    margin: 0 0 -0.2em 0;
    padding-right: 10px;
    letter-spacing: -0.02em;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
    font-family: "Gotham Rounded";
}

.pbxx-statbox .stats img {
    margin: 0;
    max-height: 40px;
}

.pbxx-statbox .stats .number.icons {
    font-size: 3.5em;
    line-height: 1;
    white-space: nowrap;
    margin-left: -5px;
    margin-right: 5px;
    vertical-align: middle;
    letter-spacing: 6px;
}

.pbxx-statbox .stats .number.icons+* {
    margin-right: -20px;
    width: 130px;
}

.pbxx-statbox .stats .number.icons i {
    vertical-align: middle;
}

.pbxx-statbox .stats .number sup {
    font-size: 0.75em;
    font-weight: 500;
    margin: 0 0em 0 0.02em;
    letter-spacing: -0.06em;
    display: inline-block;
    vertical-align: 0.25em;
}

.pbxx-statbox .stats .number sup.prefix {
    margin-left: -0.3em;
}

.pbxx-statbox .stats .number sup.plus {
    font-size: 0.8em;
    font-weight: 500;
    line-height: 0.5;
    vertical-align: baseline;
    padding-left: 0.1em;
}

.pbxx-statbox .stats .number sup.times {
    font-size: 1.1em;
    font-weight: 300;
    vertical-align: -0.07em;
    line-height: 0.5;
    padding-left: 0.02em;
    margin-right: 0.1em;
}

.pbxx-statbox .stats .number .times:before {
    content: none;
}

.pbxx-statbox .stats .number .percent {
    font-size: 0.65em;
    font-weight: 900;
    margin-left: 0.1em;
}

.pbxx-statbox .stats .number sub {
    font-weight: 500;
    font-size: 0.5em;
    letter-spacing: -0.05em;
    display: inline-block;
    vertical-align: baseline;
}

.pbxx-statbox .stats .number sub.symbol {
    font-size: 0.7em;
    font-weight: 500;
    margin-left: 0.05em;
}

.pbxx-statbox .stats .number small {
    font-family: "Gotham Rounded";
    font-weight: 300;
    display: block;
    line-height: 1;
    font-size: 0.3em;
    padding: 0.1em 0 0 0.2em;
    letter-spacing: 0;
    margin: 0 0 -0.2em 0;
    color: black;
}

.pbxx-statbox .stats .text {
    display: inline-block;
    vertical-align: bottom;
    width: 110px;
    font-weight: 400;
}

article .pbxx-statbox h3 {
    margin: 0 0 0.5em;
    text-align: center;
    font-weight: 300;
    font-size: 1.75em;
}

article .pbxx-statbox p {
    margin: 0 0 0.5em;
    line-height: 1.25;
}

.pbxx-statbox.is-style-statbox-minimal {
    background: none;
    border-right: solid 1px #ccc;
    width: 235px;
}

.pbxx-statbox.is-style-statbox-minimal .stats li {
    border: none 0px;
    display: block;
}

.pbxx-statbox.is-style-statbox-minimal .stats .number {
    display: block;
    width: 100%;
    font-size: 2em;
    margin-top: 0.25em;
}

.pbxx-statbox.is-style-statbox-minimal .stats .text {
    display: block;
    width: 100%;
    font-size: 1em;
    margin-top: 0.5em;
}

@media (max-width: 480px) {
    .pbxx-statbox.is-style-statbox-minimal {
        border-left: solid 1px #ccc;
    }
}

article .pbxx-statbox h3 {
    margin: 0 0 0.5em;
    text-align: center;
    font-weight: 300;
    font-size: 1.75em;
}

article .pbxx-statbox p {
    margin: 0 0 0.5em;
    line-height: 1.25;
}

.map .map-img {
    position: relative;
}

.map .map-pin {
    font-size: 30px;
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    width: 1em;
    height: 1em;
    margin: -1.2em -0.5em;
    border-radius: 50% 50% 0% 50%;
    border: none;
    background-color: rgba(23, 188, 201, 1);
    box-shadow: 2px -3px 2px rgba(0, 0, 0, 30%);
    color: #000;
    transform: rotate(45deg);
}

.map .map-pin:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    margin: -4px;
    background: #000;
    border-radius: 50%;
}

.widget {
    border-top: solid 1px #999;
    margin-bottom: 30px;
}

.widget_pbxx_advert_widget {
    border-top: none 0px;
}

.home .widget:not(.widget_pbxx_advert_widget):first-child,
.archive .widget:not(.widget_pbxx_advert_widget):first-child {
    margin-top: 74px;
}

.author .widget:not(.widget_pbxx_advert_widget):first-child {
    margin-top: 98px;
}

.widget h3 {
    text-shadow: none;
    font: 500 18px/1 "Gotham Rounded";
    text-transform: uppercase;
    text-align: center;
    background: #ffffff;
    color: #878787;
    width: 8em;
    margin: -0.5em auto 1em;
    margin: -0.55em auto 1.5em;
}

.widget li {
    font-size: 13px;
    line-height: 1.5em;
    color: #aaa;
    text-shadow: 1px solid #fff;
    margin-left: 0;
}

.widget ul li:before {
    content: none;
}

.widget input,
.widget select {
    width: 100%;
    padding: 0 1.8em 0 0.8em;
    border: none;
    width: 100%;
    box-sizing: border-box;
    border-radius: 0px;
    line-height: 3;
    height: 3em;
    font-size: 1em;
    font-size: 14px;
}

.widget ::-webkit-input-placeholder {
    color: #999;
}

.widget ::-moz-input-placeholder {
    color: #999;
}

.widget ::-ms-input-placeholder {
    color: #999;
}

.widget .btn {
    position: relative;
    z-index: 2;
    border-radius: 0px;
    padding: 0.8em 1em;
    margin: 0;
    text-shadow: none;
    text-align: center;
    display: block;
    clear: both;
    font-family: lato;
    font-weight: 700;
    width: 100%;
    box-sizing: border-box;
}

.widget .hbspt-form form.hs-form label {
    display: none;
}

.widget .hbspt-form form.hs-form fieldset[class] .input {
    margin-right: 0;
}

.widget .hbspt-form form.hs-form li.hs-form-radio label {
    background: white;
}

.widget .hbspt-form form.hs-form fieldset[class] select {
    text-align: left;
    text-align-last: left;
    padding-left: 0.8em;
}

.widget .hbspt-form form.hs-form fieldset .hs-form-field,
.widget .hbspt-form form.hs-form li.hs-form-radio label {
    margin: 0 0 4px;
    overflow: hidden;
}

.widget .hbspt-form form.hs-form li.hs-form-radio label {
    padding-top: 8px;
    margin-top: 8px;
    margin-bottom: 8px;
    position: relative;
    overflow: visible;
}

.widget .hbspt-form form.hs-form .hs-button:not(.inactive):not(.link) {
    margin-top: 0;
    height: auto;
}

.widget.widget_pbxx_recent_posts ul {
    list-style-type: none;
    padding: 0;
}

.widget.widget_pbxx_recent_posts ul li {
    margin-bottom: 20px;
}

.widget.widget_pbxx_recent_posts a {
    display: block;
    overflow: hidden;
    color: #666;
    transition: all 100ms linear;
    position: relative;
}

.widget.widget_pbxx_recent_posts a:hover {
    color: #17bcc9;
}

.widget.widget_pbxx_recent_posts img {
    width: 40px;
    margin-right: -40px;
    float: left;
}

.widget.widget_pbxx_recent_posts h6 {
    float: left;
    padding-top: 0px;
    font-weight: 600;
    font-size: 13px;
    margin: -2px 0 0 50px;
}

.widget.widget_pbxx_recent_posts h6 span {
    color: #ccc;
}

@media screen and (max-width: 880px) {
    .widget.widget_pbxx_recent_posts ul {
        max-width: 400px;
        margin: auto;
    }
    .widget.widget_pbxx_recent_posts h6 {
        font-size: 1em;
    }
}

.widget.widget_pbxx_recent_posts.blog-recent ul,
.widget.widget_pbxx_recent_posts.blog-recent ol {
    margin: 0.25em 0 1.5em;
    list-style-type: none;
    counter-reset: list;
    padding: 0;
}

.widget.widget_pbxx_recent_posts.blog-recent li {
    line-height: 1.8;
    margin: 0 0 0.5em 1.6em;
    position: relative;
    counter-increment: list;
    font-size: 14px;
}

.widget.widget_pbxx_recent_posts.blog-recent li:before {
    font-size: 1em;
    font-weight: 900;
    margin: 0em 0 0 -1.6em;
    position: absolute;
    height: 1em;
    width: 1.2em;
    line-height: 1.8;
    padding: 0;
    text-align: left;
    border-radius: 0px;
    border-right: none 2px #17bcc9;
}

.widget.widget_pbxx_recent_posts.blog-recent ol li:before {
    content: counter(list) ":";
}

.widget.widget_pbxx_recent_posts.blog-recent li a {
    text-decoration: none;
}

.wpcf7-response-output{
	display:none !important;
}

.wpcf7 .screen-reader-response {
    display: none;
}

.comparison {
    table-layout:fixed;
    border-collapse:collapse;
    line-height:1.2;
    font-size: .9em;
    font-weight: 500;
  }
  .comparison td {
    padding:.1em .5em;
    height: 4em;
  }
  .comparison td small {
    font-size:.8em;
    display:block;
    margin:.4em -.1em -1.2em;
  }

  .comparison th {
    font-style:normal;
    font-weight: 300;
    font-size:1.2em;
    padding:0.5em 2%;
  }
  .comparison .checkmark:before  {
       content: '';
    margin: auto;
    padding-left: 0;
    width: 0.5em;
    height: 1em;
    line-height: 1.2;
    font-size: 1.2em;
    display: block;
    border: solid 3px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    border-style: none solid solid none;
  }
  .comparison th:nth-child(3) {
    /* padding-left:0; */
    /* padding-right:0; */
  }
  .comparison td:nth-child(1) {
    padding-left: 1rem;
    padding-right:10px;
    border-bottom: 1px solid #ddd;
    text-align:left;
  }
  .comparison td:nth-child(2) {
    width: 120px;
    color: #888;
    border:none;
    border-bottom: solid 1px #ddd;
    border-left: solid 1px #ddd;
    text-align: center;
  }
  .comparison td:nth-child(3) {
    width: 120px;
    color: #17bcc9;
    border:none;
    border: solid 1px #c8dfe0;
    background: #e1f5f7;
    text-align: center;
  }
  .comparison tr:first-child td:nth-child(1) {border-top: solid 1px #c8dfe0;}
  .comparison tr:first-child td:nth-child(3) {border-top: solid 1px #c8dfe0;}
  .comparison tr:last-child  td:nth-child(3) {border-bottom: solid 1px #c8dfe0;}
  .comparison tr:first-child td:nth-child(2) {border-top:solid 1px #ddd;}
  .comparison tr:last-child  td:nth-child(2) {border-bottom:solid 1px #ddd;}

  @media (max-width:640px){
    .comparison {font-size:0.8em;}
    .comparison td {height: 4em;}
    .comparison td:nth-child(2),
    .comparison td:nth-child(3) {width: 80px;}
  }
  @media (max-width:640px){
    .comparison td:nth-child(2),
    .comparison td:nth-child(3) {width: 60px;}
  }
/* .wp-block-embed-facebook {
    text-align: center !important;
}

.widget h3 {
    font: 15px 'Gotham Rounded Book' !important;
} */