/*
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: 21.8.19
Template: required-foundation
Text Domain: requiredstarter
*/

/* css variables DO NOT WORK IN IE11 - these are left here for reference */

:root {
    /* color palette */
    --snap: #00b5e2;
    /* snapsurveys blue*/
    --green: #39d1b0;
    /* snap green */
    --night: #01516e;
    /* very dark blue */
    --text: #002838;
    /* near black */
    --slate: #3d4b54;
    /* dark grey */
    --smoke: #d3d8dd;
    /* light grey */
    --mist: #eef2f7;
    /* very light grey */
    --ghost: #f6f9fc/* ultra light grey */
}
button, hr, input {
    overflow: visible
}
audio, canvas, progress, video {
    display: inline-block
}
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
}

figure {
    margin: 1em 40px
}
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 {
    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: #002838;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
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
}
#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
}

h1, .h1 {
    font-size:     2em;
    line-height:   1.1;
    margin-top:    0;
    margin-bottom: 1.5rem
}
h2, .h2 {
    font-size:     1.5em;
    line-height:   1.1;
    margin-top:    1.9em;
    margin-bottom: 0.8em;
}
h3, .h3 {
    font-size:     1.17em;
    line-height:   1.6;
    margin-top:    1.6em;
    margin-bottom: 0.6em;
}
h4, .h4 {
    font-size:     1em;
    line-height:   1.6;
    margin-top:    1em;
    margin-bottom: 0.5em;
}
h5, .h5 {
    line-height:   1.6;
    margin-top:    0;
    margin-bottom: 0.5em
}
h6, .h6 {
    line-height:   1.6;
    margin-top:    0;
    margin-bottom: 0.5em
}
/* 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: 300;
    line-height: 1.3;
    margin-bottom: 1.5rem
}
b, em, i, small, strong {
    line-height: inherit
}
b, strong {
    font-weight: 700
}
dl, ol, ul {
    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
}
ol {}
.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: #00b5e2
}
.entry-meta h6, label {
    font-weight: 400
}
a {
    text-decoration: none
}
a:hover, h1 a:hover, h2 a:hover {
    color: #01516e;
    text-decoration: none
}
h1 a, h1 a:focus, h2 a, h2 a:focus {
    color: #4D5154;
    text-decoration: none
}
.link {
    color: #4D5154!important
}
.link:hover {
    color: #000!important
}
.footnote {
    font-size: small
}
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: 14px;
    margin-top: 6px;
    margin-bottom: 3px
}
.warning-box {
    background-color: #fff4f4;
    border: 1px solid #ffc5c5;
    margin-bottom: 20px;
    padding: 20px
}
.warning-box:last-child {
    margin-bottom: 0
}
/*.entry-content h2 {
    font-size: 28px;
    margin: 22px 0
}*/
.snap-logo {
    float: left;
    width: 153px;
    height: 26px;
    margin: 0
}
.screen-reader-text {
    left: -9999px;
    position: absolute;
    top: -9999px
}
.content-wrapper {
    padding-top: 46px
}

/* header and navigation 2019 */

.header-container {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    background: white
}
.menu-backdrop {
    visibility: hidden;
    display: block;
    background: rgba(0, 181, 226, 0);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    zoom: 1;
    -webkit-transition: all 1s ease;
    transition: all 1s ease
}
.menu-backdrop.active {
    visibility: visible;
    background: rgba(0, 181, 226, 0.4)
}
.header__top {
    width: 100%
}
.header__main {
    width: 100%;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 46px
}
.top-options {
    text-align: right;
    list-style: none;
    font-size: .875rem;
    margin: 0
}
.top-options li {
    display: inline-block;
    margin: 0 15px;
    line-height: 2.25rem
}
.top-options li:last-child {
    display: inline-block;
    margin: 0 0 0 15px;
}
.top-options p {
    margin-bottom: 0
}
.login-icon {
    width: 1em;
    height: 1em;
    position: relative;
    top: 0.15rem;
    margin-right: .25rem;
    font-size: 1em
}
.top-options svg {
    fill: #00b5e2
}
.mobile-nav svg {
    fill: #002838
}
.top-options a:hover svg {
    fill: #01516e
}
.header__main .logo a {
    display: block
}
.header__main .logo a img {
    display: block
}
.header-wrap {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: -webkit-transform .25s ease-in-out;
    transition: -webkit-transform .25s ease-in-out;
    transition: transform .25s ease-in-out;
    transition: transform .25s ease-in-out, -webkit-transform .25s ease-in-out;
    will-change: transform;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
    z-index: 100;
    background-color: white
}
@media screen and (max-width:750px) {
    .header-wrap {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%
    }
    header .logo img {
        position: relative;
        width: 134px
    }
    .nav, .top-options {
        display: none
    }
    .mobile-nav-container {

        scrollbar-width: 8px;
        overflow: auto;
        opacity: 0;
        visibility: hidden;
        position: fixed;
        top: 46px;
        left: 0;
        background: white;
        z-index: 99;
        width: 100%;
        height: calc(100vh - 46px)
    }
    .mobile-nav-container.open {
        opacity: 1;
        visibility: visible
    }
    .mobile-actions {
        position: absolute;
        right: 0;
        top: 0
    }
}
@media screen and (min-width:750px) {
    .mobile-nav-container, .mobile-actions {
        display: none
    }
    .nav {
        display: block
    }
    .header__main {
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch
    }
    .header-wrap.shrink {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }
    .header__main .logo {
        padding-top: 6px
    }
    .content-wrapper {
        padding-top: 82px
    }
    /* legacy landing pages */
    #landing .content-wrapper {
    padding-top: 46px
    }
}
/* mobile nav */

.mobile-nav ul {
    list-style: none;
    padding: 0;
    margin: 0
}
.mobile-nav ul a {
    color: #002838;
    padding: 15px 20px;
    display: block;
    font-size: 1rem;
    position: relative
}
.mobile-nav ul a:hover {
    text-decoration: none
}
.mobile-nav>ul>li>a {
    color: #002838;
    padding: 15px 20px;
    display: block;
    font-size: 1rem;
    border-bottom: 1px solid #eef2f7;
    position: relative
}
.mobile-nav .has-submenu>a:after {
    content: "";
    width: 7px;
    height: 7px;
    border-top: 2px solid #5f6e71;
    border-right: 2px solid #5f6e71;
    border-top-right-radius: 1px;
    -webkit-transform: rotate(137deg);
    transform: rotate(137deg);
    display: block;
    position: absolute;
    right: 15px;
    top: 25px;
    -webkit-transition: .2s;
    transition: .2s
}
.mobile-nav .has-submenu.active>a:after {
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg)
}
.mobile-nav .is-submenu {
    display: none;
}
.mobile-nav ul.is-submenu a {
    background-color: #eef2f7;
    padding: 10px 20px
}
.mobile-nav .is-submenu .sub-group>a {
    font-weight: 600
}
.mobile-nav .is-submenu .sub-group ul a {
    padding-left: 40px
}
/* mobile nav actions */

.mobile-actions button {
    position: absolute;
    top: 7px;
    right: 3px;
    width: 32px;
    height: 32px;
    overflow: hidden;
    padding: 4px;
    background: white;
    border: none;
    cursor: pointer;
    outline: none
}
.mobile-actions button.menu-open span.icon, .mobile-actions button.menu-open::before, .mobile-actions button.menu-open::after {
    display: block;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    content: '';
    margin: 3px 0;
    height: 3px;
    border-radius: 3px;
    background-color: #000
}
.mobile-actions button.menu-close::before {
    display: block;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    content: '';
    margin: 5px 0;
    height: 3px;
    border-radius: 3px;
    background-color: #000;
    -webkit-transform: translateY(5px) rotate(135deg);
    transform: translateY(5px) rotate(135deg)
}
.mobile-actions button.menu-close::after {
    display: block;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    content: '';
    margin: 7px 0;
    height: 3px;
    border-radius: 3px;
    background-color: #000;
    -webkit-transform: translateY(-5px) rotate(-135deg);
    transform: translateY(-5px) rotate(-135deg)
}

/* wide nav */

.nav-wrap {
    width: 100%;
    -webkit-box-flex: 3;
    -ms-flex: 3;
    flex: 3;
    text-align: right
}
.nav {
    margin: 0;
    float: right
}
.nav__section {
    display: inline-block;
    float: left;
    text-align: left;
}
.nav__tab:after {
    content: "";
    display: inline-block;
    width: 7px;
    height: 7px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    border-top-right-radius: 1px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    margin-left: 10px;
    margin-bottom: 3px;
    -webkit-transition: ease-in-out 200ms;
    transition: ease 200ms
}
.nav__section:hover .nav__tab:after {
    -webkit-transition: all ease 200ms;
    transition: all ease 200ms;
    margin-bottom: 0px;
}
.nav__group {
    position: absolute;
    background: #fff;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    right: 0;
    top: -999rem;
    -webkit-box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    overflow: hidden;
    opacity: 0;
    transition: top 0s,opacity 0s;
    z-index: -99;
}
.nav__section:last-child .nav__group {
    border-radius: 5px 0px 5px 5px;
    right: 1px;
}
.nav__section.clicked .nav__group, .nav__section:hover .nav__group {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    top: 40px;
    opacity: 1;
    z-index: 1;
}
.nav__group--3col {
    width: 100%
}
.nav__group--2col {
    width: 100%;
    max-width: 66.6666666667%
}
.nav__group--1col {
    width: 100%;
    max-width: 33.3333333333%
}
.nav__block {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.nav__block--1col {
    width: 100%;
    -ms-flex-preferred-size: 33.3333333333%;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
}
.nav__block--2col {
    width: 100%;
    -ms-flex-preferred-size: 66.6666666667%;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
}
.nav__cta {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}
.nav__tab {
    display: inline-block;
    padding: 10px 19px;
    text-decoration: none;
    cursor: pointer;
    position: relative;
    z-index: 999;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    line-height: 20px;
}
.nav__section.clicked .nav__tab, 
.nav__section:hover .nav__tab {
    background: #fff;
    border-left: 1px solid #d3d8dd;
    border-right: 1px solid #d3d8dd;
    transition:all .3s ease
}
.nav__section .nav__tab:before, 
.nav__section .nav__tab:before {
    content: "";
    display: block;
    position: absolute;
    height: 3px;
    background-color: #ddf9ff;
    left: 100%;
    right: 100%;
    top: 0;
    opacity: 0;
    transition:all .9s ease
}
.nav__section.clicked .nav__tab:before, 
.nav__section:hover .nav__tab:before {
    background-color: #00b5e2;
    opacity: 1;
    left: -1px;
    right: -1px;
    transition:all .2s ease
}
.nav__block--alt {
    background: #f0f5fa
}
/* typography */

nav a {
    text-decoration: none;
    color: #002838;
    line-height: 1.3;
}
nav li a:hover {
    text-decoration: underline;
}
.nav__section ul {
    margin:0;
}
.nav__tab, .nav__tab:hover {
    font-size: 0.8125rem;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
}
.nav__block>* {
    padding: 0 20px;
}
.nav__block h3 {
    font-size: 13px;
    margin: 0;
    padding: 20px 20px 0 20px;
    text-transform: uppercase;
    color: #3d4b54bf;
    font-weight: 600;
}
.nav__block li {
    font-size: 16px
}
/* grid list layout */

.nav__block .grid-list {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    padding: 0;
}
.nav__block .grid-list li {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 40%;
    flex: 1 1 40%;
    padding: 20px;
    position: relative
}
.nav__block .grid-list a {
    display: inline-block
}
.nav__block .grid-list img {
    position: absolute;
    width: 38px;
    left: 20px;
}
.nav__block .grid-list div {
    margin-left: 60px
}
.nav__block .grid-list h4 {
    margin: 0 0 5px;
}
/* grid list compact (no descriptions) */

.nav__block .grid-list--compact li {
    padding: 0 20px 20px;
}
.nav__block .grid-list--compact img {
    width: 27px;
}
.nav__block .grid-list--compact div {
    margin-left: 46px
}
.nav__block .grid-list--compact li {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
}
.nav__block p {
    font-size: 14px;
    color: #3d4b54;
    margin-bottom: 1.5em;
}
.nav__block p:first-of-type {
    margin-top: 1.5em;
}
.nav__block p.desc {
    display: inline-block;
    text-decoration: none;
    margin: 0
}
.nav__block ul {
    padding: 20px;
}
.nav__block li {
    list-style: none;
    padding: 0 0 12px;
}

.nav__block .more {
    padding: .5em 1em;
    border-radius: 3em;
    margin-top: .5em;
    display: inline-block;
    background: white;
    text-decoration: none;
    -webkit-transition: 100ms ease-in-out;
    transition: 100ms ease-in-out;
}
.nav__block .more:hover {
    color: white;
    background: #01516e;
    text-decoration: none;
}
/* nav cta bar */

.nav__cta {
    background: #01516e;
    padding: 15px;
    text-align: center;
    color: white;
}
a.nav__cta--btn {
    background: #00b5e2;
    display: inline-block;
    border-radius: 2em;
    padding: .6em 1em;
    text-decoration: none;
    color: white;
    margin-left: .6em;
    -webkit-transition: 100ms ease-in-out;
    transition: 100ms ease-in-out;
}
a.nav__cta--btn:hover {
    background: white;
    text-decoration: none;
    color: #002838;
}
/* end header and navigation */

/* pages with #landing in body tag - the purpose is to remove existing navigation elements and re-layout without the need to create new mark-up */

#landing .menu-backdrop, #landing .mobile-nav-container, #landing .nav-wrap, #landing .mobile-actions, #landing .top-options__support, #landing .top-options__login {
    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
}
.row {
    min-width: 0
}
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 {
    background: #00b5e2;
    border: none;
    border-radius: 99em;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: white;
    cursor: pointer;
    display: inline-block;
    font-size: 1em;
    font-weight: inherit;
    line-height: inherit;
    margin-bottom: 1em;
    padding: .3em 1em;
    text-decoration: none;
    text-shadow: none;
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out
}
.button:active, .button:focus, .button:hover {
    background: #01516e;
    border: none;
    border-radius: 99em;
    color: white;
    text-decoration: none
}
.button>i {
    margin-right: 10px
}
.button.radius, .radius {
    border-radius: 5px
}
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: 99em;
    font-weight: 600;
    font-size: 1.25rem
}
a.primary-action, a.primary-action:visited {
    background: #00b5e2
}
a.primary-action:hover {
    background: #01516e;
    color: white
}
.wo a.primary-action {
    color: #01516e;
    background-color: white;
}
.wo a.primary-action:hover {
    background-color: #01516e;
    color: white
}
a.secondary-action, a.secondary-action:visited {
    background-color: transparent;
    border: 2px solid #00b5e2;
    border-radius: 99em
}
a.secondary-action:focus, a.secondary-action:hover {
    border: 2px solid white;
    color: white
}
.wo a.secondary-action {
    color: white;
    border-color: white
}
.wo a.secondary-action:hover {
    border-color: #01516e;
}
.row-cta .primary-action {
    margin-bottom: 1em;
    width: 100%
}
.row-cta .secondary-action {
    width: 100%
}
.footer-cta {
    margin-top: 24px;
    text-align: center
}
.footer-cta-call {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px
}
.footer-cta-action {}
.footer-cta-action .button {
    font-size: 18px;
    font-weight: 400;
    margin: 0;
    padding: 0.8em 1.2em;
    border-radius: 50px
}
.mid-page {
    border-top: #e0e0e0 dotted 1px
}
.mid-page .action-bar {
    background: #f6f9fc;
    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: #f6f9fc;*/
    background-color:#f0f5fa
}
.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
}
#secondary .menu li a:hover {
    color: #000;
    text-decoration: none
}
#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
}
#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 {
    color: #717e85;
    margin-bottom: 48px
}
.team-member {
    margin-bottom: .2em
}
.team-title {
    font-weight: 300
}
.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: #f6f9fc
}
#footer a, #footer a:hover {
    border: none;
    text-decoration: none
}
.big-left-icon {
    margin-top: 20px
}
#footer {
    color: whitesmoke;
    background-color: #002838;
    position: relative;
    font-size: 14px;
}
.home #footer {
    margin-top: 0
}
#footer h3 {
    margin-bottom: .625em
}
#footer a {
    color: white;
}
#footer a:hover {
    color: lightgray;
}
#footer li {
    margin-bottom: .625rem;
}
#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: 65px;
        width: auto;
        max-width: 187px;
    }
footer .cert-badges div {
        float:left;
        padding:15px 30px 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 2px 4px rgba(0, 0, 0, .07);
    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(//www.snapsurveys.com/wp-content/themes/required-starter/images/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(//www.snapsurveys.com/wp-content/themes/required-starter/images/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 {
    font-weight: 700;
    margin-bottom: 5px
}
hr.seperator {
    background-color: #f6f9fc;
    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;
    margin: 0 0 6px;
    padding: 6px;
    -webkit-transition: all .15s linear;
    transition: all .15s linear;
    width: 100%
}
.cta_button, .cta_button:focus {
    font-family: 'Nunito Sans', Arial, sans-serif
}
#Grid .button, #Grid .mix, #Grid .sample-features {
    /*display: none */
}
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: 12px;
    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
}
#Grid .mix {
    height: 298px;
    /*opacity: 0;*/
    padding-bottom: 15px
}
#filter-controls .active, #filter-controls .active.button:first-child {
    background-color: #52595E;
    color: #fff
}
#filter-controls .button:first-child {
    background-color: #00b5e2;
    color: #fff
}
#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(//www.snapsurveys.com/wp-content/themes/required-starter/images/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
}
#worksheets .mix {
    /*display: none;
     opacity: 0 */
}
#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: #f6f9fc;
    padding: 20px
}
#comments-title {
    font-size: 18px
}
.nktagcloud-separator {
    color: #D1D6DA
}
#sidebar .widget {
    background-color: #f6f9fc;
    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(//www.snapsurveys.com/wp-content/themes/required-starter/images/doc-icon-blue-16px.png) left top no-repeat;
    padding-left: 20px
}
.software-banner {
    color: white;
    background-color: #00b5e2;
    background-image: url(/wp-content/themes/required-starter/images/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: #f6f9fc;
}
.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: 300
}
.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: #f6f9fc
}
@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(//www.snapsurveys.com/wp-content/themes/required-starter/images/blue-tick-16px.png) left center no-repeat;
    padding-left: 30px
}
.featureTable {
    border-bottom: 1px dotted #c9c9c9;
    border-left: none;
    border-right: none;
    border-top: none;
    margin-bottom: 48px
}
.featureTable tr td {
    border-top: 1px dotted #c9c9c9;
    color: #666
}
.featureTable 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: 1.25em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}
.case-study {
    background: #f6f9fc;
    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
}
.pricing-section {
    background: #f6f9fc;
    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
}
.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-size: cover;
    background-color: #009bc1;
}
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: #f6f9fc;
    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: 32px 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 {
    background-color: rgba(255, 255, 255, .5);
    padding: 7px 14px;
    color: #333;
    border-radius: 2em;
}
.support-banner .suggested-items-list .suggested-item a:hover {
    background-color: white;
}
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: #f6f9fc;
}
.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;
}
.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
}
.lp-enterprise .banner {
    background-image: url('//www.snapsurveys.com/wp-content/themes/required-starter/images/lp/enterprise-banner-istock-58412046.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 29%;
}
.lp-sma .banner {
    background-image: url('//www.snapsurveys.com/wp-content/themes/required-starter/images/lp/sma-banner-istock-64749909.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 29%;
}
.lp-enterprise-health .banner {
    background-image: url('//www.snapsurveys.com/wp-content/themes/required-starter/images/lp/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(0, 31, 51, 0.7);
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
}
.hero__content {
    text-align: center;
    color: white;
}
.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;
    font-weight: 600;
    line-height: 1.1em
}
.hero__subtext * {
    font-size: 1.3rem;
    line-height: 1.2;
    font-weight: 300;
}
.hero__subtext:last-child * {
    margin: 0;
}
.home-hero {
    background: white;
    background-image: url(//www.snapsurveys.com/wp-content/themes/required-starter/images/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: #002838;
}
.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: 300;
}
.home-hero__cta {}
.home-clients {
    background: #eef2f7;
    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: #f6f9fc;
}
.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__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
}
.home-solutions__software {
    padding: 5rem 0
}
.home-solutions__services {
    padding: 0 0 5rem 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(//www.snapsurveys.com/wp-content/themes/required-starter/images/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(//www.snapsurveys.com/wp-content/themes/required-starter/images/jpg/collaborate-hero.jpg);
    background-size: cover;
    background-position: center;
}
.hero-collaborate .hero__content, .hero-gdpr .hero__content {
    text-align: center;
    color: white;
}
/*.hero-collaborate h1, .hero-gdpr h1 {
    font-size: 2.4rem
}*/
.collaborate-ways__panel img, .collaborate-ways__panel svg {
    height: 168px;
    margin-bottom: 1rem;
}
.collaborate-ways__content h3 {
    margin-bottom: .4rem;
}
.collaborate-testimonial {
    background-color: #f6f9fc
}
.collaborate-testimonial__logo {
    text-align: center;
    margin-bottom: 2rem;
}
.collaborate-testimonial__logo img, .collaborate-testimonial__logo svg {
    max-width: 200px;
}
section.education-cta {
    /*
    background-image: url(//www.snapsurveys.com/wp-content/themes/required-starter/images/png/light-bg-pattern.png);
    background-size: cover;
    background-position: center;
    */
}
.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
}
/*.clients .section__header {
	font-size: 1.25rem;
    color: #6a7a86
}*/

.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 h3 {
    margin-bottom: .625rem
}
.featured-items h3, .featured-items p {
    padding-left: 4rem
}
.featured-items img {
    width: 3rem;
    position: absolute;
    /*top: 0;*/
    /*left: 1rem*/
}
.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(//www.snapsurveys.com/wp-content/themes/required-starter/images/jpg/gdpr-hero.jpg);
    background-size: cover;
    background-position: center;
}
.gdpr-resources {
    background-color: #f6f9fc;
}
.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: #002838;
    margin: 0
}
.gdpr-card__content h3 {
    color: #002838;
    margin-bottom: 10px;
    line-height: 1.5;
}
.gdpr-card__content p {
    color: #002838;
    margin: 0
}
.gdpr-card__link {
    position: absolute;
    bottom: 0
}
.gdpr-card__link p {
    color: #00b5e2;
    margin: 0
}
.gdpr-card__link p:hover {
    color: #002838;
    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
}
/* 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: #002838;
    margin-bottom: 10px;
    line-height: 1.5;
}
.card__content p {
    color: #002838;
    margin: 0;
    font-size: .9375rem;
    line-height: 1.4;
}
.card__link {
    position: absolute;
    bottom: 0
}
.card__link p {
    margin: 0
}

/* 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 so as not to conflict with float clearing pseudo element :before */
.container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 940px;
    max-width: 100%;
}

.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(//www.snapsurveys.com/wp-content/themes/required-starter/images/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(//www.snapsurveys.com/wp-content/themes/required-starter/images/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) {
    .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:768px) {
/*    .hero-gdpr .hero__subtext {
        font-size: 1.2rem;
        line-height: 1.4;
        font-weight: 300;
        margin: 0;
    }*/
    .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;
    }
/*    .hero__subtext {
        font-size: 1.3rem;
        line-height: 1.2;
        font-weight: 300
    }*/
    .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(//www.snapsurveys.com/wp-content/themes/required-starter/images/sma-lp-v2.jpg) left bottom no-repeat;
        background-size: cover
    }
    #gs-banner-wrap.lp-default-bg {
        background: url(//www.snapsurveys.com/wp-content/themes/required-starter/images/lp-devices-banner.png) center bottom no-repeat #00b5e2;
        background-size: 912px
    }
    #gs-banner-wrap.ereports-lp {
        background: url(//www.snapsurveys.com/wp-content/themes/required-starter/images/lp-email-reports-banner.png) center bottom no-repeat #67C2B7
    }
    #gs-banner-wrap.lp-snap-11-upgrade-offer {
        background: url(//www.snapsurveys.com/wp-content/themes/required-starter/images/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: #f6f9fc;
        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
    }
    .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 {
        display: none;
        height: auto;
        opacity: 0;
        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-header {
    padding: 20px;
    border-bottom: 1px solid #ddd
}
.panel-container .title {
    margin: 0;
    text-align: center;
    color: #666;
}
.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: #f6f9fc;
    text-align: center
}
.panel-pricing .currency {
    font-size: 18px;
    font-weight: 700;
    color: #00b5e2;
    position: relative;
    top: -17px;
    right: 3px;
}
.panel-pricing .integer {
    font-size: 44px;
    font-weight: 700;
    color: #00b5e2;
}
.panel-pricing .period {
    color: #a9a9a9;
    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: #666;
}
.panel-ent .price {
    color: #00b5e2;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 5px;
}
.panel-ent .info {
    margin: 0;
    color: #666;
    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;
}
.panel-body .empty {
    text-align: center;
    color: #ddd
}
.panel-footer {
    text-align: center;
    padding: 20px;
    background-color: #f6f9fc
}
.panel-footer .contact-info {
    margin-bottom: 10px;
}
.panel-footer .contact-cta {
    text-align: center;
    line-height: 18px;
    margin-bottom: 0;
}
.panel-container {
    background-color: #f4f5f6;
    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
}
.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
} 