/*
Theme Name: required+ Starter (child theme)
Theme URI: http://themes.required.ch/
Author: David Mitchell @SnapSurveys
Author URI: http://www.snapsurveys.com/
Description: Starter child theme for the required+ Foundation parent theme.
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Version: 22.11.24
Update notes: 
- updated cert badges
- updated link cta blue
- slick slider fix, removed banner last child margin:0
- updated wp table style
- reverse block columns on mobile
Template: required-foundation
Text Domain: requiredstarter
*/
/* css variables do not work in IE11 - only use with non-essential styling*/ 
:root {
    /* color palette */
    --snap: #00b5e2; /* body text link */
    --cta: #0066cc; /* old: #0066cc */
	--cta-hover: #0075eb;
    --green: #39d1b0; /* snap green */
    --link: #0066cc; /* links and buttons, old: #0066cc */
	--link-hover: #0060ad;
    --dark-blue: #002d76; /* dark blue for larger areas and backgrounds, old: #00245e */
	--light-blue: #e4f7ff;
    --light-green: #e9fced;
    --ink: #212121; /* near black for text */
    --white: #ffffff; /* white */
    --slate: #3d4b54; /* dark grey */
    --smoke: #d9d9d9; /* light grey */
    --mist: #f2f2f2; /* very light grey */
    --ghost: #fafafa; /* ultra light grey */
}
button, hr, input {
    overflow: visible
}
audio, canvas, progress, video {
    display: inline-block
}
F progress, sub, sup {
    vertical-align: baseline
}
[type=checkbox], [type=radio], legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}
html {
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}
body {
    margin: 0
}
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section {
    display: block
}
hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}
code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em
}
a {
    background-color: transparent
}
abbr[title] {
    border-bottom: none;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}
b, strong, .bold, .strong {
    font-weight: bolder
}
dfn {
    font-style: italic
}
mark {
    background-color: #ff0;
    color: #000
}
small {
    font-size: 80%
}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative
}
sub {
    bottom: -.25em
}
sup {
    top: -.5em
}
audio:not([controls]) {
    display: none;
    height: 0
}
img {
    border-style: none
}
svg:not(:root) {
    overflow: hidden
}
button, input, optgroup, select, textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}
button, select {
    text-transform: none
}
[type=reset], [type=submit], button, html [type=button] {
    -webkit-appearance: button
}
[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    border-style: none;
    padding: 0
}
[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
    outline: ButtonText dotted 1px
}
fieldset {
    padding: .35em .75em .625em
}
legend {
    color: inherit;
    display: table;
    max-width: 100%;
    white-space: normal
}
textarea {
    overflow: auto
}
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}
[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}
[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}
summary {
    display: list-item
}
[hidden], template {
    display: none
}
@media print {
    blockquote, img, pre, tr {
        page-break-inside: avoid
    }
    *, :after, :before {
        color: #000 !important;
        text-shadow: none !important;
        background: 0 0 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important
    }
    a, a:visited {
        text-decoration: underline
    }
    a[href]:after {
        content: " ("attr(href) ")"
    }
    abbr[title]:after {
        content: " ("attr(title) ")"
    }
    a[href^="#"]:after, a[href^="javascript:"]:after {
        content: ""
    }
    blockquote, pre {
        border: 1px solid #999
    }
    thead {
        display: table-header-group
    }
    img {
        max-width: 100% !important
    }
    h2, h3, p {
        orphans: 3;
        widows: 3
    }
    h2, h3 {
        page-break-after: avoid
    }
    .btn > .caret, .dropup > .btn > .caret {
        border-top-color: #000 !important
    }
    .label {
        border: 1px solid #000
    }
    .table {
        border-collapse: collapse !important
    }
    .table td, .table th {
        background-color: #fff !important
    }
    .table-bordered td, .table-bordered th {
        border: 1px solid #ddd !important
    }
}
html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 100%;
}
body {
    line-height: 1.5;
    font-family: 'Nunito Sans', Helvetica, Arial, sans-serif;
    color: #212121;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, small {
    font-size: 60%
}
*, :after, :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}
.left {
    float: left
}
.right {
    float: right
}
.text-left {
    text-align: left
}
.text-right {
    text-align: right
}
.center, .text-center {
    text-align: center
}
.text-uppercase {
    text-transform: uppercase
}
.text-white {
    color: white
}
.hide-override {
    display: none !important
}
.highlight {
    background: #ff9
}
.no-margin {
    margin: 0;
}
#googlemap img, #map_canvas embed, #map_canvas img, #map_canvas object, embed, object {
    max-width: none
}
address, blockquote, dl, fieldset, figure, ol, p, pre, table, ul {
    margin-top: 0;
    margin-bottom: 1.5rem
}
p,.p {
    font-size:1rem;
    margin-top: 0;
    margin-bottom: 1.5rem;
}
h1, .h1 {
    font-size:     2rem;
    line-height:   1.1;
    margin-top:    0;
    margin-bottom: 1.5rem;
    font-weight: 800;
}
h2, .h2 {
    font-size: 1.5rem;
    line-height: 1.2;
    margin-top:    1em;
    margin-bottom: 0.5em;
    font-weight: 800;

}
h3, .h3 {
    font-size:     1.17em;
    line-height:   1.6;
    margin-top:    1em;
    margin-bottom: 0.5em;
    font-weight: 800;
}
h4, .h4 {
    font-size:     1em;
    line-height:   1.6;
    margin-top:    1em;
    margin-bottom: 0.5em;
}
h5, .h5 {
    line-height:   1.6;
    margin-top:    1em;
    margin-bottom: 0.5em
}
h6, .h6 {
    line-height:   1.6;
    margin-top:    1em;
    margin-bottom: 0.5em
}

@media (min-width: 56em) {/* typography media query */
    h1, .h1 {
        font-size: 2.5rem;
    }
    h2, .h2 {
        font-size: 2rem;
    }
    h3, .h3 {
        font-size: 1.5rem;
    }
    h4, .h4 {
        font-size: 1.3rem;
    }
    h5, .h5 {
        font-size: 1.2rem;
    }
    h6, .h6 {
        font-size: 1rem;
    }
    
}
/* prevent margin-top if first header preceeded by these elements  */
input + h1:first-of-type {
    margin-top: 0;
}
input + h2:first-of-type {
    margin-top: 0;
}
input + h3:first-of-type {
    margin-top: 0;
}
h1:first-child, h2:first-child, h3:first-child, h4:first-child, h4:first-child, h6:first-child {
    margin-top: 0
}
.landing-quote h3, em, i {
    font-style: italic
}
hr {
    border: solid #ddd;
    border-width: 1px 0 0;
    height: 0;
    margin: 22px 0 21px
}
.subheader {
    color: #6f6f6f;
    font-weight: 400;
    line-height: 1.3;
    margin-bottom: 1.5rem
}
b, em, i, small, strong {
    line-height: inherit
}
b, strong {
    font-weight: 700
}
dl, ol, ul {
	font-size: 1rem;
    line-height: 1.5;
    list-style-position: outside
}
ul li ol, ul li ul {}
ul.circle, ul.disc, ul.square {}
ul.square {
    list-style-type: square
}
ul.circle {
    list-style-type: circle
}
ul.disc {
    list-style-type: disc
}
#Grid, #filter-controls, .intro-ticklist li, .nav ul {
    list-style-type: none
}
ul.no-bullet {
    list-style: none;
    padding-left: 0;
    margin-left: 0
}
ul.large li {
    line-height: 21px
}
.testimonial blockquote {
    margin: 0 0 1rem;
    position: relative
}
.testimonial blockquote:before {
    color: white;
    content: open-quote;
    font-size: 9rem;
    position: absolute;
    display: block;
    top: -50px;
    left: -65px
}
.testimonial blockquote p {
    display: inline;
}
.testimonial cite p {
    margin: 0
}
abbr, acronym {
    border-bottom: 1px solid #ddd;
    color: #222;
    cursor: help;
    font-size: 90%;
    text-transform: uppercase
}
abbr {
    text-transform: none
}
.print-only {
    display: none !important
}
img[src$=".svg"].size-full {
    width: 100%
}
svg {
    width: 100%;
    height: auto;
}
.bg-cover {
    background-size: cover
}
.geo-us .uk-only, .us-only {
    display: none !important
}
.geo-us .us-only {
    display: block !important
}
.geo-us a.us-only, .geo-us span.us-only {
    display: inline !important
}
.scrollup {
    bottom: 36px;
    color: #666;
    display: none;
    font-size: 30px;
    height: 30px;
    line-height: 30px;
    margin: 0;
    opacity: .5;
    padding: 0;
    position: fixed;
    right: 10px;
    width: 30px;
    z-index: 999
}
.scrollup:hover {
    border: none;
    color: #000
}
label {
    display: block
}
a, p a, p a:visited {
    line-height: inherit
}
span.error {
    color: #C00
}
span.green {
    color: #95C925
}
span.whitesmoke {
    color: #f5f5f5
}
a, span.blue {
    color: var(--link); 
}
.entry-meta h6, label {
    font-weight: 400
}
a {
    text-decoration: none
}
.link {
    color: #4D5154 !important
}
.link:hover {
    color: #000 !important
}
.footnote {
    font-size: small
}
form .footnote {
    margin-bottom:0;
}
form {
	margin:0;
}
mark {
    background-color: #E8F7FF
}
#support-items div p:last-child {
    margin-bottom: 40px
}
.support-icon {
    position: absolute
}
.entry-meta h6 {
    color: #aaa
}
.feature-box {
    background: white;
    border: 1px solid #E3E7E8;
    margin-bottom: 2rem;
    padding: 20px
}
.feature-box > :last-child {
    margin-bottom: 0
}
textarea {
    height: 100% !important;
    resize: none;
}
label {
    color: #4d4d4d;
    cursor: pointer;
    font-size: 1rem;
    margin-top: 6px;
    margin-bottom: 3px
}
th {
    text-align: left;
}
.warning-box {
    background-color: #fff4f4;
    border: 1px solid #ffc5c5;
    margin-bottom: 20px;
    padding: 20px
}
.warning-box:last-child {
    margin-bottom: 0
}
.screen-reader-text {
    left: -9999px;
    position: absolute;
    top: -9999px
}
@media screen and (min-width:820px) {
    #landing .content-wrapper {
        padding-top: 46px
    }
}
/* nav */
.nav-logo .link-logo {
    display:flex;
}
nav a, nav a:link, nav a:visited {
    text-decoration: none;
    color: var(--ink);
    /*line-height: 1.3;*/
    font-weight: inherit;
}
nav li a:hover {
    text-decoration: underline;
	
}
button {
    font-family: 'Nunito sans', sans-serif;
    font-size: 1rem;
}
.header-nav {
    box-shadow: 0 0 30px rgba(0, 0, 0, 5%);
    z-index: 999;
    width: 100%;
    background-color: #fff;
}
.sub-menu-wrap {
    position: relative;
}
.sub-menu-section {
    text-align: left;
}
.sub-menu-section[aria-hidden="true"] {
    display: none;
}
.login-link {
    position: relative;
    color: var(--ink);
    text-decoration: none;
}
.login-link::before {
    font-family: "snapsurveysicons";
    font-size: 20px;
    content: '\e986';
    position: absolute;
    left: 10px;
    line-height: 1;
}
.main-navigation ul {
    list-style: none;
    padding-inline-start: 0;
    margin-block-end: 0;
}
.main-navigation ul li {
    display: block;
}
.sub-menu-toggle {
	color: var(--ink);
}
.sub-menu-toggle[aria-expanded="true"]::after {
    content: "\e96f";
}
nav a.nav-cta-btn {
    padding: 10px 14px;
    border-radius: 5px;
    background-color: var(--link);
    color: white;
    display: inline-block;
    font-size: 15px;
	font-weight: 700;
}
nav a.nav-cta-btn:hover {
    color: white;
    background-color: #0075eb;
    text-decoration: none;
}
.main-nav-links .mobile-only {
    display: none;
}
.header__mobile-actions {
    display: block;
}
@media screen and (min-width: 980px) {
    .header__mobile-actions {
        display: none;
    }
    .header-nav {
        position: fixed;
    }
    .content-wrapper {
        padding-top: 102px;
    }
    .sub-menu-section {
        position: absolute;
        left: 0;
        width: 100%;
        background-color: var(--ghost);
        padding: 20px 0 30px;
        z-index: 9999;
        box-shadow: 0 6px 8px -1px rgba(0, 0, 0, .13);
        margin-top: 10px;
    }
    .mobile-group-menu {
        display: flex;
        align-items: center;
        flex-grow: 1;
    }
    .main-navigation > ul {
        list-style: none;
        padding-inline-start: 0;
        margin-block-end: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .main-navigation ul > ul {
        list-style: none;
        padding-inline-start: 0;
        margin-block-end: 0;
    }
    .main-navigation ul li {
        display: inline-block;
    }
    .main-navigation .nav-link {
        padding: 15px 10px;
		position: relative;
	}
	.main-navigation-container .main-nav-links > ul > li > .nav-link::after {
        content: '';
        display: block;
        position: absolute;
        background-color: rgba(0, 181, 226, 0);
        left: 8px;
        right: 8px;
        padding: 0px;
        height: 2px;
        transition: ease-in-out 300ms;
		
	}
	.main-navigation-container .main-nav-links > ul > li > .nav-link:hover::after {
        background-color: rgba(0, 181, 226, 1);
		
	}
	.main-navigation-container .main-nav-links > ul > li > .nav-link:hover {
		text-decoration: none;
	}
	.main-nav-links > ul {
    	display: flex;
    	align-items: center;
    	justify-content: center;
		font-weight: 700;
	}
    .main-navigation-container {
        /*display: flex;
        justify-content: space-between;
        align-items: center;*/
        max-width: 1140px;
        margin: 0 auto;
        padding: 0 15px 10px;
        /* font-weight: 700; */
    }
    .secondary-navigation-container {
        max-width: 1140px;
        margin: 0 auto;
        padding: 10px 15px;
        text-align: right;
    }
    .secondary-navigation-container .menu-item {
        font-size:15px
    }
    .sub-menu-toggle {
        padding: 15px 30px 15px 12px;
        border: 0;
        background: transparent;
        position: relative;
        cursor: pointer;
    }
    .sub-menu-toggle span {
        font-weight: 700; 
		font-size: 15px;
        color: var(--ink);
        font-family: 'Nunito sans', sans-serif;
    }
    .sub-menu-toggle::after {
        font-family: "snapsurveysicons";
        content: "\e96e";
        position: absolute;
        font-size: 16px;
        display: inline-block;
        color: currentColor;
        font-weight: normal;
        right: 10px;
    }
	.sub-menu-toggle span::after {
        content: '';
        display: block;
        position: absolute;
        background-color: rgba(0, 181, 226, 0);
        left: 10px;
        right: 10px;
        padding: 0px;
        height: 2px;
        transform: translateY(2px);
        transition: ease-in-out 300ms;
    }
    .sub-menu-toggle:hover span::after {
        background-color: rgba(0, 181, 226, 1);
    }
    .sub-menu-section .menu-item {
        display: block;
    }
    .sub-menu-section .group-title {
        display: block;
        padding: 10px 0px;
    }
    .sub-menu-section .nav-link {
        display: block;
        padding: 5px 0px;
        font-weight: 400;
    }
    .login {
        display: none;
    }
    .login-link {
        padding: 15px 15px 15px 35px;
        display: inline-block;
        margin-top: 1px;
    }
    .main-nav-links {
        flex-grow: 1;
        text-align: center;
        font-size: 15px;
    }
}
@media screen and (max-width: 979px) {
    .main-nav-links .mobile-only {
        display: block;
    }
    .mobile-menu-toggle {
        font-family: 'snapsurveysicons' !important;
        line-height: 1;
        text-decoration: none;
        position: relative;
        border: 2px solid transparent;
        outline: 1px solid transparent;
        outline-offset: -3px;
        max-width: 374px;
        margin-top: 12px;
        padding: 6px 0 8px;
        overflow: hidden;
        white-space: nowrap;
        vertical-align: bottom;
        background: transparent;
        display: block;
        font-size: 20px;
        color: var(--ink);
        min-width: 0;
        margin-right: 10px;
        float: left;
        margin: 1px;
        width: 48px;
        height: 48px;
        padding-right: 0;
    }
    .mobile-menu-toggle::after {
        display: inline-block;
        width: 22px;
        height: 22px;
        vertical-align: baseline;
        font-size: 22px;
    }
    .mobile-menu-toggle[aria-expanded='false']::after {
        content: "\e956";
    }
    .mobile-menu-toggle[aria-expanded='true']::after {
        content: "\e909";
    }
    .mobile-group-header {
        display: flex;
        align-items: center;
    }
    .mobile-group-menu[aria-hidden="true"] {

        display: none;
    }
    .main-nav-links {
        background: #f7f7f7;
        width: 100%;
        top: 52px;
        left: 0;
        z-index: 502;
    }
    .secondary-nav {
        display: none;
    }
    .login {
        position: absolute;
        right: 15px;
        top: 0;
    }
    .login-link {
        padding: 16px 15px 16px 15px;
        display: inline-block;
    }
    .truncate {
        display: none;
    }
    .nav-logo {
        float: none;
        display: block;
        position: absolute;
        left: calc(50% - 76px);
        height: auto;
    }
    .nav-link {
        display: block;
        padding: 14px 15px 15px;
        height: 100%;
        margin: 1px;
        width: calc(100% - 2px);
    }
    .menu-item {
        height: 100% !important;
        max-width: 100%;
        position: relative;
        width: 100%;
        outline-offset: -3px;
        border-bottom: 1px solid #e6e6e6;
    }
    .nav-link:hover {
        text-decoration: none;
    }
    .main-navigation .group-title {
        display: none;
    }

    .sub-menu-toggle {
        padding: 14px 15px 15px;
        height: 100%;
        margin: 1px;
        width: calc(100% - 2px);
        border: 0;
        background: transparent;
        text-align: left;
        position: relative;
    }
    .sub-menu-toggle::after {
        font-family: 'snapsurveysicons' !important;
        content: "\e96e";
        position: absolute;
        font-size: 16px;
        display: inline-block;
        color: currentColor;
        padding-top: 7px;
        width: 16px;
        height: 16px;
        line-height: 1;
        right: 15px;
    }
    .nav-cta {
        display: block;
        padding: 14px 15px 15px;
        height: 100%;
        margin: 1px;
        width: calc(100% - 2px);
        text-align: center;
        background: #f7f7f7;
        box-shadow: 0 6px 8px -1px rgba(0, 0, 0, .13);
    }
    .sub-menu-section {
        background-color: #e3e3e3;
    }
    .sub-menu-section .menu-item {
        border-bottom: 1px solid #cfcfcf;
    }
    .sub-menu-section .columns {
        padding: 0;
		width: 100%!important;
    }
}
/* hide navigation from pages with #landing in body tag */
#landing .mobile-nav-container, #landing .nav-wrap, #landing .mobile-actions, #landing .top-options__support, #landing .top-options__login, #landing .header__cta {
    display: none;
}
#landing .header__top {
    position: absolute;
    padding-top: 6px;
}
@media screen and (min-width:750px) {
    #landing .header__main .logo {
        padding-top: 10px;
    }
    #landing .header-wrap.shrink {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
/* end #landing */
#site-search {
    margin: 0
}
#site-search .fa-search {
    -webkit-appearance: button;
    background-color: transparent;
    border: 0;
    color: #52595e;
    cursor: pointer;
    font-size: 1rem;
    left: 20px;
    margin-top: 13px;
    position: absolute
}
#site-search input[type=text] {
    background: white;
    border: none;
    float: left;
    height: 100%;
    margin: 7px 0 0;
    outline: 0;
    padding-left: 40px
}
.search-row-wrap {
    background: #383637;
    height: 45px;
    opacity: 0;
    position: absolute;
    width: 100%;
    z-index: 10
}
.search-row-wrap.visible {
    opacity: 1;
    position: relative;
    visibility: visible
}
.container-support-search #site-search .fa-search {
    -webkit-appearance: button;
    background-color: transparent;
    border: 0;
    color: #52595e;
    cursor: pointer;
    font-size: 1.125rem;
    left: 22px;
    margin-top: 20px;
    position: absolute
}
.container-support-search #site-search input[type=text] {
    background: white;
    border: 1px solid #ddd;
    float: left;
    height: 100%;
    margin: 7px 0 0;
    outline: 0;
    padding: 14px 14px 14px 40px;
    font-size: 1rem
}
.search-results .page-title {
    font-size: 1rem;
    margin: 0
}
.search-results .container-support-search #site-search input[type=text] {
    margin-bottom: 20px
}
/* override parent theme page width */
.row {
    min-width: 0;
    width: 100%;
    max-width: 1140px;
}
/**/
table tfoot, table thead {
    background: #f5f5f5
}
table tbody tr td, table tfoot tr td, table tfoot tr th, table thead tr th, table tr td {
    display: table-cell;
    font-size: 1rem;
    line-height: 1.5;
    text-align: left
}
.cta-note, .ex-numb, .page-banner, .home-usps .cta, .home-usps .section-head, .software-banner, .software-banner .cta, .software-banner .cta-note, .software-banner .feature, .software-banner .headline {
    text-align: center
}
.page-banner {
    background-color: #00b5e2;
    color: white;
}
table tbody tr th, table tfoot tr td, table thead tr th {
    color: #222;
    font-size: 16px;
    font-weight: 700;
    padding: 8px 10px 9px
}
table tfoot tr td:first-child, table thead tr th:first-child {
    border-left: none
}
table tfoot tr td:last-child, table thead tr th:last-child {
    border-right: none
}
table tbody tr.alt, table tbody tr.even, table tbody tr:nth-child(even) {
    background: #f9f9f9
}
table tbody tr td {
    border: none;
    color: #333;
    padding: 9px 10px;
    vertical-align: top
}
.button, .button:visited, .button:focus, .button:active {
    background: var(--link);
    border-radius: 5px;
    color: white;
    cursor: pointer;
    display: inline-block;
    font-size: 1em;
    font-weight: 400;
    line-height: inherit;
    margin-bottom: 1em;
    padding: .3em 1em;
    text-decoration: none;
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.button:hover {
    background: #0941b1;
    border-radius: 5px;
    color: white;
    text-decoration: none;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.button.big {
    font-size: 1.275em;
    padding: 1rem 2rem;
}
.button > i {
    margin-right: 10px
}
.button.radius, .radius {
    border-radius: 5px
}
a.button {
    text-decoration: initial;
    /*color: initial;*/
}
a.primary-action, 
a.primary-action:visited, 
a.secondary-action, 
a.secondary-action:visited {
    padding: 1rem 2rem;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    color: white;
    display: inline-block;
    text-decoration: none;
    border-radius: 5px;
    font-weight: 700;
    font-size: 1.25rem;
	cursor: pointer;
}
a.primary-action, 
a.primary-action:visited {
    background: var(--cta);
    border: 2px solid var(--cta);
}
a.primary-action:hover {
    background: var(--cta-hover);
    border: 2px solid var(--cta-hover);
    color: white;
}
a.secondary-action, a.secondary-action:visited {
    background-color: transparent;
    border: 2px solid var(--ink);
    border-radius: 5px;
    color: var(--ink);
}
a.secondary-action:focus, 
a.secondary-action:hover {
    border: 2px solid #869198;
    color: #869198;
}
.wo a.secondary-action {
    color: white;
    border-color: white
}
.wo a.secondary-action:hover {
    border-color: white;
    background-color: white;
    color: var(--ink);
}
.row-cta .primary-action {
    margin-bottom: 1em;
    width: 100%
}
.row-cta .secondary-action {
    width: 100%
}
.footer-cta {
    margin: 50px 0;
    text-align: center
}
.footer-cta-call {
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 20px;
}
.footer-cta-action {}
.footer-cta-action .button {
    font-size: 18px;
    font-weight: 700;
    margin: 0;
    padding: 0.8em 1.2em;
    border-radius: 5px
}
.mid-page {
    border-top: #e0e0e0 dotted 1px
}
.mid-page .action-bar {
    background: #f7f7f7;
    border-top: none;
    margin-top: 0;
    padding: 0 0 20px
}
.mid-page .ab-software {
    padding: 20px 0
}
.mid-page .action-bar .row {
    padding-top: 20px
}
.mid-page .action-bar h2, .mid-page .action-bar span {
    color: #52595E
}
.mid-page .action-bar .secondary-action {
    background: #edf1f2;
    color: #4d5154
}
.mid-page .action-bar .secondary-action:focus, .mid-page .action-bar .secondary-action:hover {
    background: #00b5e2;
    color: #fff
}
.mid-content-cta {
    font-size: 18px;
    margin: 20px 0
}
.mid-content-cta .button {
    margin: 0
}
.mid-content-cta .phone {
    font-weight: 700
}
.invert h1, .invert h2, .invert h3, .invert p {
    color: #FFF
}
.invert .button {
    background: white;
    color: #00b5e2;
    text-shadow: none
}
.invert .button:hover {
    background: #DFF3FF
}
.alt-row, .widget_nav_menu, .shade {
    background-color: var(--ghost);
}
.pre-headline {
    color: white;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0 0 39px;
    font-weight: 700
}
.distribute-row {
    border-bottom: #e0e0e0 dotted 1px;
    border-top: #e0e0e0 dotted 1px
}
.fa-ul .fa-check {
    color: #00b5e2
}
.top0 {
    padding-top: 0
}
#footer-certificates, .top1 {
    padding-top: 20px
}
.bottom0 {
    padding-bottom: 0
}
.bottom1 {
    padding-bottom: 20px
}
.top2 {
    padding-top: 40px
}
.bottom2 {
    padding-bottom: 40px
}
#client-logos img {
    margin-top: 20px
}
.widget_nav_menu {
    border-bottom: #EDEFF2 2px solid;
    margin-bottom: 20px;
    padding: 0
}
#main-site #sidebar #secondary .widget-title {
    font-size: 18px;
    font-weight: 700;
    margin: 0;
    padding: 13px 20px
}
#secondary .menu, #secondary .menu li {
    padding: 0;
    display: block
}
.widget {
    margin-bottom: 20px
}
#secondary .menu, #secondary .menu li, .moreList li {
    list-style: none;
    margin: 0
}
#secondary a:hover {
    text-decoration: none
}
#secondary .menu li {
    border-bottom: 1px solid #EEE
}
#secondary .menu li a {
    display: block;
    padding: 12px 20px;
    text-decoration: none;
}
#secondary .menu li a:hover {
    color: #000;
}
#secondary .menu li a:before {
    color: #CCC;
    content: '\203A';
    float: right;
    font-weight: 700
}
#Grid [class*=column] + [class*=column]:last-child, #footer-certificates a, .ex-numb {
    float: left
}
#secondary .menu li a:hover:before {
    color: #666
}
#secondary .menu li.active a:before {
    display: none
}
#secondary .menu li.active a {
    color: #52595E;
    cursor: default;
    font-weight: 700

}
.filter, .read-more-hide, .read-more-show {
    cursor: pointer
}
#secondary .menu li.divider {
    border-top: 1px solid #e6e6e6;
    height: 0;
    padding: 0
}
#content {
    padding-bottom: 30px;
    padding-top: 30px
}
#content img.frame {
    border: 4px solid #E1E5E7
}
.moreList {
    margin-left: 0;
    padding-left: 0
}
.moreList li {
    border-bottom: 1px solid #ececec;
    line-height: 2em;
    padding: 0
}
.moreList li a {
    display: block;
    padding: 4px 0;
    text-decoration: none;
}
#footer .social-links, #footer-contact ul, #footer-updates ul {
    margin-left: 0;
    padding-left: 0;
    list-style: none
}
.moreList li a:hover {
    text-decoration: none
}
.moreList li a:hover:before {
    color: #666
}
#breadcrumbs {
    margin-bottom: 48px;
    color: var(--slate);
}
.team-member {
    margin-bottom: .2em
}
.team-title {
    font-weight: 400
}
.team-bio {
    margin-bottom: 3em
}
.ex-numb {
    background: #00b5e2;
    border-radius: 100px;
    color: white;
    display: block;
    font-size: 32px;
    font-weight: 700;
    height: 50px;
    margin-right: 10px;
    width: 50px
}
#footer-iso, #gs-content-wrap {
    background-color: #f7f7f7
}
#footer a, #footer a:hover {
    border: none;
    text-decoration: none
}
.big-left-icon {
    margin-top: 20px
}
#footer {
    background-color: #f7f7f7;
    position: relative;
    font-size: 14px;
    border-top: solid 1px #ebebeb;
}
.home #footer {
    margin-top: 0
}
#footer h3 {
    margin-bottom: .625em;
    font-size: 1.2rem;
}
#footer a {
    color: #212121;
}
#footer a:hover {
    text-decoration: underline;
}
#footer li {
    margin-bottom: .5rem;
}
#footer .social-links a {
    display: block;
    margin: 0;
    width: 100%
}
#footer a i {
    margin-right: 10px
}
#footer-contact li, #footer-updates li {
    margin-bottom: 16px
}
#footer-copyright {
    padding-top: 1em;
    font-size: 90%
}
#widget-enews {
    margin: 0
}
.iso-bar {
    margin-top: 25px
}
.iso-bar img {
    height: auto;
    width: 100%
}
img.landing-page-hero {
    width: 80%;
    height: auto
}
#footer-iso .iso-bar img, .wide .iso-bar img {
    width: 165px;
    height: auto
}
#footer-iso .iso-bar {
    margin-top: 20px
}
.certificate-badges {
    margin: 0
}
footer .cert-badges img {
    height: 48px;
    width: auto;
    max-width: 210px;
}
footer .cert-badges div {
    float: left;
    padding: 15px 20px 15px 0;
}
#gs-content-wrap h4, .certificate-badges img {
    margin-bottom: 10px
}
.certificate-badges a, .certificate-badges a#bbblink {
    margin-right: 20px !important
}
#gs-banner-wrap {
    background: #00b5e2;
    color: #fff
}
#gs-banner h1 {
    color: white;
    margin: 40px 0 20px;
    padding: 0
}
#gs-banner h1:last-child {
    color: white;
    margin: 40px 0;
    padding: 0
}
#gs-banner h2 {
    color: white;
    margin: 20px 0 40px;
    padding: 0
}
.gs-icon {
    margin-top: 25px
}
#getstarted, .contact-form-container {
    background-color: white;
    border: 1px solid #ddd;
    border-radius: 5px;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .07);
    box-shadow: 0 4px 8px rgb(0 0 0 / 10%);
    padding: 30px;
    position: relative;
}
.sma .landing-benefits {
    margin-top: 30px
}
.ereports-lp #getstarted, .lp-snap-11-upgrade-offer #getstarted, .ereports-lp .contact-form-container, .lp-snap-11-upgrade-offer .contact-form-container {
    margin-bottom: 40px;
    margin-top: 0
}
.sma-v2 #gs-banner {
    background-image: none
}
.sma-v2 #getstarted .feedme, .sma-v2 .contact-form-container .feedme {
    display: none
}
#gs-banner-wrap.lp-default-bg {
    background: #00b5e2
}
#gs-banner-wrap.ereports-lp {
    background: url("../png/lp-email-reports-banner.png") -705px bottom no-repeat #67C2B7
}
.ereports-lp #gs-banner {
    background-image: none

}
#gs-banner-wrap.lp-snap-11-upgrade-offer {
    background: url("../png/lp-devices-banner.png") -705px bottom no-repeat #00b5e2
}
.lp-snap-11-upgrade-offer #gs-banner {
    background-image: none
}
div.landing-hero-container {
    font-size: 1px
}
.landing-quote {
    margin: 35px
}
.landing-quote h3 {
    font-size: 24px;
    margin: 0 0 5px;
    padding: 0
}
.landing-quote p {
    color: #777;
    margin-bottom: 2em
}
.landing-benefits {
    list-style: none
}
.landing-benefits li {
    margin-bottom: 24px;
    padding-left: 42px;
    position: relative
}
.landing-benefits li img {
    height: auto;
    left: 0;
    position: absolute;
    width: 27px
}
#gs-content-wrap .landing-benefits li h4 {
    font-size: 19px;
    margin-bottom: 5px
}
#gs-content-wrap .landing-benefits li p {
    color: #777
}
form .instruction {
    /*margin-top: 2rem;*/
    margin-bottom: 1rem;
}
hr.seperator {
    background-color: #f7f7f7;
    border-top: #E0E0E0 dotted 1px;
    margin: 0;
    padding: 0
}
.lp-feature-box {
    background-color: #f1f1f1;
    border: 1px dotted #DFDEDE;
    padding: 24px;
    margin: 48px
}
input[type=date], input[type=datetime], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], select, textarea {
    background-color: white;
    border: 1px solid #CCC;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    color: rgba(0, 0, 0, .75);
    display: block;
    font-family: inherit;
    font-size: 1rem;
    margin: 0 0 1rem;
    padding: 8px 10px;
    -webkit-transition: all .15s linear;
    transition: all .15s linear;
    width: 100%;
    height: auto;
}
.cta_button, .cta_button:focus {
    font-family: 'Nunito Sans', Arial, sans-serif
}
input.invalid, select.invalid, textarea.invalid {
    background-color: #FFE5E0;
    border: 1px solid #CE9B9B
}
div.invalid, label.invalid {
    color: #EC3232;
    display: none;
    font-weight: 400;
    font-size: .9rem;
    margin: -5px 0 10px
}
.key-features-link a:hover, .key-features-link a:link, .more-link {
    font-weight: 700
}
label.checkbox-error {
    margin-top: 0
}
input.valid, select.valid, textarea.valid {
    background-color: #E7FAE2
}
.mfp-iframe-holder .mfp-content {
    max-width: none !important
}
#Grid {
    margin: 0 !important;
    overflow: hidden;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
#Grid .mix {
    padding-bottom: 15px;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 33%;
    flex: 0 1 33%;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
}
#filter-controls .filter.mixitup-control-active, #filter-controls .active, #filter-controls .active.button:first-child {
    background-color: #212121;
    color: #fff
}
#filter-controls .button:first-child {
    background-color: #212121;
    color: #fff
}
#filter-controls .filter {
    background-color: #e6e6e6;
    color: #212121;
}
#filter-controls .filter:hover {
    background-color: #f6f6f6;
}
#Grid .mix h4 {
    font-size: 16px;
    margin-bottom: 0
}
#Grid .mix h4 a {
    color: #4d5154
}
#Grid .sample-thumb {
    line-height: 0;
    margin-bottom: 10px
}
#Grid .sample-thumb a {
    background: url("../png/view-survey-icon.png") center center no-repeat;
    display: block;
    -webkit-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out
}
#Grid .sample-thumb a:hover {
    background-color: #000;
    line-height: 0
}
#Grid .sample-thumb img {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
    width: 100% !important
}
#Grid .sample-thumb:hover img {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30);
    opacity: .2
}
#filter-controls {
    margin: 0 !important
}
#worksheets h3 {
    margin-bottom: .3125rem
}
#worksheet-controls h5, #worksheet-controls li {
    font-size: .875em
}
#worksheet-controls h5, #worksheet-controls ul {
    margin-bottom: .5em
}
#worksheet-controls .filter-controls {
    list-style: none;
    margin-left: 0;
    padding: 0
}
#worksheet-controls .fc-all {
    margin-bottom: 0
}
#worksheet-controls ul li {
    color: #00b5e2;
    margin-bottom: 0
}
#worksheet-controls ul li.active, #worksheet-controls ul li:hover {
    color: #52595E
}
.signUp:active, .signUp:focus, .signUp:hover, .signUp:link, .signUp:visited {
    color: #FFF !important;
    padding: .8em 1em
}
.us-enews-sub {
    background-color: #f7f7f7;
    padding: 20px
}
#comments-title {
    font-size: 18px
}
.nktagcloud-separator {
    color: #D1D6DA
}
#sidebar .widget {
    background-color: #f6f6f6;
    border-bottom: #EDEFF2 2px solid;
    margin-bottom: 10px;
    padding: 13px 20px
}
.addthis_toolbox a, .addthis_toolbox a:hover {
    border: none
}
#main-site #sidebar .widget {
    padding: 0
}
#secondary .textwidget h4 {
    margin: 0
}
#secondary aside.updates {
    margin-bottom: 0
}
#sidebar .widget-title {
    margin: 0 0 .5em
}
.widget .fa {
    margin-right: 10px
}
.post-meta, .post-meta a, .post-meta a:hover {
    color: #666;
    font-size: 14px;
    text-decoration: none
}
.post-meta .fa {
    margin-right: 2px
}
.post-meta .author {
    margin-right: 10px
}
.addthis_toolbox {
    margin-bottom: 2em
}
.flex-video.widescreen {
    padding-bottom: 56.25%
}
.video43 .flex-video.widescreen {
    padding-bottom: 75%
}
.flex-video {
    height: 0;
    margin-bottom: 16px;
    overflow: hidden;
    padding-bottom: 67.5%;
    padding-top: 25px;
    position: relative
}
.flex-video.vimeo {
    padding-top: 0
}
.flex-video embed, .flex-video iframe, .flex-video object, .flex-video video {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}
.offset-icon {
    position: absolute;
}
#content ul.docs {
    list-style: none;
    margin-left: 0
}
#content ul.docs li {
    background: url("../png/doc-icon-blue-16px.png") left top no-repeat;
    padding-left: 20px
}
.software-banner {
    color: white;
    background-color: #00b5e2;
    background-image: url(../jpg/software-banner-bg.jpg);
    background-size: cover;
}
.software-banner .headline {
    color: white;
    font-size: 47px
}
.software-banner .intro {
    color: white;
    font-size: 22px;
    font-weight: 400;
    margin: 0
}
.software-banner .feature {
    font-weight: 700;
    margin-bottom: 30px
}
.software-banner .feature i {
    margin-bottom: 10px;
    width: 100%
}
.key-features-link {
    padding-top: 20px
}
.software-banner .cta a {
    margin-bottom: 10px;
}
.software-banner .cta a span {
    left: 0;
    position: relative;
    -webkit-transition: left .5s ease;
    transition: left .5s ease
}
.software-banner .cta a:hover span {
    left: 5px;
    -webkit-transition: left .1s ease;
    transition: left .1s ease
}
.software-banner .cta-note {
    font-size: 22px
}
.software-banner .phone {
    font-size: 22px;
    margin: 0
}
.products {
    background: #f7f7f7;
}
.products h3 {
    margin-bottom: 1rem;
}
.products__core {}
.products__add-ons {}
.products__core h3 {
    font-size: 25px
}
.products__panel {
    background: white;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.04);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.04);
    border-radius: 5px
}
.products__panel:after {
    content: "";
    display: table;
    clear: both;
}
.products__panel--core .columns {
    padding: 0;
}
.products__panel--scanning, .products__panel--mobile {}
.products__image img, .products__image svg {
    width: 100%;
    height: auto
}
.products__add-ons img, .products__add-ons svg {
    margin-bottom: 2em
}
.products__info {}
.products h2, .product-features h2 {
    font-size: 2rem;
    text-align: center
}
.products .phone {
    margin: 0;
    font-size: 22px;
    font-weight: 400
}
.products .secondary-action, .products .secondary-action:visited {
    border: 2px solid #00b5e2;
    color: #00b5e2;
}
.products .secondary-action:focus, .products .secondary-action:hover {
    border: 2px solid #01516e;
    color: #01516e;
}
.featureWrap .features .columns:last-child p {
    margin: 0
}
.feature-head img {
    margin: 20px 0
}
.featureWrap .features h4 {
    margin-bottom: 8px
}
.featureWrap .features p {
    /*font-size: .875rem*/
}
.featureWrap, .feature-wrap {
    background-color: var(--ghost);
}
@media only screen and (min-width:768px) {
    .products__panel--scanning h3, .products__panel--mobile h3 {}
    .products__panel--core .products__image {
        padding-right: 15px
    }
    .products__panel--core .products__info {
        padding-left: 15px
    }
    .featureWrap .features p:last-child {
        margin: 0
    }
}
@media only screen and (max-width:767px) {
    .products__panel--scanning, .products__panel--mobile {
        margin-bottom: 2em
    }
}
.intro-para, .intro-para li {
    font-size: 1.1875rem
}
.intro-ticklist li {
    background: url("../png/blue-tick-16px.png") left center no-repeat;
    padding-left: 30px
}
figure.featureTable {
    margin: 0;
}
table.featureTable, figure.featureTable > table {
    border-bottom: 1px dotted #c9c9c9;
    border-left: none;
    border-right: none;
    border-top: none;
    margin-bottom: 48px
}
table.featureTable tr td, figure.featureTable > table tr td {
    border: none;
    border-top: 1px dotted #c9c9c9;
    color: #666
}
table.featureTable tr:nth-child(2n), figure.featureTable > table tr:nth-child(2n) {
    background: 0 0
}
.end {
    margin: 0
}
button:focus {
    outline: 0
}
.section-banner p a:hover, a:hover .fa-external-link {
    text-decoration: underline
}
.sTop {
    height: 0
}
.solutions-head {
    padding-top: 48px
}
.moreWrap, .row-pad {
    padding: 48px 0
}
.row-pad-top {
    padding-top: 48px
}
.row-pad-bottom {
    padding-bottom: 48px
}
.case-study .lower, .case-study .upper {
    padding: 2rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}
.case-study {
    background: #f7f7f7;
    border: 1px solid #ececec;
    border-bottom-width: 2px;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 0 1.25rem
}
.case-study .lower {
    background-color: white;
    border-top: 1px solid #ececec;
    border-radius: 0 0 4px 4px
}
.case-study .lower blockquote {
    border-left: none;
    border-top: #ececec 1px dotted;
    font-style: italic;
    margin: 0
}
.case-study .lower p:last-child {
    font-style: normal;
    font-weight: 700;
    margin: 0
}
.section-banner {
    padding: 60px 0
}
.section-banner h1 {
    color: white;
    margin: 0 0 20px
}
.section-banner h2 {
    color: white;
    font-weight: 400;
    margin: 0
}
.section-banner h1:last-child, .section-banner p:last-child {
    margin: 0
}
.section-banner p, .section-banner p a {
    color: #FFF
}
.support-banner {
    background-color: var(--dark-blue);
}
h2 .fa:first-child {
    margin-right: .6em
}
a .fa-external-link {
    font-size: smaller
}
.avatar-14, .avatar-80 {
    display: none !important
}
#cta-form {
    padding: 20px;
}
.fancybox-slide--iframe {}
.fancybox-slide--iframe .fancybox-content {
    border-radius: 5px
}
#cta-form h1, #cta-form h2, #cta-form p {
    margin-bottom: .5em
}
.woocommerce .posted_in, .woocommerce .product_meta, .woocommerce .woocommerce-ordering, .woocommerce .woocommerce-result-count {
    display: none
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background: #00b5e2;
    color: #fff
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
    background: #FB5E5C;
    color: #fff
}
.woocommerce input.qty {
    margin: 0
}
.woocommerce-page .woocommerce-info:before, .woocommerce-page .woocommerce-message:before {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    padding-top: 0
}
.woocommerce table tbody tr:nth-child(even) {
    background-color: transparent
}
.woocommerce-page #content div.product form.cart .variations label {
    padding-top: .5em
}
.woocommerce-page #content div.product form.cart .variations td.label {
    background-color: transparent;
    padding: 0;
    text-align: left
}
.woocommerce .single_variation_wrap, .woocommerce .variations_button {
    margin: 1em 0
}
#bbpress-forums .bbp-replies, #bbpress-forums .bbp-topics, ul.video-list {
    margin-left: 0
}
.woocommerce .variations {
    background-color: #edeff0;
    border: none;
    padding: .5em 1em
}
.woocommerce-page .single_variation .amount {
    font-weight: 700
}
.woocommerce .woocommerce-message, .woocommerce-page .woocommerce-message {
    border-top: 3px solid #00b5e2
}
.woocommerce .woocommerce-message:before, .woocommerce-page .woocommerce-message:before {
    background-color: #00b5e2
}
ul.video-list {
    list-style: none
}
ul.video-list li {
    padding: .2em 0
}
#bbpress-forums .status-closed, #bbpress-forums .status-closed a {
    color: #000 !important
}
#bbpress-forums ul.topic {
    margin: 0
}
#recaptcha_area td, #recaptcha_area th, #recaptcha_area tr, .recaptchatable {
    line-height: 0 !important
}
#recaptcha_area input {
    display: inline
}
#recaptcha_privacy {
    white-space: nowrap
}
#forum-login-status ul {
    list-style: none;
    margin: 0;
    padding: 0
}
#forum-login-status li {
    display: inline;
    margin-right: 5px
}
.hide, img.lazy {
    display: none
}
#forum-login-status li a span {
    margin-right: 5px
}
#forum-login-status li a {
    line-height: 3em;
    margin-right: 1em;
    text-decoration: none
}
#forum-login-status li a:hover {
    border-bottom: 1px #308EC5 solid
}
.page #registration_form p label.title {
    float: none;
    width: 100%
}
.page .indicator-hint {
    margin: auto auto 1em;
    width: auto
}
.page #registration_form input[type=password], .page #registration_form input[type=text], .page #registration_form select, .page #registration_form textarea {
    width: 50%
}
#registration_form #wpc_block_captcha {
    margin: auto auto 1em
}
#recaptcha_table {
    width: auto
}
.page .message_red {
    color: #c96767;
    padding: .5em 1em
}
.page .um_label_top {
    font-weight: 400;
    margin-bottom: .5em
}
.cta_button, .cta_button:focus {
    border: none;
    border-radius: 5px;
    -webkit-box-shadow: inset 0 -2px 0 0 rgba(0, 0, 0, .1);
    box-shadow: inset 0 -2px 0 0 rgba(0, 0, 0, .1);
    font-size: 1.2em;
    font-weight: inherit;
    margin-bottom: 1em;
    padding: .4em 1em;
    text-shadow: none;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out
}
.cta_button:hover {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: white;
    text-decoration: none
}
a[id^=cta_button].cta_button.hubspot-cta-orange {
    background-color: #f0832a !important;
    border-radius: 5px;
    color: #fff
}
a[id^=cta_button].cta_button.hubspot-cta-orange:hover {
    background-color: #EB710F !important;
    color: #fff
}
a[id^=cta_button].cta_button.hubspot-cta-blue {
    background-color: #0000CD !important;
    color: #fff
}
a[id^=cta_button].cta_button.hubspot-cta-blue:hover {
    background-color: #0000b3 !important;
    color: #fff
}
a[id^=cta_button].cta_button.hubspot-cta-navyblue {
    background-color: navy !important;
    color: #fff
}
a[id^=cta_button].cta_button.hubspot-cta-navyblue:hover {
    background-color: #006 !important;
    color: #fff
}
a[id^=cta_button].cta_button.hubspot-cta-aqua {
    background-color: #7FFFD4 !important;
    color: #fff
}
a[id^=cta_button].cta_button.hubspot-cta-aqua:hover {
    background-color: #73e5bf !important;
    color: #fff
}
a[id^=cta_button].cta_button.hubspot-cta-green {
    background-color: #32CD32 !important;
    color: #fff
}
a[id^=cta_button].cta_button.hubspot-cta-green:hover {
    background-color: #2bb32b !important;
    color: #fff
}
a[id^=cta_button].cta_button.hubspot-cta-black {
    background-color: #1a1a1a !important;
    color: #fff
}
a[id^=cta_button].cta_button.hubspot-cta-black:hover {
    background-color: #000 !important;
    color: #fff
}
a[id^=cta_button].cta_button.hubspot-cta-gray {
    background-color: gray !important;
    color: #fff
}
a[id^=cta_button].cta_button.hubspot-cta-gray:hover {
    background-color: #666 !important;
    color: #fff
}
a[id^=cta_button].cta_button.hubspot-cta-red {
    background-color: #C00 !important;
    color: #fff
}
a[id^=cta_button].cta_button.hubspot-cta-red:hover {
    background-color: #B00 !important;
    color: #fff
}
a[id^=cta_button].cta_button.hubspot-cta-coral, a[id^=cta_button].cta_button.hubspot-cta-coral:hover {
    background-color: #FB5E5C !important;
    color: #fff
}
a[id^=cta_button].cta_button.hubspot-cta-snap, a[id^=cta_button].cta_button.hubspot-cta-snap:hover {
    background-color: #00b5e2 !important;
    color: #fff
}
.read-more-content {
    background-color: #edeff0;
    margin-bottom: 10px;
    padding: 20px
}
.ninja-forms-form {
    margin: 0
}
.ninja-forms-required-items {
    margin-bottom: 1em;
    margin-top: 0
}
.ninja-forms-form-title {
    margin: 0;
    padding: 0
}
.page .field-wrap.label-left .ninja-forms-field, .page .field-wrap.label-left .ninja-forms-star-rating-control {
    margin-left: 0
}
.ninja-forms-form-wrap input, .ninja-forms-form-wrap textarea {
    padding: .4em 1em !important
}
.ninja-forms-form-wrap label {
    line-height: 1.5
}
.tooltipster-dark .tooltipster-content, .tooltipster-light .tooltipster-content {
    font-family: 'Nunito Sans', Arial, sans-serif;
    font-weight: 400;
    line-height: 1.5;
    padding: 10px 15px;
    font-size: 14px
}
.tooltipster-light {
    background: white;
    border: 1px solid #ccc;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1);
    color: #666
}
.tooltipster-dark {
    background: #666;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 0 0 rgba(0, 0, 0, .05);
    box-shadow: 0 5px 0 0 rgba(0, 0, 0, .05);
    color: #fff
}
.tooltipster-default {
    background: #4c4c4c;
    border: 2px solid #000;
    border-radius: 5px;
    color: #fff
}
.tooltipster-default .tooltipster-content {
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 16px;
    overflow: hidden;
    padding: 8px 10px
}
.tooltipster-icon {
    cursor: help;
    margin-left: 4px
}
.tooltipster-base {
    font-size: 0;
    left: 0;
    line-height: 0;
    overflow: visible;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: auto;
    z-index: 9999999
}
.calculator, .nav-single, .tooltipster-base .tooltipster-content {
    overflow: hidden
}
.tooltipster-arrow {
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: -1
}
.tooltipster-arrow span, .tooltipster-arrow-border {
    display: block;

    height: 0;
    position: absolute;
    width: 0
}
.tooltipster-arrow-top span, .tooltipster-arrow-top-left span, .tooltipster-arrow-top-right span {
    border-left: 8px solid transparent !important;
    border-right: 8px solid transparent !important;
    border-top: 8px solid;
    bottom: -7px
}
.tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-top-left .tooltipster-arrow-border, .tooltipster-arrow-top-right .tooltipster-arrow-border {
    border-left: 9px solid transparent !important;
    border-right: 9px solid transparent !important;
    border-top: 9px solid;
    bottom: -7px
}
.tooltipster-arrow-bottom span, .tooltipster-arrow-bottom-left span, .tooltipster-arrow-bottom-right span {
    border-bottom: 8px solid;
    border-left: 8px solid transparent !important;
    border-right: 8px solid transparent !important;
    top: -8px
}
.tooltipster-arrow-bottom .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border {
    border-bottom: 9px solid;
    border-left: 9px solid transparent !important;
    border-right: 9px solid transparent !important;
    top: -8px
}
.tooltipster-arrow-bottom .tooltipster-arrow-border, .tooltipster-arrow-bottom span, .tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-top span {
    left: 0;
    margin: 0 auto;
    right: 0
}
.tooltipster-arrow-bottom-left span, .tooltipster-arrow-top-left span {
    left: 6px
}
.tooltipster-arrow-bottom-left .tooltipster-arrow-border, .tooltipster-arrow-top-left .tooltipster-arrow-border {
    left: 5px
}
.tooltipster-arrow-bottom-right span, .tooltipster-arrow-top-right span {
    right: 6px
}
.tooltipster-arrow-bottom-right .tooltipster-arrow-border, .tooltipster-arrow-top-right .tooltipster-arrow-border {
    right: 5px
}
.tooltipster-arrow-left .tooltipster-arrow-border, .tooltipster-arrow-left span {
    border-bottom: 8px solid transparent !important;
    border-left: 8px solid;
    border-top: 8px solid transparent !important;
    margin-top: -7px;
    right: -7px;
    top: 50%
}
.tooltipster-arrow-left .tooltipster-arrow-border {
    border-bottom: 9px solid transparent !important;
    border-left: 9px solid;
    border-top: 9px solid transparent !important;
    margin-top: -8px
}
.tooltipster-arrow-right .tooltipster-arrow-border, .tooltipster-arrow-right span {
    border-bottom: 8px solid transparent !important;
    border-right: 8px solid;
    border-top: 8px solid transparent !important;
    left: -7px;
    margin-top: -7px;
    top: 50%
}
.tooltipster-arrow-right .tooltipster-arrow-border {
    border-bottom: 9px solid transparent !important;
    border-right: 9px solid;
    border-top: 9px solid transparent !important;
    margin-top: -8px
}
.tooltipster-fade {
    opacity: 0;
    -webkit-transition-property: opacity;
    transition-property: opacity
}
.tooltipster-fade-show {
    opacity: 1
}
.tooltipster-grow {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform
}
.tooltipster-grow-show {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
    transition-timing-function: cubic-bezier(.175, .885, .32, 1.15)
}
.tooltipster-swing {
    opacity: 0;
    -webkit-transform: rotateZ(4deg);
    transform: rotateZ(4deg);
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform
}
.tooltipster-swing-show {
    opacity: 1;
    -webkit-transform: rotateZ(0);
    transform: rotateZ(0);
    -webkit-transition-timing-function: cubic-bezier(.23, .635, .495, 2.4);
    transition-timing-function: cubic-bezier(.23, .635, .495, 2.4)
}
.tooltipster-fall, .tooltipster-slide {
    -webkit-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
    transition-timing-function: cubic-bezier(.175, .885, .32, 1.15)
}
.tooltipster-fall {
    top: 0;
    -webkit-transition-property: top;
    transition-property: top
}
.tooltipster-fall.tooltipster-dying {
    opacity: 0;
    top: 0 !important;
    -webkit-transition-property: all;
    transition-property: all
}
.tooltipster-slide {
    left: -40px;
    -webkit-transition-property: left;
    transition-property: left
}
.tooltipster-slide.tooltipster-dying {
    left: 0 !important;
    opacity: 0;
    -webkit-transition-property: all;
    transition-property: all
}
.tooltipster-content-changing {
    opacity: .5;
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1)
}
.ui-accordion-header {
    position: relative
}
#content ul.server-status .fa {
    margin-right: 10px
}
.server-good {
    color: #9ACD32
}
.server-bad {
    color: #e44a4a
}
.category-service-status {
    background-color: #edeff0;
    border: 1px solid #e5e5e5;
    margin-bottom: 20px;
    padding: 20px
}
#content ul.server-status {
    margin: 0 0 1em;
    padding: 0
}
#content ul.server-status li {
    line-height: 2em;
    list-style: none;
    margin: 0;
    padding: 0
}
.calculator {
    padding: 20px;
    background-color: #f7f7f7;
    border: 1px solid #ccc;
    margin: 48px 0
}
form .calculator .row .columns {
    padding: 0 15px
}
.calculator label {
    font-weight: 700
}
.calculator .calctip {
    color: #aaa
}
.calculator .result-title {
    font-weight: 700;
    margin-bottom: 5px
}
.calculator .result-sum {
    font-size: 48px;
    margin: 0 0 20px;
    line-height: 1em;
    border: 2px dotted #00b5e2;
    background-color: white;
    padding: 12px 15px;
    border-radius: 5px;
    font-weight: 700;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: auto
}
.calculator .result-pc {
    font-weight: 400
}
.calculator .button.reset {
    background: 0 0;
    color: #4d5154;
    border: 1px solid #ccc
}
table {
    background: #fff
}
.fancybox-skin {
    background: #fff !important;
}
.entry-meta, .page-link, hr {
    clear: both
}
.invisible, .search-row-wrap {
    visibility: hidden
}
.assistive-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important
}
abbr, acronym, dfn {
    border-bottom: 1px dotted #e6e6e6;
    cursor: help
}
.alignleft {
    float: left;
    margin: 5px 15px 5px 0
}
.alignright {
    float: right;
    margin: 5px 0 5px 15px
}
.aligncenter {
    text-align: center
}
.nav-single {
    clear: both;
    padding: 16px 0;
    border-bottom: 1px solid #E6E6E6;
    border-top: 1px solid #E6E6E6;
    margin-bottom: 48px
}
.nav-previous {
    float: left;
    width: 50%
}
.nav-next {
    float: right;
    text-align: right;
    width: 50%
}
div.attachment {
    text-align: center
}
.format-image .entry-meta h6, .format-link .entry-meta h6, .format-quote .entry-meta h6, .format-status .entry-meta h6, .sticky .entry-meta h6 {
    display: inline-block
}
.entry-meta .label {
    float: right;
    font-style: italic;
    margin: 15px 0;
    text-transform: uppercase
}
.format-status .entry-header img {
    float: left;
    margin: 5px 15px 0 0
}
.format-link .entry-content a {
    font-size: 22px;
    line-height: 1
}
.post-box .row > .columns.left {
    margin-left: 0;
    margin-right: 0
}
.row .entry-content > .columns.left {
    margin-left: 0;
    margin-right: 4.4%
}
.row .entry-content > .columns.right {
    float: right;
    margin-left: 4.4%;
    margin-right: 0
}
.row .entry-content > .columns br {
    font-size: 1%;
    line-height: 0
}
#footer, #supplementary {
    padding: 5rem 0;
}
footer > div.row:last-child {
    border-top: solid 1px #E6E6E6;
    margin-top: 80px;
    padding-top: 20px
}
footer > div.row:first-child {
    margin-bottom: -80px;
    padding-top: 20px
}
.required-header #searchform {
    float: right;
    margin-top: 14px
}
.required-header input {
    float: left
}
.required-header .header-img {
    display: block
}
.entry-meta {
    font-size: 14px
}
article:last-child footer.entry-meta {
    border-bottom: none
}
table {
    border: 1px solid #ddd;
    border-radius: 5px;
    width: 100%
}
.scrollup, .support-icon a, a img, iframe {
    border: none
}
ol.commentlist {
    margin-left: 0
}
.commentlist li {
    list-style: none
}
ul.circle li ul, ul.disc li ul, ul.square li ul {
    list-style: inherit
}
article.comment {
    margin: 30px 0
}
.comment-meta img {
    float: left;
    margin: 5px 10px 5px 0
}
#comment {
    min-height: 120px
}
.entry-content ul, aside ul {
    /*margin-left: 17px */
}
ul.page-numbers {
    display: block;
    height: 24px;
    margin-left: -5px
}
ul.page-numbers li {
    color: #999;
    display: block;
    float: left;
    font-size: 14px;
    height: 24px;
    margin-left: 5px
}
ul.page-numbers li a {
    color: #555;
    display: block;
    padding: 1px 7px
}
ul.page-numbers li a:focus, ul.page-numbers li:hover a {
    background: #e6e6e6
}
ul.page-numbers li.unavailable a {
    color: #999;
    cursor: default
}
ul.page-numbers li.unavailable a:focus, ul.page-numbers li.unavailable:hover a {
    background: 0 0
}
ul.page-numbers li span.current {
    background: #2ba6cb;
    color: white;
    cursor: default;
    display: block;
    font-weight: 700;
    padding: 1px 7px
}
.required-header .inline-list {
    margin-top: 14px
}
.container-suggested-items {}
.support-banner .suggested-items-list {
    margin: 17px 0 0;
    padding: 0;
    float: left;
}
.support-banner .suggested-items-list .suggested-item {
    display: block;
    float: left;
    margin: 0 10px 22px 0;
}
.support-banner .suggested-items-list .suggested-item a {
    padding: 7px 14px;
    color: white;
    border-radius: 2em;
    border: 2px solid white;
    text-decoration: none;
}
.support-banner .suggested-items-list .suggested-item a:hover {
    background-color: white;
    color: #212121;
}
h3 i.fa {
    width: 28px;
}
.lp .banner {
    background-color: #00b5e2;
    color: white;
    text-align: center;
}
.lp .banner .pre-title {
    color: white;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: 2px solid white;
    display: inline-block;
    padding: 5px 15px;
    border-radius: 20px;
    margin: 0 0 39px;
}
.lp .banner h1 {
    color: white;
    font-size: 34px;
}
.lp .banner p {
    color: white;
    margin: 20px 0 0;
}
.lp .feat-desc:first-child {}
.lp .feat-icon {}
.lp .feat-desc h4 {}
.lp .features-wrap, .lp .offer-wrap, .lp .testimonials-wrap, .lp .form-row-wrap {
    background-color: #f7f7f7;
}
.lp .quote {
    font-style: italic
}
.lp .quotee {}
.lp .name {
    display: block;
}
.lp .role {
    display: block;
}
.lp .org {
    font-weight: bold;
    display: block;
}
.lp .row-title {
    text-align: center;
    font-weight: 400;
    font-size: 24px;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
}
.lp .row-subtitle {
    margin: 0 0 10px;
    text-align: center;
    font-size: 18px;
}
.lp .pricing .price {
    position: relative;
    margin: 0 0 30px;
    line-height: 1;
}
.lp .pricing .currency {
    position: absolute;
    font-size: 1.2em;
    font-weight: 400;
    top: 5px;
}
.lp .pricing .value {
    font-size: 3em;
    font-weight: 400;
    padding: 0 0 0 15px;
}
.lp .pricing .period {
    color: #999;
}
.lp .pricing .features li {
    margin-bottom: .5em;
}
.lp .pricing .crossed {
    position: relative;
}
.lp .pricing .crossed:before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    right: 0;
    border-top: 1px solid;
    border-color: inherit;
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
}
.lp .form-wrap {
    border: solid 2px #00b5e2;
    background-color: white;
    border-radius: 3px;
}
.lp form > :first-child, .lp .form-wrap > :first-child {
    margin-top: 0;
}
.lp form > :last-child, .lp .form-wrap > :last-child {
    margin-bottom: 0;
}
.lp .form-outer-instruction {
    color: white;
    font-weight: 700;
    text-align: center;
    font-size: 18px;
    margin: 0;
    display: block;
    background-color: #00b5e2;
    border: solid 2px #00b5e2;
    border-radius: 3px;
    padding: 12px 20px;
    margin-bottom: -3px;
}
.lp p.form-instruction {}
.lp form .footnote {
    color: #999;
}
.lp form div {
    margin-bottom: 0;
}
.lp #footer-iso {
    background-color: #fff
}
.lp form button {
    font-weight: 400;
    width: 100%;
    line-height: 3em;
}
.lp form button:hover {}
.lp form button:last-child {
    margin-bottom: 0;
}
/* padding and margins */
.pad-xs {
    padding: 1rem
}
.pad-sm {
    padding: 1rem
}
.pad-md {
    padding: 3rem
}
.pad-lg {
    padding: 6rem
}
.vpad-sm, .spacing-sm {
    padding-top: 1rem;
    padding-bottom: 1rem
}
.vpad-top-sm, .spacing-top-sm {
    padding-top: 1rem
}
.vpad-btm-sm, .spacing-btm-sm {
    padding-bottom: 1rem
}
.vpad-md, .spacing-md {
    padding-top: 3rem;
    padding-bottom: 3rem
}
.vpad-top-md, .spacing-top-md {
    padding-top: 3rem
}
.vpad-btm-md, .spacing-btm-md {
    padding-bottom: 3rem
}
.vpad-lg, .spacing-lg {
    padding-top: 6rem;
    padding-bottom: 6rem
}
.vpad-top-lg, .spacing-top-lg {
    padding-top: 6rem
}
.vpad-btm-lg, .spacing-btm-lg {
    padding-bottom: 6rem
}
.hpad-sm {
    padding-right: 1rem;

    padding-left: 1rem
}
.hpad-l-sm {
    padding-left: 1rem
}
.hpad-r-sm {
    padding-right: 1rem
}
.hpad-md {
    padding-right: 3rem;
    padding-left: 3rem
}
.hpad-l-md {
    padding-left: 3rem
}
.hpad-r-md {
    padding-right: 3rem
}
.hpad-lg {
    padding-right: 6rem;
    padding-left: 6rem
}
.hpad-l-lg {
    padding-left: 6rem
}
.hpad-r-lg {
    padding-right: 6rem
}
/* border radius */
.border-radius-5 {
    border-radius: 5px;
}
.border-radius-10 {
    border-radius: 5px;
}
.border-radius-99 {
    border-radius: 99px;
}
.lp-enterprise .banner {
    background-image: url('../jpg/enterprise-banner-istock-58412046.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 29%;
}
.lp-sma .banner {
    background-image: url('../jpg/sma-banner-istock-64749909.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 29%;
}
.lp-enterprise-health .banner {
    background-image: url('../jpg/enterprise-health-banner-istock-43846152.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 24%;
}
.hero-banner {
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}
.hero-banner--overlay:before {
    content: '';
    display: block;
    background-color: rgba(2, 47, 137, 0.7);
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
}
.hero__rightCol-imageWrap {
    margin-top: 2rem;
}
@media (min-width: 48em) {
    .hero-banner .row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .hero__rightCol-imageWrap {
        margin: 0;
    }
}
.hero__content {
    text-align: center;
    color: white;
}
/* .hero__content :last-child * {
    margin-bottom: 0;
} */
.hero__prehead * {
    text-transform: uppercase;
    letter-spacing: .1em;
    font-size: 1rem;
    margin-bottom: 1em;
    font-weight: 400;
    line-height: 1.5em
}
.hero__headline * {
    font-size: 2rem;
    line-height: 1.1em;
    margin-bottom: 1rem;
    font-weight: 800;
}
.hero__subtext * {
    font-size: 1.3rem;
    font-weight: 400;
    /*margin-top: -1rem; /* reduce space from above headline it's complicated */
}
.hero__subtext:last-child * {
    margin-bottom: 0;
}
@media (min-width:48em) {
    .content-align-left {
        text-align: left;
    }
}
.home-hero {
    background: white;
    background-image: url("../jpg/hero-people-bg-hdpi.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: repeat-x;
    position: relative;
    height: calc(100vh - 59px);
    overflow: hidden;
    min-height: 651px;
}
.home-hero .hero__content {
    margin: 2rem 0;
    text-align: center
}
.home-hero h1, .home-hero p {
    color: #212121;
}
.home-hero__text {}
.home-hero__text h1 {
    font-size: 2.7rem
}
.home-hero__text p {
    line-height: 1.8rem;
    font-size: 1.3rem;
    font-weight: 400;
}
.home-hero__cta {}
.home-clients {
    background: #f2f2f2;
    padding: 25px 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
}
.home-clients__content {}
.home-clients__logos {
    line-height: 0px;
}
.home-clients__logo {}
.home-solutions {
    text-align: center;
}
.home-solutions-brief {
    background-color: #f7f7f7;
}
.home-solutions-brief .row-wrap {}
.home-solutions-brief__panel {
    background: white;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .16), 0 0 0 1px rgba(0, 0, 0, .04);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .16), 0 0 0 1px rgba(0, 0, 0, .04);
    border-radius: 5px;
    padding: 1.25rem;
    margin-bottom: 1rem;
}
.home-solutions-brief__panel a {
    font-size: 1.1em;
    font-weight: 700;
}
.home-solutions-brief__content img, .home-solutions-brief__content svg {
    height: 3.125rem;
    margin: 1rem 0;
}
.home-solutions-brief__content h3 {
    font-size: 1.5625rem;
    margin-bottom: .5rem;
    margin-top: 0;
}
.home-solutions__software {
    padding: 6rem 0
}
.home-solutions__services {
    padding: 6rem 0;
}
.home-solutions__content h2 {
    font-size: 1.8rem;
}
.home-solutions .row {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
    /* NEW, Spec - Firefox, Chrome, Opera */
    -ms-flex: 0 1 auto;
    -webkit-box-flex: 0;
    flex: 0 1 auto;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 100%
}
.home-solutions__image {
    text-align: center;
}
.home-solutions__image img, .home-solutions__image svg {
    width: 200px;
    margin-bottom: 1rem;
}
.home-collaborate {
    background: #01516e;
    padding: 5rem 0;
    background-image: url("../jpg/collaborate-hero.jpg");
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    color: white
}
.home-collaborate .button-alt, .home-collaborate .button-alt:visited {
    background-color: transparent;
    border: solid 2px white;
    border-radius: 99em;
    color: white;
    cursor: pointer;
    display: inline-block;
    padding: .3em 1em;
    text-decoration: none;
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out
}
.home-collaborate .button-alt:active, .home-collaborate .button-alt:focus, .home-collaborate .button-alt:hover {
    background: white;
    color: #00b5e2;
    text-decoration: none
}
.why-snap {
    background: #80dce8;
    padding: 5rem 0 1rem;
}
.why-snap__content {
    text-align: center;
}
.why-snap__content h2 {
    font-size: 2rem;
}
.why-snap__reasons {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
    /* NEW, Spec - Firefox, Chrome, Opera */
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    padding: 2rem 0 0 0;
}
.why-snap__reason {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 0 1rem;
    font-weight: 700;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
}
.why-snap__reason img, .why-snap__reason svg {
    height: 4rem;
}
.hero-collaborate {
    background-image: url("../jpg/collaborate-hero.jpg");
    background-size: cover;
    background-position: center;
}
.hero-collaborate .hero__content, .hero-gdpr .hero__content {
    text-align: center;
    color: white;
}
.collaborate-ways__panel img, .collaborate-ways__panel svg {
    height: 168px;
    margin-bottom: 1rem;
}
.collaborate-ways__content h3 {
    margin-bottom: .4rem;
}
.collaborate-testimonial {
    background-color: #f7f7f7
}
.collaborate-testimonial__logo {
    text-align: center;
    margin-bottom: 2rem;
}
.collaborate-testimonial__logo img, .collaborate-testimonial__logo svg {
    max-width: 200px;
}
.key-features__img {
    width: 168px;
    margin-bottom: 1rem
}
.key-features__h {
    margin-bottom: .4rem
}
section.clients {
    border-top: 1px solid #e2e6e9;
    border-bottom: 1px solid #e2e6e9
}
.section__header {
    margin-bottom: 2rem;
    position: relative
}
.section__header--decorate::after {
    content: ' ';
    position: absolute;
    bottom: -1rem;
    left: 50%;
    width: 50px;
    border: 1px solid #00b5e2;
    border-radius: 1px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.section__header--decorate-wo::after {
    content: ' ';
    position: absolute;
    bottom: -1rem;
    left: 50%;
    width: 50px;
    border: 1px solid #fff;
    border-radius: 1px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.featured-items {
    position: relative;
}
.featured-items h2, 
.featured-items h3 {
    margin-bottom: .625rem;
	font-size: 1.5rem;
}
.featured-items h2,
.featured-items h3, 
.featured-items p {
    padding-left: 4rem
}
.featured-items img {
    width: 3rem;
    position: absolute;
}
.feature-panel {
    background: white;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .16), 0 0 0 1px rgba(0, 0, 0, .04);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .16), 0 0 0 1px rgba(0, 0, 0, .04);
    border-radius: 5px;
    padding: 1.25rem;
    margin-bottom: 1rem;
}
.button-alt, .button-alt:visited {
    background-color: white;
    border: solid 2px #00b5e2;
    border-radius: 99em;
    color: #00b5e2;
    cursor: pointer;
    display: inline-block;
    padding: .3em 1em;
    text-decoration: none;
    -webkit-transition: all .1s ease-in-out;

    transition: all .1s ease-in-out
}
.button-alt:active, .button-alt:focus, .button-alt:hover {
    background: #00b5e2;
    color: white;
    text-decoration: none
}
.home-hero #skip {
    position: absolute;
    bottom: 40px;
    left: 50%;
    margin-left: -18px;
    display: block;
    width: 20px;
    height: 20px;
    border-right: 2px solid white;
    border-bottom: 2px solid white;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    overflow: hidden
}
.hero-gdpr {
    background-color: #00b5e2;
    background-image: url("../jpg/gdpr-hero.jpg");
    background-size: cover;
    background-position: center;
}
.gdpr-resources {
    background-color: #f7f7f7;
}

.gdpr-resources__grid {
    -ms-box-orient: horizontal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.gdpr-card {
    background: white;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.04);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.04);
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    padding-bottom: 38px;
    /*flex*/
    width: calc((100%/2) - 20px);
    margin: 10px;
}
.gdpr-card:hover {
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    -webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.16), 0 0 1px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.16), 0 0 1px 0 rgba(0, 0, 0, 0.1);
    cursor: pointer;
}
.gdpr-card__category p {
    color: #212121;
    margin: 0
}
.gdpr-card__content h3 {
    color: #212121;
    margin-bottom: 10px;
    line-height: 1.3;
    font-size: 1.4rem;
}
.gdpr-card__content p {
    color: #212121;
    margin: 0
}
.gdpr-card__link {
    position: absolute;
    bottom: 0
}
.gdpr-card__link p {
    margin: 0
}
.gdpr-card__link p:hover {
    margin: 0
}
.gdpr-card__category.cat-policy {
    background-color: #c4f1fd
}
.gdpr-card__category.cat-worksheet {
    background-color: #cff9f0
}
.gdpr-card__category.cat-blog {
    background-color: #f9decf
}
.gdpr-card__category.cat-tool {
    background-color: #fcd4f1
}
.gdpr-card a {
    text-decoration: initial;
}
.gdpr-card .button {
    background-color: #e6e6e6;
}
/* these cards are a genericified(?) copy of gdpr-cards */
.card-layout {
    -ms-box-orient: horizontal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.card {
    background: white;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.04);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.04);
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    width: calc((100%/2) - 30px);
    margin-bottom: 50px;
    margin-left: 15px;
    margin-right: 15px;
}
.card:hover {
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    -webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.16), 0 0 1px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.16), 0 0 1px 0 rgba(0, 0, 0, 0.1);
    cursor: pointer;
}
.card__image {
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: center;
    width: 100%;
    height: 70px;
}
.card__category p {
    color: #738288;
    margin: 0;
    text-transform: uppercase;
    font-size: 82%;
    font-weight: 600;
}
.card__content h3 {
    color: #212121;
    margin-bottom: 10px;
    line-height: 1.3;
    font-size: 1.4rem;
}
.card__content p {
    color: #212121;
    margin: 0;
    font-size: .9375rem;
    line-height: 1.4;
}
.card__link {
    position: absolute;
    bottom: 0
}
.card__link p {
    margin: 0
}
.card a {
    text-decoration: initial;
}
/*.card .button {
    background-color: #e6e6e6;
}*/
/* news archive */
.news__archive-post h2 a {
    text-decoration: initial;
    color: #212121;
}
.news__archive-title {
    margin-bottom: 0.3em;
}
/* flex-container must not be nested in a 'row' as it contains side padding */
.flex-container {
    -ms-box-orient: horizontal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    width: 940px;
    max-width: 100%;
}
.flex-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.flex-item {
    margin-left: 15px;
    margin-right: 15px;
}
.flex-col2 {
    width: calc((100%/2) - 30px);
}
ul.feature-grid {
    padding: 0
}
.feature-grid li {
    list-style-type: none
}
/* use .container instead of .row to contain flex items to prevent conflict with float clearing pseudo element :before */
.container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    min-width: 0;
    width: 100%;
    max-width: 1140px;
}
.featured-list {
    margin: 0;
    padding: 0;
}
.featured-list li {
    font-weight: 600;
    line-height: 1rem;
    display: block;
    margin-bottom: 5px;
    padding: 1.4rem 1.6rem;
    border-radius: 5px;
    background: white;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .16), 0 0 0 1px rgba(0, 0, 0, .04);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .16), 0 0 0 1px rgba(0, 0, 0, .04);
}
ul.custom-bullet > li:before {
    content: "";
    height: 1em;
    width: 1em;
    display: block;
    float: left;
    margin-left: -.5em;
    margin-right: .8em;
    margin-top: -.125em;
}
ul.blt-tick > li:before {
    background: url("../svg/snap-tick.svg") no-repeat;
}
.checked-list {
    margin: 0 0 2rem;
    padding: 0;
}
.checked-list li {
    font-weight: 600;
    line-height: 1.3em;
    display: block;
    padding: .5em 1em .5em 2em;
    border-radius: 5px;
    position: relative;
}
.checked-list > li:before {
    content: "";
    height: 1em;
    width: 1em;
    display: block;
    background: url("../svg/snap-tick.svg") no-repeat;
    position: absolute;
    left: 0;
}
@-webkit-keyframes flying {
    0% {
        -webkit-transform: translate(0, 0px);
        transform: translate(0, 0px);
    }
    33% {
        -webkit-transform: translate(0, 5px);
        transform: translate(0, 5px);
    }
    80% {
        -webkit-transform: translate(0, 0px);
        transform: translate(0, 0px);
    }
    100% {
        -webkit-transform: translate(0, 10px);
        transform: translate(0, 10px);
    }
}
@keyframes flying {
    0% {
        -webkit-transform: translate(0, 0px);
        transform: translate(0, 0px);
    }
    33% {
        -webkit-transform: translate(0, 5px);
        transform: translate(0, 5px);
    }
    80% {
        -webkit-transform: translate(0, 0px);
        transform: translate(0, 0px);
    }
    100% {
        -webkit-transform: translate(0, 10px);
        transform: translate(0, 10px);
    }
}
.mail-plane {
    position: relative;
    height: 75px;
    margin: 0 auto;
    width: 86px;
}
.mail-plane__plane {
    width: 86px;
    height: auto;
    -webkit-animation: flying 5s infinite alternate ease-in-out;
    animation: flying 5s infinite alternate ease-in-out;
    position: absolute;
}
@media only screen and (min-width:480px) {
    .cta-form-wrap {
        padding: 20px;
    }
}
@media (max-width:480px) {
    .gdpr-card {
        /*flex*/
        width: 100%;
        margin: 10px;
    }
    .card {
        width: 100%;
        margin: 10px;
    }
    .home-hero:before {
        /* content: ""; */
        position: absolute;
        top: 20em;
        bottom: 0;
        background-size: 48em;
        width: 100%;
    }
    .home-hero {
        height: calc(100vh - 59px);
    }
}
@media only screen and (max-width:767px) {
    #Grid .mix {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
        flex: 0 1 50%;
    }
    .sidebar-menu {
        border-bottom: 1px solid #ddd;
        position: relative
    }
    #footer-iso .iso-bar img, .wide .iso-bar img, img.landing-page-hero {
        height: auto;
        width: 100%
    }
    .nobile {
        display: none !important
    }
    .nav-no-js .nav-button:hover + .nav, .nav-no-js .nav-button:hover + .nav + .nav-close, .nav-no-js .nav:hover, .nav-no-js .nav:hover + .nav-close {
        display: block
    }
    #top-nav-wrap {
        left: 0;
        position: relative;
        right: 0;
        top: 0;
        z-index: 99
    }
    .ex-numb {
        display: none
    }
    .landing-usp {
        font-size: 31px !important
    }
    .landing-quote h3 {
        font-size: 20px
    }
    .landing-quote p {
        font-size: 12px
    }
    .landing-benefits {
        margin-bottom: 30px
    }
    .landing-benefits li {
        margin-bottom: 18px;
        padding-left: 34px
    }
    .landing-benefits li img {
        width: 20px
    }
    #gs-content-wrap .landing-benefits li h4 {
        font-size: 18px
    }
    #gs-banner h1 {
        font-size: 34px
    }
    #gs-content-wrap .columns {
        float: none
    }
    #getstarted, .contact-form-container {
        margin-bottom: 20px;
        margin-top: 0 !important
    }
    #Grid .four {
        float: left;
        width: 50% !important
    }
    #filter-controls .button {
        display: inline-block
    }
    .page #registration_form input[type=password], .page #registration_form input[type=text], .page #registration_form select, .page #registration_form textarea {
        width: 100%
    }
    .software-banner .feature {
        min-height: 108px
    }
    .home-solutions .four {
        width: 100% !important;
    }
}
@media only screen and (-webkit-min-device-pixel-ratio:1.3), only screen and (-webkit-min-device-pixel-ratio:1.25), only screen and (min-resolution:120dpi) {
    /* all hdpi devices */
}
@media (min-width:48em) {
    .gdpr-card {
        width: calc((100%/3) - 20px);
        margin: 10px;
    }
    .card {
        width: calc((100%/3) - 30px);
    }
    .flex-ws-col3 {
        width: calc((100%/3) - 30px);
    }
    .home-hero {
        height: calc(100vh - 76px);
        min-height: 631px;
    }
    .home-hero__text h1 {
        font-size: 3.375rem
    }
    .home-hero__text p {
        font-size: 1.5rem
    }
    .home-hero .hero__content {
        margin: 3rem 0;
    }
    .section__header {
        /*font-size: 1.75rem*/
    }
    p.lead {
        font-size: 1.125rem
    }
    .home-solutions {
        text-align: left;
    }
    .why-snap__reason {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    }
    .home-solutions__services {
        padding: 5rem 0;
    }
    .home-solutions__services .row {
        -ms-flex-direction: row-reverse;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        flex-direction: row-reverse;
    }
    .home-solutions .row {
        -ms-flex-pack: distribute;
        justify-content: space-around
    }
    .home-solutions__image img, .home-solutions__image svg {
        width: 244px;
        margin: 0;
    }
    .hero__headline * {
        font-size: 3.2rem;
    }
    .js .off-canvas [role=complementary] {
        margin-top: 14px;
        width: 20%
    }
    .js .off-canvas [role=main] {
        width: 80%
    }
    .search-row-wrap, .search-row-wrap.visible {
        left: 0;
        position: absolute;
        right: 0;
        top: 99px;
        -webkit-transition: all .2s ease;
        transition: all .2s ease
    }
    .nav-no-js .nav li:hover > ul {
        display: block
    }
    .search-row-wrap {
        height: 45px;
        opacity: 0;
        visibility: hidden;
        width: 100%;
        z-index: 10
    }
    .search-row-wrap.visible {
        opacity: 1;
        visibility: visible
    }
    .offerings {
        position: relative
    }
    .home-row {
        padding: 45px 0
    }
    .row-cta .primary-action {
        margin-bottom: auto;
        width: auto
    }
    .row-cta .secondary-action {
        width: auto
    }
    .row-cta .cta-spacer {
        display: inline-block;
        width: 20px
    }
    .ereports-lp #gs-banner .landing-usp, .lp-snap-11-upgrade-offer #gs-banner .landing-usp {
        padding-bottom: 40px;
        padding-top: 105px
    }
    #gs-banner-wrap.sma-v2 {
        background: url("../jpg/sma-lp-v2.jpg") left bottom no-repeat;
        background-size: cover
    }
    #gs-banner-wrap.lp-default-bg {
        background: url("../png/lp-devices-banner.png") center bottom no-repeat #00b5e2;
        background-size: 912px
    }
    #gs-banner-wrap.ereports-lp {
        background: url("../png/lp-email-reports-banner.png") center bottom no-repeat #67C2B7
    }
    #gs-banner-wrap.lp-snap-11-upgrade-offer {
        background: url("../png/lp-devices-banner.png") center bottom no-repeat #00b5e2
    }
    .lp .banner h1 {
        font-size: 42px;
    }
    .lp .banner p {
        font-size: 18px;
    }
    .lp .row-title span {
        background-color: #f7f7f7;
        padding: 0 10px;
    }
    .lp .row-title:before {
        border-top: 2px solid #00b5e2;
        content: "";
        margin: 0 auto;
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        bottom: 0;
        width: 95%;
        z-index: -1;
    }
    .lp .feat-icon {
        float: left;
    }
    .lp .feat-desc {
        margin-left: 126px;
    }
    #footer .social-links li {
        float: left
    }
    #footer .social-links li i {
        font-size: 18px
    }
    #footer .social-links li span {
        left: -9999px;
        position: absolute;
        top: -9999px
    }
    /* paddings and margins for widescreen */
    .ws-spacing-sm, .ws-vpad-sm {
        padding: 1rem 0
    }
    .ws-spacing-top-sm, .ws-vpad-top-sm {
        padding-top: 1rem
    }
    .ws-spacing-btm-sm, .ws-vpad-btm-sm {
        padding-bottom: 1rem
    }
    .ws-spacing-md, .ws-vpad-md {
        padding: 3rem 0
    }
    .ws-spacing-top-md, .ws-vpad-top-md {
        padding-top: 3rem
    }
    .ws-spacing-btm-md, .ws-vpad-btm-md {
        padding-bottom: 3rem
    }
    .ws-spacing-lg, .ws-vpad-lg {
        padding: 6rem 0
    }
    .ws-spacing-top-lg, .ws-vpad-top-lg {
        padding-top: 6rem
    }
    .ws-spacing-btm-lg, .ws-vpad-btm-lg {
        padding-bottom: 6rem
    }
}
@media only screen and (max-width:430px) {
    #Grid .mix {
        height: auto;
        padding-bottom: 15px;
    }
    #Grid .four {
        float: left;
        width: 100% !important
    }
}
/* hide objects based on screen size */
@media screen and (max-width: 39.9375em) {
    .hide-for-small-only {
        display: none !important
    }
}
@media screen and (max-width: 0em), screen and (min-width:40em) {
    .show-for-small-only {
        display: none !important
    }
}
@media print, screen and (min-width: 40em) {
    .hide-for-medium {
        display: none !important
    }
}
@media screen and (max-width: 39.9375em) {
    .show-for-medium {
        display: none !important
    }
}
@media screen and (min-width: 40em) and (max-width:63.9375em) {
    .hide-for-medium-only {
        display: none !important
    }
}
@media screen and (max-width: 39.9375em), screen and (min-width:64em) {
    .show-for-medium-only {
        display: none !important
    }
}
@media print, screen and (min-width: 64em) {
    .hide-for-large {
        display: none !important
    }
}
@media screen and (max-width: 63.9375em) {
    .show-for-large {
        display: none !important
    }
}
@media screen and (min-width: 64em) and (max-width:74.9375em) {

    .hide-for-large-only {
        display: none !important
    }
}
@media screen and (max-width: 63.9375em), screen and (min-width:75em) {
    .show-for-large-only {
        display: none !important
    }
}
/* end hide */
.panel-container .panel {
    border: 1px solid #ddd;
    border-radius: 3px;
    background-color: white;
}
.panel-container .price {
    text-align: center;
}
.panel-promo {
    margin-top: 0;
    background-color: #69e8ba;
    color: #212121;
    width: 100%;
    padding: 10px 20px;
    text-align: center;
    font-weight: 600;
    font-size: 18px;
    border-radius: 6px 6px 0 0;
    line-height: 28px;
}
.pricing-section {
    background: #f7f7f7;
    border: 1px solid #ececec;
    border-bottom-width: 2px;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 0 1.25rem
}
.pricing-section div:first-child {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 0
}
.pricing-section div {
    border-top: 1px solid #ececec;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 1.25rem;
    border-radius: 0 0 4px 4px
}
@media only screen and (min-width: 767px) {
    .pricing-panels-container {
        padding-top: 40px;
    }
    .panel-promo {
        margin-top: -48px;
    }
    .panel-header {
        min-height: 100px;
    }
}
@media only screen and (max-width: 767px) {
    li.empty {
        display: none;
    }
}
.panel-header {
    padding: 20px;
    border-bottom: 1px solid #ddd;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.panel-container .title {
    margin: 0;
    font-size: 1.3em;
    text-align: center;
}
.panel-container p {
    text-align: center;
    margin: 0;
}
.panel-prof .panel-pricing {
    padding-top: 23px;
    padding-bottom: 22px;
}
.panel-ent .panel-pricing {
    padding-top: 28px;
    padding-bottom: 28px;
}
.panel-pricing {
    padding: 10px;
    border-bottom: 1px solid #ddd;
    background-color: #f6f6f6;
    text-align: center
}
.panel-pricing .currency {
    font-size: 18px;
    font-weight: 700;
    position: relative;
    top: -17px;
    right: 3px;
}
.panel-pricing .integer {
    font-size: 44px;
    font-weight: 700;
    color: var(--dark-blue);
}
.panel-pricing .period {
    color: var(--slate);
    font-size: 14px;
    font-style: italic;
}
.panel-pricing .price {
    margin: 0
}
.panel-pricing .info {
    margin: 0
}
.panel-pricing .call-us {
    font-weight: 700;
    font-size: 22px;
    color: #00b5e2;
    margin: 0
}
.panel-pricing .note {
    font-size: 14px;
    color: var(--slate);
}
.panel-ent .price {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 5px;
}
.panel-ent .info {
    margin: 0;
    color: var(--slate);
    font-size: 14px;
    padding: 0 50px;
}
.panel-body ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.panel-addons {
    margin-top: 10px;
}
.panel-body li {
    margin: 0;
    line-height: 40px;
    border-bottom: 1px solid #eee;
    padding: 0 20px;
    font-size: 15px;
}
.panel-body .empty {
    text-align: center;
    color: #ddd
}
.panel-footer {
    text-align: center;
    padding: 20px;
    background-color: #f6f6f6;
}
.panel-footer .contact-info {
    margin-bottom: 10px;
}
.panel-footer .contact-cta {
    text-align: center;
    line-height: 18px;
    margin-bottom: 0;
}
.panel-container {
    background-color: #f7f7f7;
    padding: 5px;
    border-radius: 10px;
    margin-bottom: 20px;
}
.panel-pricing .us-price {
    margin: 0;
}
.panel-pricing .us-price .info {
    vertical-align: middle;
}
.panel-pricing .us-price .currency {
    vertical-align: middle;
    position: initial;
}
.panel-pricing .us-price .integer {
    vertical-align: middle;
}
.us-pricing {
    margin-bottom: 2rem
}
form .ask {
    margin-bottom: 1rem
}
.pricing-section {
    margin-bottom: 2rem
}
/* new pricing page */
.panel-header {
    padding: 20px;
    border-bottom: 1px solid #ddd;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.panel-container .title {
    margin: 0;
    font-size: 1.3em;
    text-align: center;
}
.panel-container p {
    text-align: center;
    margin: 0;
}
.panel-prof .panel-pricing {
    padding-top: 23px;
    padding-bottom: 22px;
}
.panel-ent .panel-pricing {
    padding-top: 28px;
    padding-bottom: 28px;
}
.panel-pricing {
    padding: 10px;
    border-bottom: 1px solid #ddd;
    background-color: #f6f6f6;
    text-align: center
}
.panel-pricing .currency {
    font-size: 18px;
    font-weight: 700;
    position: relative;
    top: -17px;
    right: 3px;
}
.panel-pricing .integer {
    font-size: 44px;
    font-weight: 800;
    color: var(--ink);
}
.panel-pricing .period {
    color: var(--slate);
    font-size: 14px;
    font-style: italic;
}
.panel-pricing .price {
    margin: 0
}
.panel-pricing .info {
    margin: 0
}
.panel-pricing .call-us {
    font-weight: 700;
    font-size: 22px;
    color: #00b5e2;
    margin: 0
}
.panel-pricing .note {
    font-size: 14px;
    color: var(--slate);
}
.panel-ent .price {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 5px;
}
.panel-ent .info {
    margin: 0;
    color: var(--slate);
    font-size: 14px;
    padding: 0 50px;
}
.panel-body ul {
    list-style: disc;
    padding: 10px 0 10px 35px;
}
.panel-body .panel-inner-pad {
    padding: 20px;
}
.panel-addons {
    margin-top: 10px;
}
.panel-body {
    height: 100%;
}
.panel-body li {
    margin: 0;
    line-height: 1.5;
    border-bottom: none;
    padding: 7px 20px 7px 0;
    font-size: 15px;
}
.panel-body .empty {
    text-align: center;
    color: #ddd
}
.panel-footer {
    text-align: center;
    padding: 20px;
    background-color: #f6f6f6;
}
.panel-footer .contact-info {
    margin-bottom: 10px;
}
.panel-footer .contact-cta {
    text-align: center;
    line-height: 18px;
    margin-bottom: 0;
}
.pricing-panels-container .flex-container {
    width: 1400px;
    max-width: 100%;
    display: block;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-evenly;
}
.flex-container .panel-container {
    background-color: #f7f7f7;
    padding: 5px;
    border-radius: 10px;
    margin-bottom: 20px;
    width: 100%;
}
@media only screen and (min-width:600px) {
    .pricing-panels-container .flex-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .flex-container .panel-container {
        width: calc(100%/2 - 10px)
    }
}
@media only screen and (min-width:900px) {
    .pricing-panels-container .flex-container {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .geo-us .flex-container .panel-container {
        width: calc(100%/4 - 10px)
    }
	.flex-container .panel-container {
        width: calc(100%/5 - 10px)
    }
}
.panel-container .panel {
    border: 1px solid #ddd;
    border-radius: 3px;
    background-color: white;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    height: 100%;
    justify-content: space-between;
}
.panel-pricing .us-price {
    margin: 0;
}
.panel-pricing .us-price .info {
    vertical-align: middle;
}
.panel-pricing .us-price .currency {
    vertical-align: middle;
    position: initial;
}
.panel-pricing .us-price .integer {
    vertical-align: middle;
}
.pricing-panels-container .button {
    background: #0071e3;
    font-weight: 600;
    font-size: 1.125rem;
}
.pricing-panels-container .button:hover {
    background: #0077ed;
}
.pricing-panels-container .button.inverted {
    background: white;
    border: 2px solid #0071e3;
    color: #212121;
    font-weight: 600;
}
.pricing-panels-container .button.inverted:hover {
    background: #0077ed;
    border: 2px solid #0077ed;
    color: white;
}
.panel-enterprise .panel-pricing {
    padding: 26.5px 10px;
}
.fa.circle {
    color: white;
    padding-top: 8px;
    border-radius: 40px;
    width: 40px;
    height: 40px;
    text-align: center;
}
.fa.bg-red {
    background-color: #DD3436
}
.fa.bg-orange {
    background-color: #E0971E
}
.fa.bg-green {
    background-color: #57C88A
}
.fa.bg-blue {
    background-color: #00b5e2
}
.fa.bg-royal-blue {
    background-color: #2B68D4
}
.fa.bg-purple {
    background-color: #8C57B4
}
/* sliders */
.slider-item :first-child {
    margin-top: 0
}
.slider-item :last-child {
    margin-bottom: 0
}
/* wp block styles */
.wp-block-group.has-background {
    padding: 25px 30px 10px 30px;
    margin-bottom: 1.5rem;
}
/* 2021 xmp updates */
/* layout ------------------- */
video {
    /* override other styles to make responsive */
    width: 100% !important;
    height: auto !important;
}
.section { /* contain .section__container margins */
    position: relative;
    height: auto !important;
    width: 100%;
    display: table;
    clear: both;
}
.section--white {
    background-color: white;
}
.section--vlgrey {
    background-color: var(--ghost);
}
.section--link {
    background-color: var(--dark-blue);
}
.section--darkmode {
    color: white;
}
.section__container { /* inner section with top and bottom padding (margins) */
    margin-top: 2.4rem;
    margin-bottom: 2.4rem;
}
.section__container--first {
    margin-top: 2.4rem;
    margin-bottom: 0;
}
.section__container--last {
    margin-top: 0;
    margin-bottom: 2.4rem;
}
.img-responsive {
    width: 100%;
    height: auto;
}
@media (max-width: 48em) {
    .section {
		/* not sure what this was for but it breaks the internal margins on homepage banner */
        /*display: block;*/
    }
    .section--top-banner img {
        /*max-width:80%;*/
    }
    .section__container .column, .section__container .columns {
        padding: 0 30px;
    }
    .section--top-banner img {
        margin: 2rem 0 0;
    }
} /* end max width mq */
@media (min-width: 48em) { /* layout media query */
    .section__container {
        margin-top: 6.25rem;
        margin-bottom: 6.25rem;
    }
    .section__container--first {
        margin-top: 6.25rem;
        margin-bottom: 1rem;
    }
    .section__container--last {
        margin-top: 1rem;
        margin-bottom: 6.25rem;
    }
    .section--mission .section__container {
        margin-top: 2.4rem;
        margin-bottom: 2.4rem;
    }
    .section__container .row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .section__container--reverse-order .row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
    /* wordpress columns */
    .section__container--reverse-order .wp-container-6 {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
} /* end layout media query */
.section__benefits {
    padding: 1.5rem 0;
}
/* typography ------------------ */
.section--top-banner h1 {
    font-size: 2rem;
    line-height: 1.1;
    margin-top: 0;
    margin-bottom: 1.5rem;
    font-weight: 800;
}
.section--top-banner p {
    font-size: 1.2rem;
}
.section--feature h2 {
    font-size: 1.5rem;
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 1rem;
    font-weight: 800;
}
.section--feature h3 {
    font-size: 1.25rem;
    font-weight: 800;
    margin-top: 0;
}
.section--feature p {
    font-size: 1rem;
    line-height: 1.4;
}
.section__benefits p {
    font-size: 1rem;
    margin: 0 0 .5rem;
}
.section--feature .eyebrow {
    margin: 0;
    font-size: 1.1rem;
    color: #5b6266
}
.section__benefits .eyebrow {
    margin: 0;
    font-size: 1rem;
    color: #5b6266
}
.section__benefits h4 {
    margin: 0 0 .5rem;
    font-size: 1.3rem;
    line-height: 1.3;
    font-weight: 800;
}
.section__benefits h5 {
    margin: 0;
}
.section__benefits a {
    font-size: 1rem;
    margin: 0;
}
.section--cta h4 {
    font-size: 1.6rem;
    font-weight: 700;
}
.section--mission p {
    margin: 0;
    font-size: 1.3rem;
}
@media (min-width: 56em) {
    .section--top-banner h1 {
        font-size: 3.125rem;
    }
    .section--top-banner p {
        font-size: 1.5rem;
        line-height: 1.3;
    }

    .section--feature h2 {
        font-size: 2.25rem;
        line-height: 1.2;
    }
    .section--feature h3 {
        font-size: 1.875rem;
        font-weight: 800;
        line-height: 1.2;
    }
    .section--feature .feature-group h3 {
        font-size: 1.5rem;
        margin-top: 1rem;
    }
    .section--feature p {
        font-size: 1.375rem;
    }
    .section__benefits p {
        font-size: 1.25rem;
    }
    .section__benefits .eyebrow {
        font-size: 1.25rem;
        color: #5b6266
    }
    .section--feature .eyebrow {
        font-size: 1.375rem;
        color: #5b6266;
    }
    .section__benefits h4 {
        font-size: 1.65rem;
    }
    .section__benefits h5 {
        margin: 0;
    }
    .section__benefits a {
        font-size: 1.25rem;
    }
    .section--cta h4 {
        font-size: 2rem;
    }
    .section--mission p {
        font-size: 2rem;
    }
    .feature-group p {
        font-size: 1.25rem;
    }
} /* end media query */
a, a:visited {
    color: var(--link);
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 1px;
}
a:hover {
    color: var(--link-hover);
    text-decoration-thickness: 2px;
}
a:active {
    color: #212121;
}
@supports (-moz-appearance:none) {
    a, a:visited {
        text-decoration-thickness: 1px;
        text-underline-offset: 2px;
    }
    a:hover {
        text-decoration-thickness: 2px;
    }
}
.btn-link a, a.btn-link {
    font-size: 1.2rem;
    font-weight: 700;
    text-decoration-thickness: 2px;
    text-underline-offset: 2px;
}
.btn-link a:hover, a.btn-link:hover {
    text-decoration-thickness: 3px;
    text-underline-offset: 1px;
}
.btn-link-wo a, a.btn-link-wo {
    color: white;
}
@supports (-moz-appearance:none) {
    .btn-link a, a.btn-link {
        text-decoration-thickness: 2px;
        text-underline-offset: 3px;
    }
    .btn-link a:hover, a.btn-link:hover {
        text-decoration-thickness: 3px;
        text-underline-offset: 3px;
    }
}
a.btn-cta {
    color: #fff;
    background-color: var(--cta);
    padding: 18px 28px;
    border-radius: 5px;
    display: block;
    font-size: 1.3rem;
    text-decoration: none;
    text-align: center;
    font-weight: 700;
}
a.btn-cta:hover {
    color: #fff;
    background-color: var(--cta-hover);
}
@media (min-width: 36em) {
    .btn-link a, a.btn-link {
        font-size: 1.4rem;
    }
    a.btn-cta {
        display: inline-block;
        font-size: 1.4rem;
    }
} /* end buttons and links 36em media query */
/* newsletter subscription page */
.previous-newsletters {}
.previous-newsletters a {
    display: inline-block;
    padding: 8px 19px;
    background-color: #f2f2f2;
    border: solid 2px #dadada;
    color: #212121;
    text-decoration: none;
    border-radius: 99px;
    margin-bottom: 10px;
    font-weight: 600;
}
.previous-newsletters a:hover {
    background-color: #dedede;
}
/* home page slider */
.section--feature-slides {
    padding-top: 2rem;
    padding-bottom: 2rem;
}
a.btn-cta-outline {
    color: #212121;
    background-color: transparent;
    padding: 18px 28px;
    border-radius: 5px;
    display: block;
    font-size: 1.3rem;
    text-decoration: none;
    text-align: center;
    font-weight: 700;
    border: 2px solid #212121;
}
a.btn-cta-outline:hover {
    color: #ffffff;
    background-color: #212121;
}
.strapline h1 {
    font-size: 1.2rem;
    margin: 0;
}
@media (min-width: 36em) {
    .strapline h1 {
        font-size: 2rem;
    }
}
.feature-slides .slide-text h2, .feature-slides .slide-text p {
    margin-bottom: .5rem;
}
.feature-slides a.btn-cta-outline {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}
.strapline {
    padding: 1rem;
}
.section--feature-slides .slick-dotted.slick-slider {
    margin-bottom: 25px;
}
.section--feature-slides .slick-dots {
    position: absolute;
    bottom: -38px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%;
}
.section--feature-slides .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.section--feature-slides .slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 20px;
    width: 20px;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    padding: 5px;
    cursor: pointer;
}
.section--feature-slides .slick-dots li button:hover, .section--feature-slides .slick-dots li button:focus {
    outline: none;
}
.section--feature-slides .slick-dots li button:hover:before, .section--feature-slides .slick-dots li button:focus:before {
    opacity: 1;
}
.section--feature-slides .feature-slides .slick-dots li button:before {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 2px solid #212121;
}
.section--feature-slides .slick-dots li.slick-active button:before {
    color: #212121;
    opacity: 1;
}
.feature-slides .slick-prev, .feature-slides .slick-next {
    height: 30px;
    width: 30px
}
.feature-slides .slick-prev:before, .feature-slides .slick-next:before {
    font-family: "slick";
    font-size: 30px;
    line-height: 1;
    color: #212121;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.feature-slides .slick-prev {
    left: 10px;
}
.feature-slides .slick-next {
    right: 10px;
}
@media screen and (min-width: 72em) {
    .feature-slides .slick-prev {
        left: -20px;
    }
    .feature-slides .slick-next {
        right: -20px;
    }
}
section.section--feature-slides {
    display: block;
}
.section--feature-slides .feature-slides {
    max-width: 100vw;
    width: 100%;
    padding-bottom: 0;
}
.section--feature-slides .feature-slides-container {
    margin: 0 auto;
    max-width: 1140px;
}
.section--feature-slides .slide-image img {
    display: block;
    max-width: 200px;
    width: 100%;
    height: auto;
    margin: auto;
}
.section--feature-slides .feature-slides .slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 100vw;
    width: 100%;
    height: auto;
    margin: auto;
}
.section--feature-slides .feature-slides .slide > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    text-align: center;
    padding: 5px 30px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.section--learn-more .section__container {
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.section--learn-more .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.section--learn-more .row > a {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
    max-width: 33%;
    text-decoration: none;
    color: #212121;
}
.section--learn-more .row a + a {
    margin-left: 2%;
}
.section--learn-more a:hover {
    text-decoration: underline;
}
.section--learn-more img {
    max-width: 50px;
}
.section--learn-more {
    font-size: 15px;
    line-height: 1.3;
    font-weight: 600;
}
@media screen and (min-width: 48em) {
    .strapline {
        padding: 2rem 0;
    }
    .section--feature-slides {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
    .feature-slides .slide {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .section--feature-slides .feature-slides .slide > div {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        text-align: left;
    }
    .section--feature-slides .slick-dots {
        margin: 0;
        bottom: 0px;
    }
    .section--feature-slides .slick-dotted.slick-slider {
        margin-bottom: 0;
    }
    .section--learn-more .section__container {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }
    .feature-slides a.btn-cta-outline {
        margin-top: 1.25rem
    }
    .section--feature-slides .slide-image img {
        display: block;
        max-width: 350px;
        width: 100%;
        height: auto;
        margin: auto;
    }
    .section--learn-more img {
        max-width: 70px;
    }
}
@media screen and (max-width: 48em) {
    .section--feature-slides .feature-slides .slide {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .slide-image .slide-content {
        padding: 0 50px;
    }
    .feature-slides a.btn-cta-outline {
        font-size: 1.2rem;
        padding: .5rem 1rem;
    }
}
@media screen and (min-width: 86em) {
    .section--feature-slides .feature-slides-container {
        margin: 0 auto;
        max-width: 1200px;
    }

    .section--feature-slides .feature-slides-container {
        max-width: 1140px;
    }
    .section--learn-more .section__container {
        margin-top: 2rem;
        margin-bottom: 2rem;
    }
    .section--feature-slides .slide-image img {
        display: block;
        max-width: 450px;
        width: 100%;
        height: auto;
        margin: auto;
    }
}

.ct-ultimate-gdpr-cookie-popup * {
       font-family: 'Nunito Sans', Helvetica, Arial, sans-serif;
       font-display: swap;
   }
/* gdpr resources page */
    .gdpr-resources .cat-xmp {
        background-color: #d0ceff;
    }
    .gdpr-resources .cat-desktop {
        background-color: #a9e7f7;
    }
    .gdpr-resources .cat-online {
        background-color: #baffde;
    }
    .hero-gdpr {
        background-color: #f6f9fc;
        background-image: none;
    }
    .hero-gdpr .hero__content {
        color: #002838;
    }

[class*=column]+[class*=column]:last-child.is-layout-flex {
    float: none;
}

/* .feature-slider */
[class*=column]+[class*=column]:last-child.slick-slide {
    float: left;
}
.feature-slider .slick-slide {
    padding: 0 15px;
}

/* wp-block custom classes */
.feature-grid-icon {
    margin: 0;
}

.feature-grid h3 {
    margin-top: .5rem;
}
.feature-link a::after {
    content: '';
    display: block;
    border-top: 2px solid var(--link);
    border-right: 2px solid var(#0060ad);
    width: 0.625em;
    height: 0.625em;
    transform: rotate(45deg);
    right: 0;
    bottom: 0.375em;
    position: absolute;
    transition: all ease-in-out 100ms;
}
.feature-link a:hover::after {
    content: '';
    display: block;
    border-top: 2px solid #0941b1;
    border-right: 2px solid #0941b1;
    width: 0.625em;
    height: 0.625em;
    transform: rotate(45deg);
    bottom: 0.375em;
    position: absolute;
    right: -0.2em;
}

.feature-link a {
    position: relative;
    padding-right: 0.8125em;
    text-decoration: none;
    transition: 100ms ease-in-out;
    font-weight: 700;
}
.feature-link a:hover {
    position: relative;
    text-decoration: none;
}

/* 16.8.24 */
a.arrow-right-link::after, 
.arrow-right-link a::after {
    content: '';
    display: inline-block;
    width: .5em;
    height: .5em;
    margin-left: .3em;
    border-width: 2px 2px 0 0 ;
    border-style: solid;
    border-color: inherit;
    transform: rotate(45deg);
}
a.arrow-right-link, 
.arrow-right-link a {
	color: var(--cta);
    text-decoration:none;
}
a.arrow-right-link:hover, 
.arrow-right-link a:hover {
	color: var(--cta-hover);
}
/* end */


.basic-card {
    background: white;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.04);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.04);
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    padding-bottom: 38px;
    padding: 20px;
}

ul.list-plus {
    list-style: none;
    -webkit-padding-start: 0;
    padding-inline-start:0}

ul.list-plus li {
    position: relative;
    padding-left: 2em
}

ul.list-plus li[class^=col-],
ul.list-plus li[class*=" col-"] {
    padding-left: calc(2em + 15px)
}

ul.list-plus li[class^=col-]::before,
ul.list-plus li[class*=" col-"]::before {
    margin-left: 15px
}

ul.list-plus li::before {
    position: absolute;
    left: 0
}

ul.list-plus li:before {
    content: "+"
}

ul.list-plus li:not(:last-child) {
    margin-bottom: .5em
}

/* wp-block-table */
figure.wp-block-table {

}
.wp-block-table table {
    border: 1px solid #bbb;
    border-radius: 3px;
}
.wp-block-table thead {
    border: none;
}

.wp-block-table th {
    vertical-align: bottom;
}
.wp-block-table th,.wp-block-table td {
    border: none;
    border-right: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
}
.wp-block-table tr th:last-child {
    border-right: none;
}
.wp-block-table tr td:last-child {
    border-right: none;
}
.wp-block-table tr:last-child td {
    border-bottom: none;
}

/* align fix when centre align objects align left due to a table defintion */
.wp-block-image.aligncenter, .wp-block-image.aligncenter>figcaption {
display: block;
}

/* fix slick slider x-overflow */
.wp-block-group {
    overflow: hidden;
}

/* reverse columns for block layouts */
@media(max-width: 768px) {
    .stack-col-reverse {
        flex-direction: column-reverse;
    }
}