@font-face {
    font-family: 'Gotham';
    src: url('/_assets/fonts/Gotham-Light.woff2') format('woff2'),
        url('/_assets/fonts/Gotham-Light.woff') format('woff'),
        url('/_assets/fonts/Gotham-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url('/_assets/fonts/Gotham-Book.woff2') format('woff2'),
        url('/_assets/fonts/Gotham-Book.woff') format('woff'),
        url('/_assets/fonts/Gotham-Book.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url('/_assets/fonts/Gotham-Medium.woff2') format('woff2'),
        url('/_assets/fonts/Gotham-Medium.woff') format('woff'),
        url('/_assets/fonts/Gotham-Medium.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

.text-color-white {
    color: #fff;
}

.text-color-blue {
    color: #044da1;
}

.text-color-light-blue {
    color: #09c;
}

.text-color-dark-blue {
    color: #000;
}

.bg-gradient-blue,
.ss-top-navigation-desktop .menu>li.is-active>a,
.ss-top-navigation-desktop .menu>li:hover>a {
    background: #09c;
    color: #fff;
}

.bg-gradient-blue h1,
.ss-top-navigation-desktop .menu>li.is-active>a h1,
.ss-top-navigation-desktop .menu>li:hover>a h1,
.bg-gradient-blue h2,
.ss-top-navigation-desktop .menu>li.is-active>a h2,
.ss-top-navigation-desktop .menu>li:hover>a h2,
.bg-gradient-blue h3,
.ss-top-navigation-desktop .menu>li.is-active>a h3,
.ss-top-navigation-desktop .menu>li:hover>a h3 {
    color: #fff;
}

.bg-gradient-orange,
.ss-top-navigation-desktop .menu>li:last-of-type a,
.tabs_big .tabs-title.is-active,
.tabs_big .tabs-title:hover {
    background: #e16a35;
    color: #fff;
}

.bg-white {
    background-color: #fff;
}

.bg-grey {
    background-color: #faf8f9;
}

.svg-white {
    fill: white;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500;
    font-family: 'Gotham', Arial, sans-serif !important;
}

h1 {
    font-size: 65px;
}

@media screen and (max-width: 63.9375em) {
    h1 {
        font-size: 45px;
    }
}

h3 {
    color: #044da1;
    font-size: 30px;
}

@media screen and (max-width: 39.9375em) {
    h3 {
        font-size: 2rem;
    }
}

h2,
.h2 {
    color: #044da1;
    padding-bottom: 1rem;
    font-size: 2.375rem;
}

@media screen and (max-width: 39.9375em) {
    h2 {
        font-size: 2rem;
    }
}

h2 p {
    padding: 0px !important;
    margin: 0px !important;
}

.header-underlined {
    display: block;
    width: 100%;
    border-bottom: 1px solid #044da1;
    margin-bottom: 1rem;
}

body {
    font-size: 18px;
    color: #000;
}

@media screen and (max-width: 63.9375em) {
    .row {
        width: 90% !important;
    }
}

.mv-2 {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.mv-3 {
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.mb-3 {
    margin-bottom: 3rem;
}

.pv-2 {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.pv-3 {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.pv-4 {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.pb-1 {
    padding-bottom: 1rem;
}

.pb-2 {
    padding-bottom: 2rem;
}

.pb-3 {
    padding-bottom: 3rem;
}

.pb-4 {
    padding-bottom: 4rem;
}

.p-4 {
    padding: 4rem !important;
}

@media screen and (max-width: 63.9375em) {
    .p-4 {
        padding: 2rem !important;
    }
}

strong {
    font-weight: 500;
}

.overlap {
    z-index: 99999;
    margin-top: -3rem;
}

.rounded-corners,
.tabs_big .tabs-panel {
    -webkit-border-radius: 0.5rem;
    -moz-border-radius: 0.5rem;
    -ms-border-radius: 0.5rem;
    border-radius: 0.5rem;
}

.column.nopadding {
    padding-left: 5px;
    padding-right: 5px;
}

.blurb-horizontal {
    font-size: 24px;
    margin: 1.5rem 0px;
}

.blurb-horizontal img,
.blurb-horizontal svg {
    vertical-align: middle;
    width: 35%;
    height: auto;
    padding-right: 1rem;
}

.blurb-horizontal h3 {
    display: inline;
    color: #044da1;
}

@media screen and (max-width: 63.9375em) {
    .blurb-horizontal h3 {
        font-size: 21px;
    }
}

.blurb-vertical {
    padding-bottom: 2rem;
}

.blurb-vertical img,
.blurb-vertical svg {
    width: 90px;
    height: auto;
}

.card-white,
.testimonials .testimonial {
    background: #fff;
    position: relative;
    -webkit-border-radius: 0.5rem;
    -moz-border-radius: 0.5rem;
    -ms-border-radius: 0.5rem;
    border-radius: 0.5rem;
    padding: 1rem;
    margin-bottom: 2rem;
    box-shadow: 0px 1rem 2rem rgba(0, 0, 0, 0.2);
}

.quote {
    font-size: 24px;
}

article.content-text {
    font-size: 24px;
    color: #000;
    line-height: 1.6;
}

article.content-text h2 {
    font-size: 32px;
    color: #000;
}

.ss-video iframe {
    box-shadow: 0px 1rem 2rem rgba(0, 0, 0, 0.2);
}

@media (max-width: 1025px) {
    .colour-select__colour {
        position: relative;
        width: 50px !important;
        height: 50px !important;
        border-radius: 50%;
        margin-bottom: 15px;
    }

    .colour-select {
        display: flex;
        width: 100%;
        justify-content: center;
        margin-left: 0px;
        margin-top: -1.5em;
    }

    .colour-select.--mobile .colour-select__colour .--current {
        position: absolute;
        display: block;
        width: 60px !important;
        height: 60px !important;
        background: #e16a35 !important;
        top: -6px;
        left: -36px;
        z-index: -5;
        border-radius: 50%;
        -ms-transform: none;
        transform: none;
    }

    .colour-select a {
        z-index: 999;
        display: block;
        position: relative;
    }

    .colour-select__colour .--current::after {
        display: none !important;
    }

    .colour-select__colour {
        margin: 10px;
    }
}

@media (max-width: 1025px) and screen and (max-width: 63.9375em) {
    .colour-select {
        top: auto !important;
        margin-top: 280px !important;
    }
}

@media (max-width: 1025px) and screen and (max-width: 39.9375em) {
    .colour-select {
        top: auto !important;
        margin-top: 180px !important;
    }
}

.button,
.submit-wrap input {
    -webkit-border-radius: 10rem;
    -moz-border-radius: 10rem;
    -ms-border-radius: 10rem;
    border-radius: 10rem;
    font-size: 14px;
    line-height: 23px;
    padding: 0.7rem 1.1rem;
    font-weight: 600;
    color: #044da1;
}

@media (min-width: 1300px) {

    .button,
    .submit-wrap input {
        font-size: 15px;
        padding: 0.7rem 1.3rem;
    }
}

.button-outlined {
    border: 1px solid #044da1;
    background: none;
    color: #044da1;
    -webkit-border-radius: 10rem;
    -moz-border-radius: 10rem;
    -ms-border-radius: 10rem;
    border-radius: 10rem;
}

.button-orange,
.submit-wrap input {
    background-color: #e16a35;
    color: #fff;
}

.button-orange.button-outlined,
.submit-wrap input.button-outlined {
    border-color: #e16a35;
}

.button-ios {
    padding-left: 40px;
    text-align: left;
}

.button-ios:before {
    content: ' ';
    background-image: url(https://scansnap.staging.wpengine.com/wp-content/uploads/2019/10/apple.png);
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    width: 24px;
    position: absolute;
    height: 24px;
    margin-top: -2px;
    margin-left: -30px;
}

.button-windows {
    padding-left: 40px;
    text-align: left;
}

.button-windows:before {
    content: ' ';
    background-image: url(https://scansnap.staging.wpengine.com/wp-content/uploads/2019/10/windows.png);
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    width: 24px;
    position: absolute;
    height: 24px;
    margin-top: -2px;
    margin-left: -30px;
}

.button-arrow {
    min-width: 100px;
    text-align: left;
    padding-right: 10px;
}

.button-arrow:after {
    content: ' ';
    background-image: url(/_assets/images/uploads/Chevron_right_blue.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 20px;
    height: 20px;
}

.button-arrow.button-orange:after,
.submit-wrap input.button-arrow:after {
    background-image: url(/_assets/images/uploads/Chevron-Right.png);
}

.button:hover,
.submit-wrap input:hover {
    border-color: #044da1;
    background-color: #044da1;
}

.button:hover:after,
.submit-wrap input:hover:after {
    background-image: url(/_assets/images/uploads/Chevron-Right.png);
}

.pdf-button {
    font-size: 14px;
    text-decoration: underline;
    color: #e16a35;
    font-weight: 700;
}

.pdf-button img {
    text-decoration: none;
}

.small-top-nav ul {
    justify-content: flex-end;
}

.small-top-nav ul a {
    padding: 8px 5px;
    font-size: 13px;
    cursor: pointer;
}

.small-top-nav ul li.current-lang a {
    font-weight: 800;
}

.small-top-nav ul a:hover {
    color: #333;
}

.ss-top-navigation-desktop {
    padding: 0 0px 0 0px;
}

.ss-top-navigation-desktop .menu {
    justify-content: flex-end;
    margin-top: 10px;
}

.ss-top-navigation-desktop .menu>li {
    margin-left: 0.5rem;
}

.ss-top-navigation-desktop .menu>li>a {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    font-size: 18px;
    padding: 0.7rem 1.3rem;
    font-weight: 700;
    color: #044da1;
}

.ss-top-navigation-desktop .menu>li.is-active a {
    font-weight: 700;
}

.ss-top-navigation-desktop .submenu {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    list-style: none;
    padding: 10px;
    background-color: #fff;
    border: none;
    z-index: 9999999;
    margin: 40px 0px 0px 0px;
    width: 330px;
}

.ss-top-navigation-desktop .submenu li {
    padding: 0px 0px 5px 0px;
    margin: 0px 0px 5px 0px;
    border-bottom: 2px solid #09c;
    display: block;
    width: 100%;
}

.ss-top-navigation-desktop .submenu li:last-of-type {
    margin-bottom: 0px;
    border: none;
    padding-bottom: 0px;
}

.ss-top-navigation-desktop .submenu a:before {
    content: '';
    width: 28px;
    height: 27px;
    float: right;
    background: url(http://scansnap.wpengine.com/wp-content/uploads/2018/03/Screenshot-2018-03-16-15.07.02.png);
    position: relative;
    margin-left: 0;
    top: 10px;
    margin-bottom: -25px;
}

.ss-top-navigation-desktop .submenu a {
    display: block;
    width: 100%;
    height: 50px;
    padding: 0px !important;
    margin: 0px !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -ms-border-radius: 0px !important;
    border-radius: 0px !important;
    background: none !important;
    color: #09c;
}

.ss-top-navigation-desktop .submenu .cm-image {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 50px;
    height: 50px;
    margin-right: 10px;
    float: left;
    overflow: hidden;
    text-align: center;
}

.ss-top-navigation-desktop .submenu .cm-image img {
    max-height: 100%;
    max-width: none;
    height: 100%;
    width: auto;
}

.ss-top-navigation-desktop .submenu .cm-title {
    display: flex;
    flex-direction: column;
    width: 200px;
    float: left;
    height: 60px;
    color: #09c;
    justify-content: center;
}

.ss-top-navigation-desktop .submenu .cm-title span {
    display: block;
    color: #000;
    font-size: 12px;
    padding: 0.5em 0px;
    font-weight: 300;
}

.dropdown.menu>li.is-dropdown-submenu-parent>a::after {
    display: none;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #034ca1 transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
}

.menu-icon {
    float: right;
    top: 25px;
    right: 20px;
}

.menu-icon::after {
    background: #09c;
    box-shadow: 0 7px 0 #09c, 0 14px 0 #09c;
}

ul#menu-mobile.vertical.menu {
    background-color: #000;
}

footer {
    background-color: #111e3d;
    padding: 0px;
    color: #fff;
    text-align: center;
}

footer.pv-3 {
    padding: 4em 0 2em;
}

footer hr {
    margin-top: 5em;
    border-color: rgba(255, 255, 255, 0.2);
}

footer h3 {
    color: #fff;
    text-transform: uppercase;
    font-size: 1.5em;
    margin-bottom: 3em;
}

@media screen and (max-width: 63.9375em) {
    footer h3 {
        margin-bottom: 1em;
    }
}

footer ul.menu {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    justify-content: center;
    margin-top: 3em;
}

footer ul.menu .menu-item {
    display: block;
    float: none;
}

footer ul.menu a {
    display: block;
    padding: 0px 10px;
    margin-bottom: 0.6em;
    color: #fff;
}

footer .menu .is-active>a {
    background: none;
    color: #fff;
}

footer .text-small {
    font-size: 0.6em;
}

@media screen and (max-width: 63.9375em) {
    footer section {
        text-align: center;
    }

    footer section br {
        display: none;
    }

    footer img {
        margin: 20px 0;
        display: inline-block;
    }
}

.footer-bottom {
    padding: 6px 0px;
}

.footer-bottom p {
    margin: 0px;
}

@media screen and (min-width: 40em) {
    .nf-multi-cell .nf-cell {
        padding: 0 30px 0px 0px !important;
    }
}

.ninja-forms-form-wrap {
    color: #000;
    font-size: 20px;
}

.nf-form-fields-required {
    padding-bottom: 1rem;
    font-size: 20px;
    color: #000;
}

.nf-field-label label {
    color: #044da1;
    font-weight: 500;
}

.ninja-forms-form-wrap h4 {
    color: #044da1;
}

.nf-field-element {
    color: #333;
}

.listcheckbox-wrap {
    background-color: #f8f8f8;
    padding: 10px 10px 7px 10px !important;
    border-radius: 5px;
}

.bordered-field .listcheckbox-wrap {
    background-color: #e3f2f4;
}

.hidden-container {
    display: none !important;
}

.orbit-container {
    height: auto !important;
}

.orbit-controls {
    display: none;
}

.orbit-bullets {
    text-align: left;
}

.orbit-bullets button {
    border-radius: 0px;
    width: 4rem;
    height: 4rem;
    background: none;
    border: 1px solid #ccc;
}

@media screen and (max-width: 63.9375em) {
    .orbit-bullets button {
        width: 3rem;
        height: 3rem;
    }
}

.orbit-bullets button.is-active {
    border-color: #e16a35;
    background: none;
}

.orbit-slide {
    transition-duration: 1500ms !important;
}

@media screen and (max-width: 63.9375em) {
    .orbit.mobile-orbit {
        display: block !important;
    }

    .marketing .huge {
        width: 100%;
    }
}

.children-pages .card-white,
.children-pages .testimonials .testimonial,
.testimonials .children-pages .testimonial {
    padding: 0px;
    -webkit-border-top-left-radius: 0 !important;
    -moz-border-top-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
    -webkit-border-top-right-radius: 0 !important;
    -moz-border-top-right-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

.children-pages .card-white {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    clear: unset !important;
    float: left !important;
    position: relative;
    width: 100%;
}

.children-pages .row .columns {
    clear: unset !important;
    float: left !important;
}

.children-pages .card-white .buy-now-button {
    position: relative;
    margin-top: auto;
    display: flex;
    justify-content: center;
}

.children-pages .thumbnail {
    padding: 1rem 1rem 1rem 1rem;
    margin: 0px;
    border: none;
    width: 100%;
    height: auto;
    border-radius: none;
    box-shadow: none;
}

.children-pages .thumbnail img,
.children-pages .thumbnail svg {
    width: 100%;
    height: auto;

    aspect-ratio: 16/9;
    object-fit: cover;
}

.children-pages .badge {
    position: absolute;
    margin-top: 10px;
    right: 10px;
    width: 110px;
    background: none;
    padding: 0;
}

@media screen and (max-width: 63.9375em) {
    .children-pages .badge {
        width: 60px;
    }
}

.children-pages .badge-2 {
    width: 90px;
    margin-top: 110px;
}

@media screen and (max-width: 63.9375em) {
    .children-pages .badge-2 {
        width: 50px;
        margin-top: 60px;
    }
}

.children-pages h3 {
    text-align: center;
    padding: 1rem;
    margin: 0;
}

.children-pages a {
    width: 100%;
    white-space: nowrap;
    display: flex;
    justify-content: space-between;
    padding: 0.8rem 1.5rem;
    font-size: 14px;
}

.blog .children-pages h3 {
    padding: 0 1.5rem;
}

.blog .children-pages h3 a {
    font-size: 25px;
    white-space: unset;
}

.children-pages a:after {
    margin-right: -7px;
    margin-left: 7px;
}

.ss-hero {
    height: 700px;
    overflow: hidden;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

@media (min-width: 1650px) {
    .ss-hero {
        height: 900px;
    }
}

@media screen and (max-width: 63.9375em) {
    .ss-hero {
        height: auto;
    }
}

@media screen and (max-width: 39.9375em) {
    .ss-hero {
        height: auto;
    }
}

@media screen and (max-width: 62.5em) {
    .ss-hero {
        background-position-x: 0%;
    }
}

.ss-hero .marketing {
    padding-bottom: 10%;
}

.ss-hero .marketing.row {
    max-width: 95% !important;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
}

.ss-hero .marketing .tagline {
    max-width: 26rem;
}

@media screen and (max-width: 63.9375em) {
    .ss-hero .marketing .tagline {
        max-width: 20rem;
    }
}

@media screen and (max-width: 63.9375em) {
    .ss-hero .marketing .tagline {
        max-width: 100%;
        text-align: center;
    }
}

.ss-hero .marketing .tagline h1 {
    color: #044da1;
    line-height: 1.2;
}

.ss-hero .marketing .tagline .subheader {
    color: #000;
    padding: 1rem 0px;
    max-width: 300px;
}

@media screen and (max-width: 63.9375em) {
    .ss-hero .marketing .tagline .subheader {
        margin-left: auto;
        margin-right: auto;
    }
}

.ss-hero .button,
.ss-hero .submit-wrap input,
.submit-wrap .ss-hero input {
    text-transform: uppercase;
    font-size: 1.1em;
    font-weight: 700;
}

.ss-hero-banner .ss-hero-image {
    height: 700px;
    background-image: url('/wp-content/themes/ss/src/assets/images/HeroImage.jpg');
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

@media (min-width: 1650px) {
    .ss-hero-banner .ss-hero-image {
        height: 900px;
    }
}

@media screen and (max-width: 63.9375em) {
    .ss-hero-banner .ss-hero-image {
        height: 300px;
    }
}

@media screen and (max-width: 39.9375em) {
    .ss-hero-banner .ss-hero-image {
        height: 200px;
    }
}

.ss-hero-banner .ss-hero-text {
    margin-top: -700px;
}

@media (min-width: 1650px) {
    .ss-hero-banner .ss-hero-text {
        height: -900px;
    }
}

@media screen and (max-width: 63.9375em) {
    .ss-hero-banner .ss-hero-text {
        margin-top: 0px;
        background-color: white;
    }

    .ss-hero-banner .ss-hero-text .marketing {
        padding-top: 5%;
        padding-bottom: 5%;
    }
}

.blue_background_now_fw {
    z-index: 2;
    position: relative;
    color: #fff;
}

.blue_background_now_fw .row {
    padding-left: 25px;
    padding-right: 25px;
}

.blue_background_now_fw .blurb-horizontal {
    font-size: 23px;
    margin: 1.5rem 0px 0rem 0px;
}

.blue_background_now_fw .blurb-horizontal img,
.blue_background_now_fw .blurb-horizontal svg {
    vertical-align: middle;
    float: left;
    width: 100px;
    height: 70px;
    object-fit: contain;
    object-position: center;
    margin-right: 2.5%;
}

.blue_background_now_fw .blurb-horizontal h3 {
    color: white;
    padding-top: 5px;
    font-size: 23px;
    display: block-inline;
}

.testimonial-big .testimonial-big-text {
    font-size: 50px;
    font-weight: 300;
    color: #044da1;
}

.testimonial-big .testimonial-big-text p {
    display: inline;
}

@media screen and (max-width: 63.9375em) {
    .testimonial-big .testimonial-big-text {
        font-size: 30px;
    }
}

@media screen and (min-width: 40em) {
    .testimonial-big .testimonial-big-text {
        padding-left: 100px;
    }

    .testimonial-big .testimonial-big-text:before {
        content: '';
        display: block;
        width: 60px;
        height: 53px;
        background: url(http://scansnap.wpengine.com/wp-content/uploads/2018/03/Screen-Shot-2018-03-15-at-22.02.21.png);
        float: left;
        margin-left: -100px;
    }
}

@media screen and (max-width: 39.9375em) {
    .testimonial-big .testimonial-big-text {
        text-align: left;
    }

    .testimonial-big .testimonial-big-text:before {
        content: '"';
    }

    .testimonial-big .testimonial-big-text:after {
        content: '"';
    }
}

.testimonial-big .testimonial-big-author {
    padding-left: 100px;
    margin-top: 1rem;
}

@media screen and (max-width: 39.9375em) {
    .testimonial-big .testimonial-big-author {
        text-align: right;
    }
}

.testimonials h2 {
    color: #044da1;
}

.testimonials .testimonial {
    padding: 2rem;
}

.testimonials .testimonial h3 {
    font-size: 25px;
    line-height: 1.6;
    padding-left: 40px;
    padding-top: 10px;
}

.testimonials .testimonial h3:before {
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    background: url(https://www.scansnapit.com/wp-content/uploads/2018/03/quote.png);
    float: left;
    margin-left: -40px;
}

.testimonials .testimonial img,
.testimonials .testimonial svg {
    position: absolute;
    display: block;
    margin-top: -60px;
    border-radius: 50em;
}

.video_big h2,
.video_big h3 {
    color: #044da1;
}

.video_big .ss-video iframe,
.video_big .ss-video video {
    width: 100%;
    height: 700px;
    box-shadow: 0px 1rem 2rem rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 63.9375em) {

    .video_big .ss-video iframe,
    .video_big .ss-video video {
        height: 500px;
    }
}

@media screen and (max-width: 39.9375em) {

    .video_big .ss-video iframe,
    .video_big .ss-video video {
        height: 300px;
    }
}

.two_columns_2_3 {
    color: #000;
    line-height: 1.5;
}

.two_columns_2_3 iframe,
.two_columns_2_3 video {
    width: 100% !important;
    height: 350px;
}

.two_columns_2_3 h2 {
    color: #044da1;
}

.two_columns_2_3 h3 {
    color: #000;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.5;
}

.footer-call-to-action .button,
.footer-call-to-action .submit-wrap input,
.submit-wrap .footer-call-to-action input {
    color: #fff;
    border-color: #fff;
    width: 100%;
}

.blue_background_fw {
    color: #fff;
}

.tabs_big .tabs {
    border: none;
    padding: 3rem 0px;
    background: none;
}

.tabs_big .tabs-title>a {
    display: block;
    padding: 0px;
    font-size: 30px;
    line-height: 1;
    color: #044da1;
}

.tabs_big .tabs-title>a:hover {
    background: none;
}

.tabs_big .tabs-title {
    width: 100%;
    cursor: pointer;
    padding: 30px;
}

.tabs_big .tabs-title .blurb-contact {
    font-size: 24px;
    margin: 0px;
    padding: 0px;
}

.tabs_big .tabs-title .blurb-contact .cb-image {
    width: 28%;
    display: block;
    float: left;
}

.tabs_big .tabs-title .blurb-contact .cb-title {
    width: 67%;
    display: block;
    line-height: 1.2;
    float: left;
    margin-left: 5%;
    font-size: 30px;
    padding-top: 0px;
}

@media (min-width: 750px) and (max-width: 950px) {
    .tabs_big .tabs-title .blurb-contact .cb-title {
        font-size: 18px;
    }
}

.tabs_big .tabs-title .blurb-contact img,
.tabs_big .tabs-title .blurb-contact svg {
    width: 100%;
    height: auto;
}

.tabs_big .tabs-title .blurb-contact .blurb-icon:nth-child(1) {
    display: inline;
}

.tabs_big .tabs-title .blurb-contact .blurb-icon:nth-child(2) {
    display: none;
}

.tabs_big .row_1 .cb-title {
    padding-top: 30px !important;
}

.tabs_big .tabs-title.is-active,
.tabs_big .tabs-title:hover {
    box-shadow: none !important;
}

.tabs_big .tabs-title.is-active .blurb-contact,
.tabs_big .tabs-title:hover .blurb-contact {
    color: white;
    background: none;
}

.tabs_big .tabs-title.is-active .blurb-contact .blurb-icon:nth-child(1),
.tabs_big .tabs-title:hover .blurb-contact .blurb-icon:nth-child(1) {
    display: none;
}

.tabs_big .tabs-title.is-active .blurb-contact .blurb-icon:nth-child(2),
.tabs_big .tabs-title:hover .blurb-contact .blurb-icon:nth-child(2) {
    display: inline;
}

.tabs_big .tabs-content {
    padding: 0px;
}

.tabs_big .tabs-panel {
    border-top: 17px solid #e16a35;
    padding: 3rem;
    color: #000;
}

.tabs_big .tabs-panel .medium-6:nth-child(1) {
    padding-right: 2.5rem !important;
}

.tabs_big .tabs-panel .medium-6:nth-child(2) {
    padding-left: 2.5rem !important;
}

.tabs_big .tabs-panel:before {
    left: 50%;
    border: solid transparent;
    content: ' ';
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(225, 106, 53, 0);
    border-bottom-color: #e16a35;
    border-width: 20px;
    margin-left: -20px;
    margin-top: -6.5rem;
}

.tabs_big .tabs-amount-3 .tabs-panel#panel1:before {
    margin-left: -410px;
}

.tabs_big .tabs-amount-3 .tabs-panel#panel2:before {
    margin-left: -20px;
}

.tabs_big .tabs-amount-3 .tabs-panel#panel3:before {
    margin-left: 410px;
}

.tabs_big .tabs-amount-4 .tabs-panel#panel1:before {
    left: 13%;
}

.tabs_big .tabs-amount-4 .tabs-panel#panel2:before {
    left: 38%;
}

.tabs_big .tabs-amount-4 .tabs-panel#panel3:before {
    left: 63%;
}

.tabs_big .tabs-amount-4 .tabs-panel#panel4:before {
    left: 88%;
}

.tabs_small .tabs {
    border: none;
}

.tabs_small .tabs-title>a {
    color: #97b6de;
    font-size: 35px;
}

@media screen and (max-width: 63.9375em) {
    .tabs_small .tabs-title>a {
        font-size: 21px;
    }
}

.tabs_small .tabs-title>a:hover,
.tabs_small .tabs-title>a[aria-selected='true'] {
    background-color: none;
    background: none;
    color: #044da1;
}

.tabs_small .tabs-title>a:hover:after,
.tabs_small .tabs-title>a[aria-selected='true']:after {
    content: ' ';
    position: absolute;
}

.tabs_small .tabs-title {
    position: relative;
    display: none;
}

.tabs_small .tabs-title.is-active {
    display: inline-block;
}

.tabs_small .tabs-title:hover {
    border-bottom: 8px solid #e16a35;
}

.tabs_small .tabs-title.is-active {
    border-bottom: 8px solid #e16a35;
}

.tabs_small .tabs-title.is-active:after {
    content: '';
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #e16a35 transparent transparent transparent;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    margin-top: 5px;
}

.tabs_small .tabs-content {
    border: none;
    background: none;
    color: #000;
}

.tabs_small .tabs-panel {
    padding-left: 0px;
    padding-right: 0px;
}

.tabs_small .tabs-panel .row {
    width: 100% !important;
}

.tabs_small table {
    background: #e6f1f3;
    margin-bottom: 3px;
    border-radius: 0px;
}

.tabs_small table th {
    color: #000;
    vertical-align: top;
    width: 300px;
    text-align: left;
}

.tabs_small table td {
    color: #000;
}

.tabs_small table td,
.tabs_small table th {
    padding: 1rem;
}

.tabs_small table tr:nth-child(even),
.tabs_small table tr,
.tabs_small table tbody {
    background: none;
}

.tabs_small table tbody {
    border: none;
}

.tabs_small table tr:nth-child(odd) td {
    border-bottom: 2px solid #faf8f9;
}

@media screen and (max-width: 63.9375em) {

    .tabs_small table td,
    .tabs_small table th {
        display: block;
        width: 100% !important;
    }

    .tabs_small table .tm50 {
        width: 50% !important;
        float: left;
        border: none !important;
    }

    .tabs_small table .tm70 {
        width: 70% !important;
        float: left;
        border: none !important;
    }

    .tabs_small table .tm30 {
        width: 30% !important;
        float: left;
        border: none !important;
    }

    .tabs_small table .tmdn {
        display: none;
    }
}

.tabs_small table:nth-child(even) {
    background: #ebf9fc;
}

.tabs_small .tabs-buy-now {
    position: absolute;
    width: 100%;
    margin-top: 1rem;
}

.card-white.buy-now-cards a.btn-buy-now {
    max-width: 240px;
    display: inline-block;
    position: relative;
}

.card-white.buy-now-cards a.btn-buy-now:after {
    position: absolute;
    right: 12px;
}

@media screen and (max-width: 63.9375em) {
    .tabs_small .tabs-buy-now {
        position: relative;
        display: none;
    }
}

.product-overview {
    display: block;
    position: relative;
    color: #000;
}

.product-overview h2 {
    color: #044da1;
    padding-bottom: 1rem;
}

.product-overview ul li {
    padding-bottom: 0.5rem;
}

.product-overview div p:last-of-type {
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.photo_background {
    font-weight: 500;
    background: url(images/bg.jpg) no-repeat center bottom;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: #000;
}

@media screen and (max-width: 63.9375em) {
    .photo_background {
        padding-bottom: 50px !important;
    }
}

.photo_background h2 {
    color: #044da1;
}

.photo_background h3 {
    color: #000;
    font-size: 24px;
    font-weight: 500;
}

.photo_background .image-person {
    position: absolute;
    display: block;
    margin-top: -462px;
    z-index: 0;
    left: 50%;
    margin-left: 200px;
}

.header_slides .orbit,
.header_slides .orbit-container,
.header_slides .orbit-container li {
    height: 100vh;
}

@media (min-width: 1650px) {

    .header_slides .orbit,
    .header_slides .orbit-container,
    .header_slides .orbit-container li {
        height: 900px;
    }
}

@media (min-width: 1900px) {

    .header_slides .orbit,
    .header_slides .orbit-container,
    .header_slides .orbit-container li {
        height: 1100px;
    }
}

@media screen and (max-width: 63.9375em) {

    .header_slides .orbit,
    .header_slides .orbit-container,
    .header_slides .orbit-container li {
        height: 300px;
    }

    .header_slides .orbit .colour-select,
    .header_slides .orbit-container .colour-select,
    .header_slides .orbit-container li .colour-select {
        top: 280px !important;
    }
}

@media screen and (max-width: 39.9375em) {

    .header_slides .orbit,
    .header_slides .orbit-container,
    .header_slides .orbit-container li {
        height: 200px;
    }

    .header_slides .orbit .colour-select,
    .header_slides .orbit-container .colour-select,
    .header_slides .orbit-container li .colour-select {
        top: 180px !important;
    }
}

.header_slides .ss-hero {
    background-image: none;
}

.header_slides .slideshow-over {
    position: absolute;
    z-index: 900;
    margin-top: -100vh;
    height: 100vh;
}

@media screen and (max-width: 63.9375em) {
    .header_slides .slideshow-over {
        margin-top: -100px;
        height: 500px;
        position: relative;
    }
}

.boxed_page .content-text {
    color: #000;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 500;
}

@media print,
screen and (min-width: 40em) {
    .boxed_page {
        padding-right: 1.5rem;
        padding-left: 1.5rem;
    }
}

.page-support {
    background-color: #efefef;
}

.page-support h2 {
    margin-top: 1rem;
    margin-bottom: 0px;
    padding-bottom: 0px;
    font-size: 1.6em;
    max-width: 700px;
}

.page-support .support-subpages {
    width: 80%;
    margin: 0 auto;
}

.page-support .support-subpages .columns {
    margin-top: 0.5em;
    margin-bottom: 1.5em;
}

@media screen and (max-width: 63.9375em) {
    .page-support .support-subpages {
        width: 100%;
    }
}

.page-support .support-bg {
    height: 323px;
    background: rgba(1, 153, 204, 1);
    background: -moz-linear-gradient(left,
            rgba(1, 153, 204, 1) 0%,
            rgba(1, 153, 204, 1) 40%,
            rgba(238, 240, 239, 1) 60%,
            rgba(238, 240, 239, 1) 100%);
    background: -webkit-gradient(left top,
            right top,
            color-stop(0%, rgba(1, 153, 204, 1)),
            color-stop(40%, rgba(1, 153, 204, 1)),
            color-stop(60%, rgba(238, 240, 239, 1)),
            color-stop(100%, rgba(238, 240, 239, 1)));
    background: -webkit-linear-gradient(left,
            rgba(1, 153, 204, 1) 0%,
            rgba(1, 153, 204, 1) 40%,
            rgba(238, 240, 239, 1) 60%,
            rgba(238, 240, 239, 1) 100%);
    background: -o-linear-gradient(left,
            rgba(1, 153, 204, 1) 0%,
            rgba(1, 153, 204, 1) 40%,
            rgba(238, 240, 239, 1) 60%,
            rgba(238, 240, 239, 1) 100%);
    background: -ms-linear-gradient(left,
            rgba(1, 153, 204, 1) 0%,
            rgba(1, 153, 204, 1) 40%,
            rgba(238, 240, 239, 1) 60%,
            rgba(238, 240, 239, 1) 100%);
    background: linear-gradient(to right,
            rgba(1, 153, 204, 1) 0%,
            rgba(1, 153, 204, 1) 40%,
            rgba(238, 240, 239, 1) 60%,
            rgba(238, 240, 239, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0199cc', endColorstr='#eef0ef', GradientType=1);
}

.page-support .support-bg h1 {
    line-height: 1.2;
    color: #fff;
    font-size: 45px;
}

.page-support .support-bg .row,
.page-support .support-bg .columns {
    height: 100%;
}

.page-support .support-bg .columns {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.page-support #breadcrumbs {
    color: white;
}

.page-support #breadcrumbs a {
    color: white;
}

.page-support .breadcrumb_last {
    display: none;
}

.page-support .support-bg-image {
    height: 323px;
    background-repeat: no-repeat;
    background-position: center;
}

.page-support .blurb-hor {
    display: flex;
    align-items: center;
}

.page-support .blurb-hor h3 {
    color: #e16a35;
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 0px;
}

@media screen and (max-width: 39.9375em) {
    .page-support .blurb-hor h3 br {
        display: none;
    }
}

.page-support .blurb-hor.active h3 {
    color: #044da1;
}

.page-support .blurb-hor div {
    flex: 0 0 80px;
}

.page-support .blurb-hor div img {
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.page-support .support-content {
    background-color: white;
    padding: 2em;
    border-top: 7px solid #044da1;
    margin-bottom: 3rem;
    margin-top: 2rem;
}

@media screen and (max-width: 39.9375em) {
    .page-support .support-content {
        margin-top: 0rem;
    }
}

.page-support .support-content h2 {
    padding-bottom: 3rem;
}

.page-support .support-content .support-content__indent {
    padding: 1em 0em 3em 2em;
}

.page-support tbody th,
.page-support tbody td {
    padding: 1rem 1.5rem;
    color: #044da1;
}

.page-support tbody th {
    text-align: left;
    font-weight: 500;
    font-size: 21px;
}

.page-support tbody td:nth-child(2),
.page-support tbody th:nth-child(2) {
    padding-right: 3rem;
}

.page-support tbody td:nth-child(3),
.page-support tbody th:nth-child(3) {
    padding-left: 3rem;
}

.marketing .huge {
    visibility: visible !important;
}

.promo-content {
    padding: 24px 0;
    position: relative;
    background-color: #e16935;
    text-align: center;
}

.promo-content .promo_text {
    margin-bottom: 13px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}

@media screen and (max-width: 63.9375em) {
    .promo-content .promo_text {
        width: 61%;
        margin: 0 auto 13px;
    }
}

.promo-content .promo_btn {
    border-radius: 20px;
    background-color: #fff;
    padding: 10px 15px;
    font-size: 16px;
}

.promo-content .promo_btn:after {
    content: '\f105';
    padding-left: 7px;
    font-family: fontAwesome;
    font-size: 18px;
}

.badges {
    position: absolute;
    right: 5%;
    top: -37px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
}

@media screen and (max-width: 39.9375em) {
    .badges {
        right: 2%;
    }
}

@media screen and (max-width: 39.9375em) {
    .badges img {
        width: 80px;
    }
}

.banner img {
    width: 100%;
}

@media screen and (max-width: 39.9375em) {
    .banner .promo-banner-desktop {
        display: none;
    }
}

.banner .promo-banner-mobile {
    display: none;
}

@media screen and (max-width: 39.9375em) {
    .banner .promo-banner-mobile {
        display: block;
    }
}

.banner li {
    list-style: none;
}

.smarter {
    margin: 50px 0;
    text-align: center;
}

@media screen and (max-width: 63.9375em) {
    .smarter {
        margin: 50px auto;
    }
}

@media screen and (max-width: 63.9375em) {
    .smarter .smart_para {
        width: 80%;
        margin: 0 auto;
    }
}

.smarter .smart_para .buys {
    padding: 0.7rem 1.3rem;
    border-radius: 30px;
    background: #e16a35;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
}

.smarter .smart_para .claim_begin {
    width: 38%;
    margin-top: 14px;
    display: block;
    text-align: center;
    font-size: 15px;
    text-decoration: underline;
}

.blue_banner {
    margin-bottom: 50px;
    background-color: #09c;
}

.blue_banner .blueban-content {
    padding-top: 64px;
    display: flex;
    color: #fff;
}

@media screen and (max-width: 39.9375em) {
    .blue_banner .blueban-content {
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
}

@media screen and (max-width: 63.9375em) {
    .blue_banner .blueban-content {
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
}

.blue_banner .blueban-content .ban_title {
    color: #fff;
}

.blue_banner .blueban-content .ban_h1 {
    font-size: 2.5em;
    font-weight: 800;
}

.blue_banner .blueban-content .line {
    text-decoration: underline;
}

.blue_banner .blueban-content .buy_now_text a {
    color: #fff;
}

.blue_banner .blueban-content .buy_now {
    display: block;
    margin-top: 50px;
}

.blue_banner .blueban-content .buy_now .buy_btn {
    padding: 0.7rem 1.3rem;
    border-radius: 30px;
    background: #e16a35;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
}

.blue_banner .blueban-content .free_info p {
    margin-bottom: 30px;
    display: inherit;
}

.blue_banner .blueban-content .free_info a {
    color: #fff;
    text-decoration: underline;
}

.blue_banner .claim_begin {
    font-size: 13px !important;
    margin-top: 14px;
    display: block;
}

@media screen and (max-width: 39.9375em) {
    .claim_begin {
        margin: 14px auto;
        display: block;
        text-align: left;
    }
}

.blue_banner .blueban-content .claim_btn.disabled {
    background-color: #999;
    pointer-events: none;
}

.office_and_mobile .main-content .list figure {
    width: 110px;
    height: 110px;
    margin-right: 30px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media screen and (max-width: 63.9375em) {
    .office_and_mobile .main-content .list figure {
        display: none;
    }
}

.office_and_mobile .main-content .list figure img {
    max-width: 100px;
    max-height: 100px;
}

.blue_banner .blueban-content h3 {
    font-size: 25px;
}

.blue_banner .blueban-content .claim_btn {
    display: inline-block;
    width: 220px;
    margin-right: 20px;
    text-align: center;
    padding: 0.6rem 1rem;
    border-radius: 30px;
    text-decoration: none;
    background: #e16a35;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}

@media screen and (max-width: 63.9375em) {
    .blue_banner .blueban-content .claim_btn {
        margin-top: 30px;
    }
}

.office_image,
.mobile_image {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 2em;
    text-align: center;
}

.office_image img,
.mobile_image img {
    min-width: 250px;
    width: 80%;
}

.office_and_mobile {
    margin-bottom: 50px;
}

.office_and_mobile .main-content .sub {
    margin-bottom: 20px;
    font-size: 22px;
}

.office_and_mobile .main-content .left-list,
.office_and_mobile .main-content .right-list {
    margin-top: 30px;
    margin-left: 0;
}

.office_and_mobile .main-content .left-list li,
.office_and_mobile .main-content .right-list li {
    margin-bottom: 40px;
    display: flex;
    list-style: none;
}

.office_and_mobile .main-content .left-list,
.office_and_mobile .main-content .right-list {
    margin-top: 50px;
}

.office_and_mobile .main-content .left-list .sub_text,
.office_and_mobile .main-content .right-list .sub_text {
    font-size: 25px;
    color: #09c;
    font-weight: 700;
}

.office_and_mobile .main-content .left-list .sub_text_2,
.office_and_mobile .main-content .right-list .sub_text_2 {
    font-size: 25px;
    font-weight: 500;
}

.textmodule {
    padding: 50px 0;
    background-color: #09c;
}

.textmodule .module_heading {
    width: 62.67%;
    margin: 0 auto 70px;
    color: #fff;
    font-size: 38px;
    text-align: center;
    letter-spacing: 1px;
}

@media screen and (max-width: 39.9375em) {
    .textmodule .module_heading {
        width: 100%;
        font-size: 32px;
    }
}

.textmodule .module-list {
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

@media screen and (max-width: 39.9375em) {
    .textmodule .module-list {
        justify-content: center;
        flex-direction: column;
    }
}

@media screen and (max-width: 63.9375em) {
    .textmodule .module-list {
        justify-content: center;
        flex-direction: column;
    }
}

.textmodule .module-list li {
    margin-bottom: 31px;
    display: flex;
    list-style: none;
    flex-basis: 47%;
}

@media screen and (max-width: 39.9375em) {
    .textmodule .module-list li {
        margin-bottom: 25px;
    }
}

@media screen and (max-width: 63.9375em) {
    .textmodule .module-list li {
        margin-bottom: 25px;
    }
}

.textmodule .module-list li img {
    width: 100px;
    height: auto;
}

.textmodule .module-list li .mod_text {
    max-width: 432px;
    margin-left: 20px;
    color: #fff;
    font-size: 23px;
}

.textmodule .buynow {
    display: block;
}

.textmodule .buynow .buy {
    padding: 0.7rem 1.3rem;
    border-radius: 30px;
    background: #e16a35;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
}

.dm_award {
    position: absolute;
    top: 45%;
    left: 80%;
}

.dm_award img {
    width: 150px;
}

@media screen and (max-width: 63.9375em) {
    .dm_award {
        display: none;
    }
}

body.home .dm_award {
    position: absolute;
    top: 11%;
}

@media screen and (max-width: 63.9375em) {
    body.home .dm_award {
        display: none;
    }
}

body.home .promo-badge {
    position: absolute;
    top: 40%;
    left: 33%;
    transform: rotate(-15deg);
}

.promo_date {
    position: absolute;
    left: 64%;
    top: 52%;
}

.promo_date img {
    width: 100px;
}

@media screen and (max-width: 63.9375em) {
    .promo_date {
        display: none;
    }
}

.promo-badge {
    position: absolute;
    top: 25%;
    left: 70%;
}

.promo-badge img {
    width: 200px;
}

.promo-badge.promo-badge-small img {
    width: 100px;
}

@media screen and (max-width: 63.9375em) {
    .promo-badge {
        display: none;
    }
}

.orbit.desktop-orbit {
    display: block;
}

@media screen and (max-width: 63.9375em) {
    .orbit.desktop-orbit {
        display: none;
    }
}

.test-site {
    display: inline-block;
}

.orbit.mobile-orbit {
    display: none;
}

@media screen and (max-width: 63.9375em) {
    .orbit.mobile-orbit {
        display: block;
    }
}

.promo_date img {
    width: 100px;
}

body.home .promo-badge {
    position: absolute;
    top: 40%;
    left: 33%;
    transform: rotate(-15deg);
}

body.home .promo_date {
    position: absolute;
    left: 66%;
    top: 61%;
}

body.home .dm_award {
    position: absolute;
    top: 11%;
}

.home-mobile {
    display: none;
}

@media screen and (max-width: 63.9375em) {
    .home-desktop {
        display: none;
    }
}

@media screen and (max-width: 63.9375em) {
    .home-mobile {
        display: block;
    }
}

.buys {
    padding: 0.7rem 1.3rem;
    border-radius: 30px;
    background: #e16a35;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
}

body {
    font-family: 'Gotham', Arial, sans-serif !important;
    font-weight: 300;
}

.site-header {
    display: none;
}

@media screen and (max-width: 63.9375em) {
    .ss-nav-logo-mobile {
        padding-left: 10px;
    }
}

.huge {
    font-size: 2.5vw;
}

@media screen and (max-width: 62.5em) {
    .huge {
        font-size: 2.8rem;
    }
}

@media screen and (max-width: 63.9375em) {
    .huge {
        font-size: 2.2rem;
    }
}

@media screen and (max-width: 39.9375em) {
    .huge {
        font-size: 2.2rem;
    }
}

span.ctcc-left-side a {
    text-decoration: underline;
}

@media screen and (max-width: 63.9375em) {
    .ctcc-inner {
        display: block;
    }

    .ctcc-inner button {
        margin: 10px auto;
        display: block;
    }
}

.ss-intro {
    position: relative;
    padding: 2.7% 0 5% 0;
}

.ss-intro .icon-arrow {
    font-size: 3rem;
    padding-bottom: 2rem;
}

.ss-intro .icon-arrow img {
    height: 70px;
    width: auto;
}

@media screen and (max-width: 63.9375em) {
    .ss-intro .icon-arrow img {
        padding-top: 2rem;
    }
}

.ss-intro h2 {
    color: #fff;
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-size: 30px;
}

@media screen and (max-width: 63.9375em) {
    .ss-intro h2 {
        font-size: 1.8rem;
    }
}

@media screen and (max-width: 39.9375em) {
    .ss-intro h2 {
        font-size: 1.2rem;
    }
}

.ss-intro h3 {
    color: #fff;
    padding-top: 10px;
    font-size: 24px;
}

.ss-intro p {
    color: #fff;
}

.ss-intro img {
    margin: 0 auto;
    display: block;
    margin-bottom: 1.5rem;
}

@media screen and (max-width: 39.9375em) {
    .ss-intro .image-box {
        margin-bottom: 1rem;
    }
}

.footer-bottom {
    background-color: black;
    color: white;
    padding: 5px 0px;
    font-size: 12px;
}

.breadcrumbs {
    padding: 12px 0px;
    margin: 0px;
    color: #fff;
    font-size: 1em;
}

.breadcrumbs a {
    color: #fff;
    font-weight: 700;
}

.breadcrumbs i {
    padding-right: 10px;
    padding-left: 10px;
}

.breadcrumbs svg {
    margin-right: 5px;
    margin-left: 5px;
}

.breadcrumbs .row {
    width: 100% !important;
}

#catapult-cookie-bar .ctcc-left-side {
    font-size: 12px;
}

.blueban-content a {
    color: #fff;
    text-decoration: underline;
}

.tabs_small table.specstable tr td {
    border: none;
}

.specstable tr td:first-child {
    font-weight: 700;
    border: 1px solid black;
}

.specstable tr:nth-child(odd) {
    background-color: #ebf9fc;
}

body {
    font-family: 'Gotham', Arial, sans-serif !important;
    font-weight: 300;
}

.site-header {
    display: none;
}

@media screen and (max-width: 63.9375em) {
    .ss-nav-logo-mobile {
        padding-left: 10px;
    }
}

.huge {
    font-size: 3rem;
}

@media screen and (max-width: 62.5em) {
    .huge {
        font-size: 2.8rem;
    }
}

@media screen and (max-width: 63.9375em) {
    .huge {
        font-size: 2.2rem;
    }
}

@media screen and (max-width: 39.9375em) {
    .huge {
        font-size: 2.2rem;
    }
}

span.ctcc-left-side a {
    text-decoration: underline;
}

@media screen and (max-width: 63.9375em) {
    .ctcc-inner {
        display: block;
    }

    .ctcc-inner button {
        margin: 10px auto;
        display: block;
    }
}

.ss-intro {
    position: relative;
    padding: 2.7% 0 5% 0;
}

.ss-intro .icon-arrow {
    font-size: 3rem;
    padding-bottom: 2rem;
}

.ss-intro .icon-arrow img {
    height: 70px;
    width: auto;
}

@media screen and (max-width: 63.9375em) {
    .ss-intro .icon-arrow img {
        padding-top: 2rem;
    }
}

.ss-intro h2 {
    color: #fff;
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-size: 30px;
}

@media screen and (max-width: 63.9375em) {
    .ss-intro h2 {
        font-size: 1.8rem;
    }
}

@media screen and (max-width: 39.9375em) {
    .ss-intro h2 {
        font-size: 1.2rem;
    }
}

.ss-intro h3 {
    color: #fff;
    padding-top: 10px;
    font-size: 24px;
}

.ss-intro p {
    color: #fff;
}

.ss-intro img {
    margin: 0 auto;
    display: block;
    margin-bottom: 1.5rem;
}

@media screen and (max-width: 39.9375em) {
    .ss-intro .image-box {
        margin-bottom: 1rem;
    }
}

.footer-bottom {
    background-color: black;
    color: white;
    padding: 5px 0px;
    font-size: 12px;
}

.breadcrumbs {
    padding: 12px 0px;
    margin: 0px;
    color: #fff;
    font-size: 1em;
}

.breadcrumbs a {
    color: #fff;
    font-weight: 700;
}

.breadcrumbs i {
    padding-right: 10px;
    padding-left: 10px;
}

.breadcrumbs svg {
    margin-right: 5px;
    margin-left: 5px;
}

.breadcrumbs .row {
    width: 100% !important;
}

#catapult-cookie-bar .ctcc-left-side {
    font-size: 12px;
}

#searchform .button,
#searchform .submit-wrap input,
.submit-wrap #searchform input {
    color: white;
}

.main-grid aside.sidebar {
    padding: 2em;
    margin-top: 0;
    background: white;
}

.main-grid aside.sidebar .widget h6 {
    color: #044da1;
    padding-bottom: 1rem;
    font-size: 1.789rem;
}

.main-grid aside.sidebar .menu a {
    line-height: 1;
    text-decoration: none;
    display: block;
    padding: 0.7rem 0;
}

.post-listing h3 {
    padding-bottom: 0;
}

.post-listing .tags {
    display: flex;
    padding: 0;
    clear: both;
    padding: 0 10px;
    font-size: 0.6em;
    text-align: center;
    justify-content: center;
    gap: 10px;
}

.post-listing .tags a {
    color: grey;
    text-transform: uppercase;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
    padding: 0;
}

.posts_tags {
    margin-bottom: 1em;
}

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

.posts_tags li {
    display: inline-block;
}

.posts_tags a {
    display: inline-block;
    font-size: 0.8em;
    background-color: #efefef;
    padding: 0.5em 1em;
    width: auto;
    margin-right: 5px;
    cursor: pointer;
}

.posts_tags a:hover {
    background-color: #034ca1;
    color: white;
}

.single-post #breadcrumbs {
    background-color: #efefef;
    padding: 0.5em 0;
    font-size: 0.7em;
}

.single-post article.type-post {
    padding: 2em 0;
}

.single-post .page-support .support-bg h1 {
    display: block;
    max-width: 600px;
    margin-left: 0;
}

aside .widget_nav_menu a:before {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    margin-left: -20px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #efefef;
}

aside .widget_nav_menu a:hover:before {
    border-left-color: #034ca1;
}

.blog .main-grid .main-content {
    width: 100%;
}

.buttons-container {
    display: grid;
    position: absolute;
    bottom: 0;
    width: 100%;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

.buttons-container .right-button {
    padding-right: 5px;
}

.buttons-container .left-button {
    padding-left: 5px;
}

@media all and (max-width:550px) {
    .buttons-container {
        grid-template-columns: 1fr;
    }
}

.buttons-container .column {
    width: 100%
}

.slds-align_absolute-center {
    margin-left: 0 !important;
    text-align: center !important;
}

.button[c-chat_headerScanSnap_chat_headerScanSnap] {
    padding: 5px !important;
}