:root {
    --content-width: 61rem;
    --dropdown-symbol-width: 0.7em;
    --scroll-margin-stickynav: 115px;
    --scroll-margin-stickynav-mobile: 150px;
    --quiche-sans: "quiche-sans", sans-serif;
    --global-font-family: "Open Sans", "Helvetica Neue", "Arial Narrow", sans-serif;
    --nav-font-family: "Questrial", "Open Sans", "Helvetica Neue", "Arial Narrow", sans-serif;
    --highlight-font-family: var(--quiche-sans);
    --headline-font-family: var(--quiche-sans);
    --global-font-size: 16;
    --global-font-line-height: 1.4;
    --fs-header-hero: calc(80/var(--global-font-size)*1rem);
    --fs-header-page: calc(54/var(--global-font-size)*1rem);
    --fs-header-section: calc(48/var(--global-font-size)*1rem);
    --fs-header-card: calc(30/var(--global-font-size)*1rem);
    --fs-header-product: calc(22/var(--global-font-size)*1rem);
    --fs-subhead-hero: calc(26/var(--global-font-size)*1rem);
    --fs-button: calc(var(--global-font-size)/14*1rem);
    --fs-nav: calc(var(--global-font-size)/14*1rem);
    --font-size-small: calc(16/var(--global-font-size)*1rem);
    --font-size-regular: calc(var(--global-font-size)/16*1rem);
    --font-size-large: calc(36/var(--global-font-size)*1rem);
    --font-size-larger: calc(48/var(--global-font-size)*1rem);
    --global-font-color: #5d5d5d;
    --header-font-color: #002850;
    --nav-font-color: #0f497b;
    --global-font-color-light: #fff;
    --global-background-color: #fff;
    --border-color-dark: #333;
    --border-color-light: #ccc;
    --color-link: #74b1d8;
    --color-link-visited: #1eabc7;
    --color-link-active: #1eabc7;
    --color-editor-link: #0f59c9;
    --color-editor-link-visited: #4484e4;
    --color-editor-link-active: #4484e4;
    --color-quote-border: #000;
    --color-quote-citation: #6c7781;
    --color-theme-primary: #0c274d;
    --color-theme-secondary: #cf5853;
    --color-theme-black: #000;
    --color-theme-white: #fff;
    --color-theme-medblue: #224878;
    --color-theme-cardblue: #296c9d;
    --color-theme-lightblue: #81afd4;
    --color-custom-lightblue: #81afd4;
    --color-theme-yellow: #f9f5da;
    --color-theme-paleyellow: #f9f5da;
    --color-custom-bgblue: #ddebf5;
    --color-custom-bggrey: #f2f2f2;
    --color-custom-textgrey: #5d5d5d;
    --color-custom-paleorange: #faf0e7;
    --color-sectionbg-blue: var(--color-custom-bgblue);
    --color-sectionbg-grey: var(--color-custom-bggrey);
    --color-lightblue: var(--color-theme-lightblue);
    --color-brightblue: #74b1d8;
    --color-medblue: var(--color-theme-medblue);
    --color-cardblue: var(--color-theme-cardblue);
    --color-cardlightblue: #d4dfeb;
    --color-darkblue: var(--color-theme-primary);
    --color-emailblue: #356d9d;
    --color-paleyellow: var(--color-theme-yellow);
    --color-product-darkblue: #0f497b;
    --color-headlineblue: #002850;
    --color-white: var(--color-theme-white);
    --color-red: var(--color-theme-secondary);
    --color-red: #e04d4d;
    --color-red-darkened: #b94a51;
    --color-quote-red: #e04d4d;
    --color-grey-text: #5d5d5d;
    --color-darkgrey: #5d5d5d;
    --color-lightgrey: #999;
    --color-box-border: #cdcdcd;
    --fsize-section-header: 3rem;
    --fsize-content-header: 2rem;
    --fsize-content-highlight: 1.875rem;
    --product-width: 470px;
    --product-height: 354px;
    --util-rounded: 15px;
    --gap: 1rem
}

.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
    margin: 1.5em auto;
    padding: 0 1em
}

.entry-content>.wp-block-quote,
.entry-content>.wp-block-quote.is-style-large {
    margin-left: 1.5rem
}

@media screen and (min-width:48em) {
    .entry-content>.wp-block-quote,
    .entry-content>.wp-block-quote.is-style-large {
        margin-left: auto
    }
}

.wp-block-quote:not(.is-large):not(.is-style-large) {
    border-left-color: #000;
    border-left-color: var(--color-quote-border)
}

.wp-block-quote__citation,
.wp-block-quote cite,
.wp-block-quote footer {
    border-left-color: #6c7781;
    border-left-color: var(--color-quote-citation)
}

.wp-block-cover {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.wp-block-cover__inner-container>* {
    max-width: 61rem;
    max-width: var(--content-width);
    margin-left: auto;
    margin-right: auto
}

.wp-block-cover .wp-block-cover-text,
.wp-block-cover p {
    margin-top: 0
}

.wp-block-latest-comments,
.wp-block-latest-posts {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
    border: 1px solid #ccc
}

ul.wp-block-latest-posts.alignfull,
ul.wp-block-latest-posts.alignwide,
ul.wp-block-latest-posts.is-grid.alignfull,
ul.wp-block-latest-posts.is-grid.alignwide {
    padding: 0 1.5em
}

.wp-block-gallery {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    grid-gap: .5em
}

.wp-block-gallery:not(.components-placeholder) {
    margin: 1.5em auto
}

.entry-content .wp-block-gallery {
    padding-right: 1.5em;
    padding-left: 1.5em
}

@media screen and (min-width:48em) {
    .entry-content .wp-block-gallery {
        padding-right: 0;
        padding-left: 0
    }
}

.wp-block-gallery.columns-2 .blocks-gallery-item,
.wp-block-gallery.columns-3 .blocks-gallery-item,
.wp-block-gallery.columns-4 .blocks-gallery-item,
.wp-block-gallery.columns-5 .blocks-gallery-item,
.wp-block-gallery.columns-6 .blocks-gallery-item,
.wp-block-gallery.columns-7 .blocks-gallery-item,
.wp-block-gallery.columns-8 .blocks-gallery-item,
.wp-block-gallery.columns-9 .blocks-gallery-item {
    grid-column: span 1;
    margin: 0;
    width: inherit
}

.blocks-gallery-item:last-child:nth-child(odd) {
    grid-column: span 2
}

.wp-block-gallery.columns-3 .blocks-gallery-item:last-child:nth-child(3n),
.wp-block-gallery.columns-5 .blocks-gallery-item:last-child:nth-child(5n),
.wp-block-gallery.columns-7 .blocks-gallery-item:last-child:nth-child(7n),
.wp-block-gallery.columns-9 .blocks-gallery-item:last-child:nth-child(9n) {
    grid-column: span 1
}

@media screen and (min-width:40em) {
    .wp-block-gallery.columns-2 {
        grid-template-columns: repeat(2, 1fr)
    }
    .wp-block-gallery.columns-3 {
        grid-template-columns: repeat(3, 1fr)
    }
    .wp-block-gallery.columns-4 {
        grid-template-columns: repeat(4, 1fr)
    }
    .wp-block-gallery.columns-5 {
        grid-template-columns: repeat(5, 1fr)
    }
    .wp-block-gallery.columns-6 {
        grid-template-columns: repeat(6, 1fr)
    }
    .wp-block-gallery.columns-7 {
        grid-template-columns: repeat(7, 1fr)
    }
    .wp-block-gallery.columns-8 {
        grid-template-columns: repeat(8, 1fr)
    }
    .wp-block-gallery.columns-9 {
        grid-template-columns: repeat(9, 1fr)
    }
}

.wp-block-media-text {
    padding-top: .75rem;
    padding-bottom: .75rem
}

@media screen and (min-width:768px) {
    .wp-block-media-text {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem
    }
}

.comment-content .wp-smiley,
.entry-content .wp-smiley,
.page-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0
}

.wp-caption,
embed,
iframe,
object {
    max-width: 100%
}

.wp-caption {
    margin-bottom: 1.5em
}

.wp-caption img[class*=wp-image-] {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption-text {
    text-align: center
}

.wp-caption .wp-caption-text {
    margin: .8075em 0
}

@media screen and (min-width:48em) {
    .wp-block-image.alignright,
    .wp-caption.alignright {
        margin-right: calc((100% - 61rem)/2);
        margin-right: calc((100% - var(--content-width))/2)
    }
    .wp-block-image.alignleft,
    .wp-caption.alignleft {
        margin-left: calc((100% - 61rem)/2);
        margin-left: calc((100% - var(--content-width))/2)
    }
}

.gallery {
    margin-bottom: 1.5em;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    grid-gap: .5em
}

@media screen and (min-width:40em) {
    .gallery-columns-2 {
        grid-template-columns: repeat(2, 1fr)
    }
    .gallery-columns-3 {
        grid-template-columns: repeat(3, 1fr)
    }
    .gallery-columns-4 {
        grid-template-columns: repeat(4, 1fr)
    }
    .gallery-columns-5 {
        grid-template-columns: repeat(5, 1fr)
    }
    .gallery-columns-6 {
        grid-template-columns: repeat(6, 1fr)
    }
    .gallery-columns-7 {
        grid-template-columns: repeat(7, 1fr)
    }
    .gallery-columns-8 {
        grid-template-columns: repeat(8, 1fr)
    }
    .gallery-columns-9 {
        grid-template-columns: repeat(9, 1fr)
    }
}

.gallery-item {
    padding: .5em;
    border: 1px solid #ccc;
    border: 1px solid var(--border-color-light)
}

.gallery-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.gallery-caption {
    font-size: 80%
}

.wp-embed-aspect-16-9.wp-has-aspect-ratio {
    width: 100%
}

.entry-content>h1:first-child,
.entry-content>h2:first-child,
.entry-content>h:first-child {
    padding-top: 20px
}

.page-title span {
    text-transform: capitalize
}

.page-title {
    padding-top: 2rem
}

.page .entry-content>:first-child {
    padding-top: 3rem
}

article.inv_product,
article.page {
    margin-bottom: 0
}

.entry-content>*+* {
    margin-top: 1rem
}

.entry-content>*+.wp-block-gallery,
.entry-content>*+blockquote,
.entry-content>*+figure,
.entry-content>*+h2,
.entry-content>*+h3,
.entry-content>*+h4 {
    margin-top: 2rem
}

.entry-content>.wp-block-gallery+*,
.entry-content>blockquote+*,
.entry-content>figure+* {
    margin-top: 2rem
}

.gb-block-container {
    margin-top: 0
}

.gb-block-container.alignfull {
    padding-top: 2rem;
    padding-bottom: 2rem
}

.gb-block-container.alignfull .gb-container-content {
    max-width: 61rem;
    max-width: var(--content-width)
}

.gb-layout-column-wrap {
    grid-row-gap: 1.5rem;
    row-gap: 1.5rem
}

.entry {
    margin-bottom: 1rem
}

.entry-meta {
    margin: 1em 0
}

.updated:not(.published) {
    display: none
}

.post-thumbnail img {
    margin: 0 auto
}

.entry-content,
.entry-summary,
.page-content {
    margin: 1.5em 0 0
}

.entry-content {
    margin-top: 0;
}

.entry-content>ol,
.entry-content>ul {
    padding-left: 3.5em
}

.entry-content>*,
.entry-summary>*,
.page-content>* {
    margin-right: auto;
    margin-left: auto;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    max-width: 61rem;
    max-width: var(--content-width)
}

.comments-area,
.entry-footer,
.entry-header,
.page-header,
.page-navigation,
.post-navigation,
.site-info {
    margin-top: 1.5em;
    margin-bottom: 1.5em
}

.page-header {
    padding-left: .75rem!important;
    margin-bottom: .5rem!important
}

@media screen and (min-width:768px) {
    .page-header {
        padding-left: 1.25rem!important
    }
}

@media screen and (min-width:992px) {
    .page-header {
        padding-left: 0!important;
        margin-bottom: 1rem!important
    }
}

.page-header .page-title {
    margin-bottom: 0!important
}

.comments-area,
.entry-content>*,
.entry-footer,
.entry-header,
.entry-summary>*,
.page-content>*,
.page-header,
.page-navigation,
.post-navigation,
.site-info {
    margin-left: auto;
    margin-right: auto;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    max-width: 61rem;
    max-width: var(--content-width)
}

@media screen and (min-width:48em) {
    .entry-content>ol,
    .entry-content>ul {
        padding-left: 2.5em;
        padding-right: 2.5em
    }
}

.entry-content>.more-link {
    display: block
}

.page-links {
    clear: both;
    margin-bottom: 1.5em
}

.entry-footer span {
    margin-right: 1em
}

.entry-footer {
    clear: both;
    padding: 1.5em 1.5rem 3em;
    border-bottom: 1px solid #5d5d5d;
    border-bottom: 1px solid var(--global-font-color)
}

@media screen and (min-width:48em) {
    .entry-footer {
        padding-right: 0;
        padding-left: 0
    }
}

.alignleft {
    float: left;
    margin-right: 1.5rem
}

.alignright {
    float: right;
    margin-left: 1.5rem
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.alignwide {
    max-width: calc(50% + 30.5rem);
    max-width: calc(50% + var(--content-width)/2)
}

.alignfull {
    max-width: 100%
}

.entry-content>.alignleft,
.entry-summary>.alignleft,
.page-content>.alignleft {
    margin-left: 1.5rem
}

.entry-content>.alignright,
.entry-summary>.alignright,
.page-content>.alignright {
    margin-right: 1.5rem
}

@media screen and (min-width:48em) {
    .entry-content>.alignleft,
    .entry-summary>.alignleft,
    .page-content>.alignleft {
        margin-left: calc((100vw - 61rem)/2);
        margin-left: calc((100vw - var(--content-width))/2)
    }
    .entry-content>.alignright,
    .entry-summary>.alignright,
    .page-content>.alignright {
        margin-right: calc((100vw - 61rem)/2);
        margin-right: calc((100vw - var(--content-width))/2)
    }
}

@media screen and (min-width:60em) {
    .has-sidebar .entry-content>.alignleft,
    .has-sidebar .entry-summary>.alignleft,
    .has-sidebar .page-content>.alignleft {
        margin-left: calc((75vw - 63rem)/2);
        margin-left: calc((75vw - 2rem - var(--content-width))/2)
    }
    .has-sidebar .entry-content>.alignright,
    .has-sidebar .entry-summary>.alignright,
    .has-sidebar .page-content>.alignright {
        margin-right: calc((75vw - 63rem)/2);
        margin-right: calc((75vw - 2rem - var(--content-width))/2)
    }
}

.has-custom-primary-color,
.has-theme-primary-color {
    color: #0c274d;
    color: var(--color-theme-primary)
}

.has-custom-primary-background-color,
.has-theme-primary-background-color {
    background-color: #0c274d;
    background-color: var(--color-theme-primary)
}

.has-custom-secondary-color,
.has-theme-secondary-color {
    color: #cf5853;
    color: var(--color-theme-secondary)
}

.has-custom-secondary-background-color,
.has-theme-secondary-background-color {
    background-color: #cf5853;
    background-color: var(--color-theme-secondary)
}

.has-custom-red-color,
.has-theme-red-color {
    color: var(--color-theme-red)
}

.has-custom-red-background-color,
.has-theme-red-background-color {
    background-color: var(--color-theme-red)
}

.has-custom-green-color,
.has-theme-green-color {
    color: var(--color-theme-green)
}

.has-custom-green-background-color,
.has-theme-green-background-color {
    background-color: var(--color-theme-green)
}

.has-custom-blue-color,
.has-theme-blue-color {
    color: var(--color-theme-blue)
}

.has-custom-blue-background-color,
.has-theme-blue-background-color {
    background-color: var(--color-theme-blue)
}

.has-custom-yellow-color,
.has-theme-yellow-color {
    color: #f9f5da;
    color: var(--color-theme-yellow)
}

.has-custom-yellow-background-color,
.has-theme-yellow-background-color {
    background-color: #f9f5da;
    background-color: var(--color-theme-yellow)
}

.has-custom-black-color,
.has-theme-black-color {
    color: #000;
    color: var(--color-theme-black)
}

.has-custom-black-background-color,
.has-theme-black-background-color {
    background-color: #000;
    background-color: var(--color-theme-black)
}

.has-custom-grey-color,
.has-theme-grey-color {
    color: var(--color-theme-grey)
}

.has-custom-grey-background-color,
.has-theme-grey-background-color {
    background-color: var(--color-theme-grey)
}

.has-custom-white-color,
.has-theme-white-color {
    color: #fff;
    color: var(--color-theme-white)
}

.has-custom-white-background-color,
.has-theme-white-background-color {
    background-color: #fff;
    background-color: var(--color-theme-white)
}

.has-custom-medblue-color,
.has-theme-medblue-color {
    color: #224878;
    color: var(--color-theme-medblue)
}

.has-custom-darkblue-color,
.has-theme-darkblue-color {
    color: var(--color-theme-darkblue)
}

.has-custom-cardblue-color,
.has-theme-cardblue-color {
    color: #296c9d;
    color: var(--color-theme-cardblue)
}

.has-custom-lightblue-color,
.has-theme-lightblue-color {
    color: #81afd4;
    color: var(--color-custom-lightblue)
}

.has-small-font-size {
    font-size: 1rem;
    font-size: var(--font-size-small)
}

.has-regular-font-size {
    font-size: 1rem;
    font-size: var(--font-size-regular)
}

.has-large-font-size {
    font-size: 2.25rem;
    font-size: var(--font-size-large)
}

.has-larger-font-size {
    font-size: 3rem;
    font-size: var(--font-size-larger)
}