/*
Theme Name:     Stratus - Child Theme
Theme URI:      http://themovation.com/stratus
Template:       stratusx
Author:         Themovation
Author URI:     http://themovation.com
Version:        3.0
Text Domain:    stratus
Domain Path:    /languages/
*/

/* = Theme customization starts here
-------------------------------------------------------------- */

.centrify-cta__icon,
.centrify-cta__text {
    transition: all 0.5s ease;
    display: inline-block;
    letter-spacing: normal;
}
.centrify-cta__icon {
    font-size: 1.38462em;
}
.centrify-cta__icon.fa-phone {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}
.centrify-cta {
    display: inline-block;
    font-size: 0.8125rem;
    font-weight: 800;
    letter-spacing: 0.1875rem;
    min-width: 200px;
    padding: 0.625rem 1.25rem;
    text-align: center;
    text-decoration: none !important;
    text-transform: uppercase;
    transition: all 0.5s;
    width: auto;
    box-shadow: 0 0 22px 0.08125rem rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 767px) {
    .centrify-cta {
        display: block;
        margin-left: auto;
        margin-right: auto;
        max-width: 300px;
    }
}
@media screen and (max-width: 767px) {
    .centrify-cta + .centrify-cta {
        margin-top: 1.125rem;
    }
}
@media screen and (min-width: 768px) {
    .centrify-cta + .centrify-cta {
        margin-left: 1.125rem;
    }
}
.centrify-cta.centrify-cta--border {
    border: 2px solid;
}
.centrify-cta.centrify-cta--rounded-corners {
    border-radius: 5px;
}
.centrify-cta.centrify-cta--pill {
    border-radius: 25px;
    box-shadow: none;
}
.centrify-cta.centrify-cta--circle {
    border-radius: 50%;
    min-width: 0;
    width: 3.3125rem !important;
    height: 3.3125rem !important;
    padding: 0;
    position: relative;
    box-shadow: none;
}
.centrify-cta.centrify-cta--circle .centrify-cta__icon,
.centrify-cta.centrify-cta--circle .centrify-cta__text {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.centrify-cta.centrify-cta--circle .centrify-cta__text {
    font-size: 0.61538em;
}
.centrify-cta.centrify-cta--circle .centrify-cta__icon {
    font-size: 1.38462em;
}
.centrify-cta.centrify-cta--circle .centrify-cta__icon.fa-phone {
    -webkit-transform: translate(-50%, -50%) scaleX(-1);
    transform: translate(-50%, -50%) scaleX(-1);
}
.centrify-cta.centrify-cta--scale-on-hover:focus,
.centrify-cta.centrify-cta--scale-on-hover:hover {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
}
.centrify-cta.centrify-cta--animated-fill-primary {
    background: transparent;
    color: #fff;
    position: relative;
    transition: all 0.4s;
    z-index: 2;
}
.centrify-cta.centrify-cta--animated-fill-primary:before {
    transition: all 0.8s ease;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background: #4773d9;
    z-index: -1;
}
.centrify-cta.centrify-cta--animated-fill-primary:focus,
.centrify-cta.centrify-cta--animated-fill-primary:hover {
    text-decoration: none;
    color: #4773d9;
}
.centrify-cta.centrify-cta--animated-fill-primary:focus:before,
.centrify-cta.centrify-cta--animated-fill-primary:hover:before {
    left: 51%;
    right: 51%;
}
.centrify-cta.centrify-cta--border-primary {
    border: 2px solid #4773d9;
}
.centrify-cta.centrify-cta--circle-primary {
    background: #4773d9;
}
.centrify-cta.centrify-cta--circle-primary .centrify-cta__icon,
.centrify-cta.centrify-cta--circle-primary .centrify-cta__text {
    color: #fff;
}
.centrify-cta.centrify-cta--circle-primary:focus,
.centrify-cta.centrify-cta--circle-primary:hover {
    background: #4773d9;
}
.centrify-cta.centrify-cta--circle-primary:focus .centrify-cta__icon,
.centrify-cta.centrify-cta--circle-primary:focus .centrify-cta__text,
.centrify-cta.centrify-cta--circle-primary:hover .centrify-cta__icon,
.centrify-cta.centrify-cta--circle-primary:hover .centrify-cta__text {
    color: #fff;
}
.centrify-cta.centrify-cta--circle-primary-inverse {
    background: #fff;
}
.centrify-cta.centrify-cta--circle-primary-inverse .centrify-cta__icon,
.centrify-cta.centrify-cta--circle-primary-inverse .centrify-cta__text {
    color: #4773d9;
}
.centrify-cta.centrify-cta--circle-primary-inverse:focus,
.centrify-cta.centrify-cta--circle-primary-inverse:hover {
    background: #fff;
}
.centrify-cta.centrify-cta--circle-primary-inverse:focus .centrify-cta__icon,
.centrify-cta.centrify-cta--circle-primary-inverse:focus .centrify-cta__text,
.centrify-cta.centrify-cta--circle-primary-inverse:hover .centrify-cta__icon,
.centrify-cta.centrify-cta--circle-primary-inverse:hover .centrify-cta__text {
    color: #4773d9;
}
.centrify-cta.centrify-cta--pill-primary {
    background: #4773d9;
    color: #fff;
}
.centrify-cta.centrify-cta--pill-primary:focus,
.centrify-cta.centrify-cta--pill-primary:hover {
    background: transparent;
    color: #4773d9;
}
.centrify-cta.centrify-cta--border-secondary {
    border: 2px solid #646569;
}
.centrify-cta.centrify-cta--animated-fill-secondary-inverse {
    background: transparent;
    color: #646569;
    position: relative;
    transition: all 0.4s;
    z-index: 2;
}
.centrify-cta.centrify-cta--animated-fill-secondary-inverse:before {
    transition: all 0.8s ease;
    position: absolute;
    top: 0;
    left: 51%;
    right: 51%;
    bottom: 0;
    content: "";
    background: #646569;
    z-index: -1;
}
.centrify-cta.centrify-cta--animated-fill-secondary-inverse:focus,
.centrify-cta.centrify-cta--animated-fill-secondary-inverse:hover {
    text-decoration: none;
    color: #fff;
}
.centrify-cta.centrify-cta--animated-fill-secondary-inverse:focus:before,
.centrify-cta.centrify-cta--animated-fill-secondary-inverse:hover:before {
    left: 0;
    right: 0;
}
.centrify-cta.centrify-cta--border-white {
    border: 2px solid #fff;
}
.centrify-cta.centrify-cta--animated-fill-white-inverse {
    background: transparent;
    color: #fff;
    position: relative;
    transition: all 0.4s;
    z-index: 2;
}
.centrify-cta.centrify-cta--animated-fill-white-inverse:before {
    transition: all 0.8s ease;
    position: absolute;
    top: 0;
    left: 51%;
    right: 51%;
    bottom: 0;
    content: "";
    background: #fff;
    z-index: -1;
}
.centrify-cta.centrify-cta--animated-fill-white-inverse:focus,
.centrify-cta.centrify-cta--animated-fill-white-inverse:hover {
    text-decoration: none;
    color: #4773d9;
}
.centrify-cta.centrify-cta--animated-fill-white-inverse:focus:before,
.centrify-cta.centrify-cta--animated-fill-white-inverse:hover:before {
    left: 0;
    right: 0;
}
.centrify-cta.centrify-cta--text-on-hover:not(:hover):not(:focus) .centrify-cta__text {
    opacity: 0;
    width: 0;
    height: 0;
    overflow: hidden;
    font-size: 0;
}
.centrify-cta.centrify-cta--text-on-hover:focus .centrify-cta__icon,
.centrify-cta.centrify-cta--text-on-hover:hover .centrify-cta__icon {
    opacity: 0;
    width: 0;
    height: 0;
    overflow: hidden;
    font-size: 0;
}
.centrify-cta.centrify-cta--text-white {
    color: #fff;
}
.centrify-cta.centrify-cta--text-white:focus,
.centrify-cta.centrify-cta--text-white:hover {
    color: #fff;
}
.centrify-cta.centrify-cta--no-drop-shadow {
    box-shadow: none;
}
.centrify-cta.centrify-cta--white-fill-default {
    background: #fff;
}
.centrify-cta.centrify-cta--white-fill-hover:focus,
.centrify-cta.centrify-cta--white-fill-hover:hover {
    background: #fff;
}
.centrify-cta.centrify-cta--pill-nav {
    padding: 0.625rem 0.9375rem;
    min-width: 0;
    letter-spacing: 0.125rem;
}
.centrify-cta.centrify-cta--pill-megamenu {
    padding: 0.625rem 1.875rem;
    min-width: 0;
    letter-spacing: 0.125rem;
}
@media screen and (min-width: 992px) {
    .centrify-cta-lg {
        display: inline-block;
        font-size: 0.8125rem;
        font-weight: 800;
        letter-spacing: 0.1875rem;
        min-width: 200px;
        padding: 0.625rem 1.25rem;
        text-align: center;
        text-decoration: none !important;
        text-transform: uppercase;
        transition: all 0.5s;
        width: auto;
        box-shadow: 0 0 22px 0.08125rem rgba(0, 0, 0, 0.25);
    }
}
@media screen and (min-width: 992px) and (max-width: 767px) {
    .centrify-cta-lg {
        display: block;
        margin-left: auto;
        margin-right: auto;
        max-width: 300px;
    }
}
@media screen and (min-width: 992px) and (max-width: 767px) {
    .centrify-cta-lg + .centrify-cta-lg {
        margin-top: 1.125rem;
    }
}
@media screen and (min-width: 992px) and (min-width: 768px) {
    .centrify-cta-lg + .centrify-cta-lg {
        margin-left: 1.125rem;
    }
}
@media screen and (min-width: 992px) {
    .centrify-cta-lg.centrify-cta-lg--pill {
        border-radius: 25px;
        box-shadow: none;
    }
    .centrify-cta-lg.centrify-cta-lg--border-primary {
        border: 2px solid #4773d9;
    }
    .centrify-cta-lg.centrify-cta-lg--pill-primary {
        background: #4773d9;
        color: #fff;
    }
    .centrify-cta-lg.centrify-cta-lg--pill-primary:focus,
    .centrify-cta-lg.centrify-cta-lg--pill-primary:hover {
        background: transparent;
        color: #4773d9;
    }
    .centrify-cta-lg.centrify-cta-lg--pill-nav {
        padding: 0.625rem 0.9375rem;
        min-width: 0;
        letter-spacing: 0.125rem;
    }
    .centrify-cta-lg.centrify-cta-lg--text-white {
        color: #fff;
    }
    .centrify-cta-lg.centrify-cta-lg--text-white:focus,
    .centrify-cta-lg.centrify-cta-lg--text-white:hover {
        color: #fff;
    }
}
.centrify-dropdown {
    position: relative;
}
.centrify-dropdown__menu {
    position: absolute;
    top: 115%;
    background: #fff;
    border: 1px solid #918d97;
    border-radius: 0 0 3px 3px;
    transition: all 0.5s;
}
.centrify-dropdown__menu > .menu-item {
    transition: all 0.5s;
    padding: 0.375rem 0.9375rem;
    cursor: pointer;
    margin-left: 0 !important;
}
.centrify-dropdown__menu > .menu-item:focus,
.centrify-dropdown__menu > .menu-item:hover {
    background: #918d97;
}
.centrify-dropdown__menu > .menu-item:focus a,
.centrify-dropdown__menu > .menu-item:hover a {
    color: #fff;
    text-decoration: none;
}
.centrify-dropdown:not(:hover):not(:focus) .centrify-dropdown__menu {
    visibility: hidden;
    overflow: hidden;
    opacity: 0;
}
.centrify-dropdown:not(:hover):not(:focus) .centrify-dropdown__menu > .menu-item {
    opacity: 0;
    padding: 0;
    height: 0;
}
.centrify-dropdown--lang > a {
    padding: 0.3125rem;
    transition: all 0.5s;
    border: 1px solid transparent;
    border-bottom: none;
}
.centrify-dropdown--lang:focus > a,
.centrify-dropdown--lang:hover > a {
    border-radius: 3px 3px 0 0;
    border: 1px solid #918d97;
    border-bottom: none;
}
.centrify-dropdown--lang svg {
    width: 0.9375rem;
    height: 0.9375rem;
    vertical-align: text-top;
}
.centrify-dropdown--lang .centrify-dropdown__menu a {
    white-space: nowrap;
}
.px-0-container > [class*="container"] {
    padding-left: 0;
    padding-right: 0;
}
.px-0-container > [class*="container"] > .row {
    margin-left: 0;
    margin-right: 0;
}
.px-0-container > [class*="container"] > .row > [class*="col"] {
    padding-left: 0;
    padding-right: 0;
}
.centrify-bg-white-pure {
    background-color: #fff;
}
.centrify-bg-red {
    background-color: #4773d9;
}
.centrify-bg-red-secure {
    background-color: #7a0000;
}
.centrify-bg-black {
    background-color: #280606;
}
.centrify-bg-white-smoke {
    background-color: #e5e1e6;
}
.centrify-bg-grey {
    background-color: #646569;
}
.centrify-bg-grey-server {
    background-color: #918d97;
}
.centrify-bg-grey-lockdown {
    background-color: #3b3b3b;
}
.centrify-hero-image {
    position: relative;
}
.centrify-hero-image figure,
.centrify-hero-image img,
.centrify-hero-image picture {
    width: 100%;
    height: auto;
    display: block;
}
.centrify-hero-image figure {
    margin: 0;
}
.centrify-hero-image img {
    margin: 0 auto;
    -o-object-fit: cover;
    object-fit: cover;
}
.centrify-hero-with-forcefield {
    overflow: hidden;
}
.centrify-hero-with-forcefield > * > .row > [class*="col"] {
    position: static;
}
.hero-content-valign-center > * {
    height: 100%;
}
.hero-content-valign-center > * > .row {
    height: 100%;
    align-content: center;
    align-items: center;
}
.hero-content-valign-center > * > .row h1 {
    text-align: center;
}
.centrify-hero-banner {
    position: relative;
}
.centrify-hero-banner .centrify-hero-image {
    position: absolute;
    z-index: 0;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    overflow: hidden;
}
.centrify-hero-banner .centrify-hero-image .media {
    display: block;
}
.centrify-hero-banner .centrify-hero-image .field--name-field-hero-image,
.centrify-hero-banner .centrify-hero-image .field--name-field-hero-image * {
    height: 100%;
}
.centrify-hero-banner .hero-content {
    padding-top: 54%;
    padding-bottom: 54%;
}
@media screen and (max-width: 374px) {
    .centrify-hero-banner .hero-content {
        padding-top: 75%;
        padding-bottom: 75%;
    }
}
@media screen and (min-width: 375px) and (max-width: 479px) {
    .centrify-hero-banner .hero-content {
        padding-top: 65%;
        padding-bottom: 65%;
    }
}
@media screen and (min-width: 480px) {
    .centrify-hero-banner .hero-content {
        padding-top: 40%;
        padding-bottom: 40%;
    }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
    .centrify-hero-banner .hero-content {
        padding-top: 25%;
        padding-bottom: 25%;
    }
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
    .centrify-hero-banner .hero-content {
        padding-top: 20%;
        padding-bottom: 20%;
    }
}
@media screen and (min-width: 1600px) {
    .centrify-hero-banner .hero-content {
        padding-top: 15.625rem;
        padding-bottom: 15.625rem;
    }
}
@media screen and (min-width: 1920px) {
    .centrify-hero-banner .hero-content {
        padding-top: 18.75rem;
        padding-bottom: 18.75rem;
    }
}
@media screen and (min-width: 2300px) {
    .centrify-hero-banner .hero-content {
        padding-top: 15%;
        padding-bottom: 15%;
    }
}
.centrify-hero-banner .hero-content .row {
    align-items: center;
    align-content: center;
    height: 0;
}
.centrify-hero-banner .hero-content .hero-hed {
    margin-bottom: 1.25rem;
}
@media screen and (max-width: 767px) {
    .centrify-hero-banner .hero-content .hero-hed {
        text-align: center;
    }
}
.centrify-hero-banner .hero-content .hero-hed h1,
.centrify-hero-banner .hero-content .hero-hed h2 {
    font-size: 2rem;
    margin-bottom: 0.5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
    margin-top: 0;
}
@media screen and (min-width: 1200px) {
    .centrify-hero-banner .hero-content .hero-hed h1,
    .centrify-hero-banner .hero-content .hero-hed h2 {
        font-size: 2.5rem;
    }
}
.centrify-hero-banner .hero-content .hero-hed .hed-eyebrow {
    font-size: 0.875rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.125rem;
    margin-bottom: 1.25rem;
}
@media screen and (min-width: 992px) {
    .centrify-hero-banner .hero-content .hero-hed .hed-eyebrow {
        font-size: 1rem;
    }
}
@media screen and (max-width: 767px) {
    .centrify-hero-banner .hero-content .hero-subhed {
        text-align: center;
    }
}
.centrify-hero-banner .hero-content .hero-subhed h2,
.centrify-hero-banner .hero-content .hero-subhed p {
    font-size: 1.0625rem;
    line-height: 1.42;
    margin-bottom: 1em;
    font-weight: 400;
}
@media screen and (max-width: 374px) {
    .centrify-hero-banner .hero-content .hero-subhed h2,
    .centrify-hero-banner .hero-content .hero-subhed p {
        font-size: 1rem;
    }
}
@media screen and (min-width: 992px) {
    .centrify-hero-banner .hero-content .hero-subhed h2,
    .centrify-hero-banner .hero-content .hero-subhed p {
        font-size: 1.125rem;
    }
}
.centrify-hero-banner .hero-content .field--name-field-hero-cta-link {
    margin-top: 1rem;
}
@media screen and (max-width: 767px) {
    .centrify-hero-banner .hero-content .field--name-field-hero-cta-link {
        text-align: center;
    }
}
@media screen and (min-width: 992px) {
    .centrify-hero-banner .hero-content .field--name-field-hero-cta-link {
        margin-top: 1.875rem;
    }
}
.centrify-hero-grad {
    position: relative;
    background: linear-gradient(90deg, #4773d9 0, #4773d9 51%, #860202);
    height: 12.5rem;
}
@media screen and (min-width: 768px) {
    .centrify-hero-grad {
        height: 18.75rem;
    }
}
@media screen and (min-width: 992px) {
    .centrify-hero-grad {
        height: 25rem;
    }
}
.centrify-hero-grad h1 {
    font-size: 1.875rem;
    color: #fff;
    text-transform: capitalize;
}
@media screen and (min-width: 768px) {
    .centrify-hero-grad h1 {
        font-size: 3.75rem;
    }
}
.centrify-footer {
    padding-bottom: 0 !important;
}
.centrify-footer .footer-social img {
    width: 2rem;
}
.centrify-footer .region.region-footer {
    padding-top: 3.125rem;
}
.centrify-footer .footer-middle {
    padding: 1.875rem 0 0;
}
@media screen and (min-width: 992px) {
    .centrify-footer .footer-middle .container {
        max-width: 1320px;
    }
}
@media screen and (min-width: 992px) and (max-width: 1399px) {
    .centrify-footer .footer-middle .container {
        padding-left: 2.625rem;
        padding-right: 2.625rem;
    }
}
.centrify-footer .footer-middle .footer-logo,
.centrify-footer .footer-middle .footer-nav a {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.71;
    letter-spacing: normal;
    color: #e5e1e6;
    transition: all 0.5s;
}
.centrify-footer .footer-middle .footer-logo:focus,
.centrify-footer .footer-middle .footer-logo:hover,
.centrify-footer .footer-middle .footer-nav a:focus,
.centrify-footer .footer-middle .footer-nav a:hover {
    color: #dbd9d7;
}
.centrify-footer .footer-middle .footer-nav > .nav-item > a {
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 0.0625rem;
}
.centrify-footer .footer-left {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
    padding-bottom: 2.8125rem;
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.25);
}
.centrify-footer .footer-logo {
    width: 9.9375rem;
    display: block;
    flex-grow: inherit;
    padding: 0 0 1.25rem;
}
.centrify-footer .footer-logo svg {
    width: 9.9375rem;
    height: 3.3125rem;
    display: block;
    margin: auto;
}
@media screen and (min-width: 992px) {
    .centrify-footer .footer-logo {
        padding: 0;
    }
    .centrify-footer .footer-logo svg {
        margin: 0;
    }
}
.centrify-footer .footer-contact {
    font-weight: 700;
    width: 64.5%;
    justify-content: space-between;
    margin-bottom: 0;
}
@media screen and (min-width: 768px) {
    .centrify-footer .footer-contact {
        display: flex;
    }
}
.centrify-footer .footer-contact li {
    margin-top: 0.3125rem;
}
.centrify-footer .footer-social {
    display: flex;
    font-size: 1.375rem;
    margin-bottom: 0;
}
.centrify-footer .footer-social li {
    line-height: 1;
    margin-right: 0.75rem;
}
.centrify-footer .footer-social .centrify-social-icon {
    color: #fff;
    background: #646569;
    border-radius: 50%;
    text-align: center;
    font-size: 1rem;
    padding: 0.5625rem;
    width: 2.25rem;
    height: 2.25rem;
    display: inline-flex;
    text-decoration: none;
    justify-content: center;
    align-items: center;
    align-content: center;
}
@media screen and (min-width: 992px) {
    .centrify-footer .footer-social .centrify-social-icon {
        font-size: 1.125rem;
    }
}
.centrify-footer .footer-social .centrify-social-icon .visually-hidden {
    z-index: -100;
}
.centrify-footer .footer-nav {
    display: flex;
    justify-content: space-between;
    list-style: none;
}
.centrify-footer .footer-nav .nav-item {
    width: 15%;
    margin-right: 2%;
}
.centrify-footer .footer-nav .nav-item .menu li {
    width: 100%;
    margin-bottom: 0.125rem;
}
.centrify-footer .footer-nav .nav-item:last-child {
    margin-right: 0;
}
.centrify-footer .footer-nav > li {
    -webkit-column-break-inside: avoid;
    break-inside: avoid;
}
.centrify-footer .footer-nav > li > ul.menu {
    margin: 0.5em 0 2em;
}
@media screen and (max-width: 991px) {
    .centrify-footer .footer-nav > li {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .centrify-footer .footer-nav > li > ul.menu {
        width: 100%;
        margin-bottom: 0;
        display: none;
    }
    .centrify-footer .footer-nav > li > ul.menu a {
        display: inline-block;
        padding-left: 0.75rem;
    }
    .centrify-footer .footer-nav > li.open ul.menu {
        display: block;
    }
}
.centrify-footer .footer-nav > li > a {
    flex-grow: 1;
}
.centrify-footer .footer-nav li {
    font-weight: 200;
    font-size: 0.875rem;
    line-height: 1.28571;
    margin-bottom: 1em;
}
.centrify-footer .footer-nav .menu-item--collapsed,
.centrify-footer .footer-nav .menu-item--expanded {
    background-image: none;
    list-style-image: none;
    list-style-type: none;
}
.centrify-footer .footer-nav ul.menu {
    margin: 0;
    padding: 0;
}
.centrify-footer .footer-expand {
    width: 1.5rem;
    height: 1.5rem;
    position: relative;
    border: 0;
    background-color: transparent;
    cursor: pointer;
}
.centrify-footer .footer-expand span {
    position: absolute !important;
    height: 0.0625rem;
    width: 0.0625rem;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
}
.centrify-footer .footer-expand:after,
.centrify-footer .footer-expand:before {
    width: 0.5rem;
    height: 0.125rem;
    margin-right: 0.625rem;
    position: absolute;
    top: 50%;
    right: 0;
    content: "";
    display: block;
    background: #fff;
    transition: all 0.25s;
}
.centrify-footer .footer-expand:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.centrify-footer .open > .footer-expand:after {
    -webkit-transform: rotate(0);
    transform: rotate(0);
}
.centrify-footer .open > .footer-expand:before {
    opacity: 0;
}
@media screen and (min-width: 992px) {
    .centrify-footer .footer-expand {
        display: none;
    }
}
.centrify-footer .region-footer-bottom {
    border-top: 1px solid #373030;
}
@media screen and (min-width: 992px) {
    .centrify-footer .region-footer-bottom {
        display: flex;
    }
}
.centrify-footer .footer-lower {
    font-size: 0.75rem;
    justify-content: flex-start;
    background-color: #646569;
    min-height: 75px;
    align-items: center;
    display: flex;
}
.centrify-footer .footer-lower .region-footer-bottom {
    border: none;
    padding: 1.5625rem 0.9375rem;
    justify-content: space-between;
    margin-bottom: 0;
}
.centrify-footer .footer-lower .region-footer-bottom li a,
.centrify-footer .footer-lower .region-footer-bottom p {
    font-size: 0.875rem;
    line-height: 1.71;
    letter-spacing: normal;
    color: #e5e1e6;
}
.centrify-footer .footer-lower .region-footer-bottom li {
    margin: 0 0.5625rem;
    position: relative;
}
.centrify-footer .footer-lower .menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0;
    padding: 0;
}
.centrify-footer .footer-lower .menu a,
.centrify-footer .footer-lower .menu a.is-active {
    color: #fff;
}
.centrify-footer .footer-lower .menu a:focus,
.centrify-footer .footer-lower .menu a:hover {
    color: #dbd9d7;
}
.centrify-footer .footer-lower li {
    max-width: 25%;
    padding-top: 0;
    margin: 0 0 0 0.9375rem;
    position: relative;
}
.centrify-footer .footer-lower li:after {
    content: "|";
    position: absolute;
    right: -0.5625rem;
    top: 0.125rem;
}
.centrify-footer .footer-lower li:last-child:after {
    display: none;
}
@media screen and (min-width: 992px) {
    .centrify-footer .footer-lower li {
        max-width: none;
    }
}
.centrify-footer .footer-lower .menu-item--collapsed,
.centrify-footer .footer-lower .menu-item--expanded {
    background-image: none;
    list-style-image: none;
    list-style-type: none;
}
@media screen and (max-width: 991px) {
    .footer-contact {
        flex-grow: 1;
    }
    .footer-social {
        width: 3.125rem;
        flex-wrap: wrap;
    }
    .footer-social li {
        width: 1.5625rem;
        margin: 0;
        text-align: center;
    }
}
@media (max-width: 1150px) {
    .centrify-footer .footer-left {
        flex-wrap: wrap;
    }
    .centrify-footer .footer-logo {
        width: 100%;
        margin-bottom: 1.875rem;
    }
    .centrify-footer .footer-logo svg {
        margin: 0 auto;
    }
    .centrify-footer .footer-contact {
        width: 75%;
    }
}
@media screen and (max-width: 991px) {
    .centrify-footer .footer-left {
        border: none;
        padding-bottom: 0.625rem;
    }
    .centrify-footer .footer-middle .container .region-footer {
        padding: 0;
    }
    .centrify-footer .footer-middle .container .footer-nav {
        flex-direction: column;
        padding: 0;
    }
    .centrify-footer .footer-middle .container .footer-nav li.nav-item {
        padding: 0.625rem 1.5625rem;
        margin-bottom: 0 !important;
    }
    .centrify-footer .footer-middle .container .footer-nav .nav-item {
        width: 100%;
        margin-right: 0;
    }
    .centrify-footer .menu-item--expanded.open {
        background-color: #646569 !important;
    }
    .centrify-footer .menu-item--expanded.open a {
        color: #fff;
    }
    .centrify-footer .menu-item--expanded.open .menu li {
        padding: 0 !important;
    }
    .centrify-footer .menu-item--expanded.open .menu li a {
        padding-left: 0;
        font-size: 0.75rem;
        margin-bottom: 0.9375rem;
    }
    .centrify-footer .footer-lower p {
        text-align: center;
    }
    .centrify-footer .footer-lower .region-footer-bottom {
        display: flex;
        flex-direction: column;
    }
    .centrify-footer .footer-lower #block-copyright {
        order: 2;
    }
    .centrify-footer .footer-lower .menu {
        max-width: 360px;
        margin: 0 auto 0.625rem;
        order: 1;
        justify-content: center;
    }
    .centrify-footer .footer-social {
        width: 100%;
        flex-wrap: nowrap;
        text-align: center;
        justify-content: center;
        order: 2;
        flex: 0 0 30%;
        padding-bottom: 1.25rem;
        margin: 0 0 0 auto;
    }
    .centrify-footer .footer-social li {
        width: auto;
        margin-right: 0.75rem;
    }
    .centrify-footer .footer-contact {
        width: auto;
        justify-content: center;
        margin-bottom: 1.875rem;
        order: 3;
    }
    .centrify-footer .footer-logo {
        margin-bottom: 0;
        flex: 0 0 30%;
    }
    .centrify-footer .footer-logo svg {
        width: 100%;
        margin: 0 auto 0 0;
    }
    .centrify-footer .footer-middle {
        padding-bottom: 1.875rem;
        padding-top: 0;
    }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .centrify-footer .footer-contact li + li {
        margin-left: 1.25rem;
    }
}
@media screen and (max-width: 767px) {
    .centrify-footer .footer-contact {
        width: 100%;
        justify-content: center;
    }
    .centrify-footer .footer-contact li + li {
        margin-top: 0.75rem;
    }
    .centrify-footer .footer-left {
        justify-content: center;
    }
}
@media screen and (max-width: 480px) {
    .centrify-footer .footer-contact {
        flex-direction: column;
    }
    .centrify-footer .footer-contact li {
        text-align: center;
    }
    .centrify-footer .footer-contact li a {
        padding-left: 0;
    }
    .centrify-footer .footer-lower .region-footer-bottom .menu {
        text-align: center;
    }
    .centrify-footer .footer-lower .region-footer-bottom li {
        margin: 0 10% 0 0;
        width: 45%;
        max-width: 45%;
    }
    .centrify-footer .footer-lower .region-footer-bottom li:nth-child(2n) {
        margin-right: 0;
    }
    .centrify-footer .footer-lower .region-footer-bottom li:after {
        display: none;
    }
}
.side-nav li {
    margin-bottom: 0.6875rem;
}
.side-nav {
    position: fixed;
    top: 19.0625rem;
    right: 0;
    z-index: 9000;
    display: block;
    font-size: 0.5625rem;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    transition: -webkit-transform 0.5s ease-out;
    transition: transform 0.5s ease-out;
    transition: transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
}
@media screen and (min-width: 992px) {
    .side-nav {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        right: 0.6625rem;
    }
    .path-frontpage .side-nav:not(.show-nav) {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        right: 0;
    }
}
ol,
ul {
    list-style: none;
}

.elementor-button-text {
    text-decoration: none !important;
}
body {
    background-color: #f1f2f4;
}
.blog-item .elementor-column-wrap {
    padding: 0px !important;
}
.blog-item {
    margin-bottom: 40px;
}
.blog-item .elementor-image-box-content {
    text-align: center;
    padding-right: 20px;
}
.blog-item figure img {
    height: 181px !important;
    width: auto;
}
.install-btn a {
    padding: 5px 15px !important;
}
.blog-item figure {
    overflow: hidden;
}
.view-more-btn {
}
.view-more-btn a {
    -webkit-box-shadow: 0px 5px 10px 0px #466dcc;
    -moz-box-shadow: 0px 5px 10px 0px #466dcc;
    box-shadow: 0px 5px 10px 0px #466dcc;
    height: 30px;
    padding-top: 8px !important;
    padding-right: 10px !important;
    padding-left: 10px !important;
}
#install-ta .elementor-button-text {
    margin-top: 4px;
}
#install-pom .elementor-button-text {
    margin-top: 4px;
}
#install-gon .elementor-button-text {
    margin-top: 4px;
}
.all-app .elementor-row {
    background-color: white;
    margin-top: 5px;
    border: 1px solid white;
}
.all-app .elementor-row:hover {
    border: 1px solid lightgrey;
}
#gon-banner,
#gon-banner div,
#ta-banner {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}
#gon-banner img,
#ta-banner img {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    height: 110% !important;
}
#gon-banner,
#ta-banner {
    transition-property: all;
    transition-duration: 0.2s;
}
#product-banner:hover #gon-banner,
#ta_product-banner:hover #ta-banner {
    transform: scale(0.99);
}
@media screen and (max-width: 992px) {
    .product-logo-container .elementor-image-box-wrapper {
        text-align: center !important;
    }
    .blog-item .elementor-image-box-wrapper {
        text-align: center !important;
    }
}
@media screen and (max-width: 768px) {
    .text-align-center {
        text-align: center;
    }
}
