/* ==========================================================================
HubSpot Migrations Services - COS Boilerplate v2.0.0
========================================================================== */


/* ==========================================================================
Table of Contents:

1. EXTERNAL RESOURCES
2. BASE STYLES
3. COS STRUCTURE
4. MAIN NAVIGATION
5. BLOG
6. FORMS
7. BUTTONS
8. MISCELLANEOUS
9. MOBILE MEDIA QUERIES
========================================================================== */


/* ==========================================================================
1. EXTERNAL RESOURCES
========================================================================== */


/* =============== @import, @font-face, and CSS File Includes =============== */

/* EX: @import url('http://example.com/example_style.css'); */
@import url('//fonts.googleapis.com/css?family=Titillium+Web:400,700');


/* ==========================================================================
2. BASE STYLES
========================================================================== */

/* =============== Base =============== */

*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body {
    min-height: 100%;
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
}

body {
    font-family: "Titillium Web", sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.5;
    color: #000;
    background-color: #f0f0f0;
}

/* Page Center */
.container-fluid .row-fluid .page-center {
    float: none;
    max-width: 980px;
    margin: 0 auto;
}

/* Highlighted Text */
::-moz-selection {
    color: #fff;
    background: #0078D7;
    text-shadow: none;
}

::selection {
    color: #fff;
    background: #0078D7;
    text-shadow: none;
}


/* =============== Typography =============== */

/* Basic text */
p {}

small {}

strong {}

em {}

cite {}

code {}

pre {}

sup,
sub {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* Headings 
h1,*/
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    line-height: 1.1;
    font-family: "Titillium Web", sans-serif;
    color: #003266;
    letter-spacing: 0.02em;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {}

h1 {
    font-size: 44.8px;
    color: #003266;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 25px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 20px;
    letter-spacing: 0;
}

h6 {
    font-size: 18px;
    letter-spacing: 0;
}

/* Anchor Links */
a {
    color: #008CC8;
    text-decoration: none;
    -webkit-transition: opacity 0.4s, color 0.4s, border-color 0.4s, background-color 0.4s;
    -o-transition: opacity 0.4s, color 0.4s, border-color 0.4s, background-color 0.4s;
    transition: opacity 0.4s, color 0.4s, border-color 0.4s, background-color 0.4s;
}

a:hover {
    color: #00567c;
    text-decoration: underline;
}

a:focus {
    text-decoration: none;
}

/* Lists */
ul,
ol {}

ul ul,
ul ol,
ol ol,
ol ul {}

li {}

/* Block Quotes */
blockquote {}

blockquote p {}

blockquote small {}

/* Horizontal Rules */
hr {
    color: #ccc;
    background-color: #ccc;
    height: 1px;
    border: none;
}


/* =============== EU Cookie Confirmation Bar =============== */

/* Confirmation Outer Wrapper*/
#hs-eu-cookie-confirmation {}

/* Confirmation Inner Wrapper*/
#hs-eu-cookie-confirmation-inner {}

#hs-eu-cookie-confirmation-inner p {}

/* Confirmation Button */
#hs-en-cookie-confirmation-buttons-area {}

a#hs-eu-confirmation-button {}


/* ==========================================================================
3. COS STRUCTURE
========================================================================== */


/* =============== Structure =============== */

/* The outer wrappers of your website */
.header-container-wrapper,
.body-container-wrapper,
.footer-container-wrapper {}

/* The inner wrappers of your website */
.header-container,
.body-container,
.footer-container {}


/* =============== Header =============== */

.header-container-wrapper {}

.header-container {}

.header-group {
    position: absolute;
    min-height: 77.59px !important;
    right: 0;
    left: 0;
}

.custom-header {
    position: relative;
    z-index: 1000;
    -webkit-transition: 0.3s background;
    -o-transition: 0.3s background;
    transition: 0.3s background;
    margin: 3rem auto 0 !important;
    width: 100% !important;
    z-index: 99;
}

.custom-header .page-center {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 0 20px -5px rgba(0, 0, 0, 0.2);
    max-width: 1600px !important;
    width: calc(100vw - 5rem) !important;
    margin: 0 auto;
}

.scroll-header .custom-header {
    position: fixed;
    top: 0;
    background: #fff;
    margin: 0 !important;
    box-shadow: 0 0 35px -10px rgba(0, 0, 0, 0.5);
}

.scroll-header .custom-header .page-center {
    box-shadow: none;
}

.header-wrapper {
    padding: 12.800px 0 9px;
}

.custom-logo {
    padding: 8px 26px 12px;
    width: auto !important;
    margin: 0 !important;
}

.custom-logo img {
    width: 144.97px;
}

.header-top-link {
    width: auto !important;
    margin: 0 !important;
    position: relative;
    top: 0;
    padding: 0 32px;
    float: right !important;
}

.header-top-link ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.header-top-link ul li:first-child {
    display: inline-block;
    margin-right: 32px;
}

.header-top-link ul li {
    display: inline-block;
}

.header-top-link ul li:first-child>a {
    background-color: #6AB701;
    padding: 11.200px 40px;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
    border-radius: 50px;
    color: #fff;
    line-height: 20px;
    display: inline-block;
    position: relative;
    top: 2px;
}

.header-top-link ul li:first-child>a:hover {
    background-color: #79d001;
    text-decoration: none;
}

.header-top-link ul li:last-child>a {
    display: inline-block;
    text-transform: uppercase;
    color: #003266;
    height: 55px;
    vertical-align: middle;
    position: relative;
    width: 122px;
    background-image: url(https://cdn2.hubspot.net/hubfs/2301857/Lapid%20-Dec2017/image/kundenbereich.png);
    background-size: 30px;
    background-position: top;
    background-repeat: no-repeat;
    cursor: pointer;
    -webkit-transition: 0.3s opacity;
    -o-transition: 0.3s opacity;
    transition: 0.3s opacity;
}

.header-top-link ul li:last-child>a:hover {
    opacity: 0.8;
}

.header-top-link ul li:last-child>a span {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
}

/* =============== Banner =============== */

.banner-image {
    padding: 12rem 0;
    background-size: cover !important;
    background-position: center !important;
    min-height: 720px !important;
    background-color: #000;
    margin: -1px 0 0 0;
    height: 100vh !important;
    max-height: 830px !important;
}

.banner-image .page-center {
    max-width: 1600px !important;
    width: calc(100% - 5rem) !important;
}

.banner-image h1 {
    line-height: 110%;
    padding-right: 25%;
    text-shadow: 0 0 10px #555;
    text-align: left;
    font-size: 56px;
    color: #fff;
    text-transform: uppercase;
    font-weight: normal;
    margin: 0;
    letter-spacing: 0;
}

.banner-image p {
    margin: 16px 0 0 0;
    font-size: 1.9rem;
    color: #fff;
    line-height: 140%;
    padding-right: 25%;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    text-shadow: 0 0 10px #555;
}

.banner-image .headerButton {
    margin: 64px auto 0;
}

.banner-image .headerButton a {
    font-size: 1rem;
    padding: 0.5rem 2rem;
    line-height: 120%;
    background-color: #003266;
    text-transform: uppercase;
    display: inline-block;
    border-radius: 50px;
    border: none;
    max-width: 100%;
    color: #fff;
    -webkit-transition: opacity 0.4s, color 0.4s, border-color 0.4s, background-color 0.4s;
    -o-transition: opacity 0.4s, color 0.4s, border-color 0.4s, background-color 0.4s;
    transition: opacity 0.4s, color 0.4s, border-color 0.4s, background-color 0.4s;
    line-height: 19.2px;
}

.banner-image .headerButton a:hover {
    background-color: #003f80;
    text-decoration: none;
}

/* =============== Content =============== */

.body-container-wrapper {}

.body-container {}

.content-wrapper {}

.main-content {}

.sidebar {}

.sidebar.right {}

.sidebar.left {}


/* =============== Footer =============== */

.footer-container-wrapper {}

.footer-container {}

.custom-footer .page-center {
    max-width: 1300px !important;
    padding: 0 1rem;
}

.footer-menu-wrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    width: 75% !important;
    margin: 0 !important;
    padding: 0 15px;
}

.footer-contact {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    width: 25% !important;
    margin: 0 !important;
    padding: 0 15px;
}

.footer-contact .address img {
    margin-bottom: 16px;
}

.footer-menu .hs-menu-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.footer-menu .hs-menu-wrapper>ul {
    width: auto;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-right: 3rem;
    display: flex;
}

.footer-menu .hs-menu-wrapper>ul>li {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-right: 16px;
    float: none !important;
}

.footer-menu .hs-menu-wrapper>ul>li>a {
    font-weight: bold;
    text-transform: uppercase;
    padding: 4.800px 0;
    font-size: 19.2px;
    color: #fff;
    white-space: nowrap;
    cursor: default;
}

.footer-menu .hs-menu-wrapper>ul>li>a:hover {
    text-decoration: none;
}

.footer-menu .hs-menu-wrapper>ul>li>ul>li {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-right: 16px;
}

.footer-menu .hs-menu-wrapper>ul>li>ul>li a {
    color: #fff;
    margin: 4.800px 0 0 0;
    font-size: 14.4px;
}

.footer-menu .hs-menu-wrapper>ul>li>ul>li a:hover {
    color: #fff;
    text-decoration: none;
}

.form-label {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    width: 41.66667%;
    float: left;
    padding: 0 15px 0 0;
}

.form-wrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    width: 58.33333%;
    float: left;
    padding: 0 0 0 15px;
}

.footer-newsletter span {
    font-size: 19.2px;
    font-weight: bold;
    text-transform: uppercase;
}

.form-wrapper label {
    display: none;
}

.footer-newsletter form {
    position: relative;
    max-width: 350px;
    margin-top: 8px;
}

.footer-newsletter input[type="email"] {
    background: #fff;
    width: 100%;
    min-height: 38px;
    border-radius: 32px;
    border: none;
    padding: 0 38px 0 16px;
    font-family: "Titillium Web", sans-serif;
    font-size: 14.4px;
}

.footer-newsletter input[type="submit"] {
    width: 32px;
    height: 32px;
    background-color: #6AB701;
    background-size: 20px;
    background-position: 6px center;
    background-repeat: no-repeat;
    border-radius: 32px;
    border: none;
    position: absolute;
    top: 3px;
    right: 4px;
    cursor: pointer;
    font-size: 0;
    -webkit-transition: 0.3s background-color;
    -o-transition: 0.3s background-color;
    transition: 0.3s background-color;
    color: transparent;
    padding: 0;
    background-image: url(https://cdn2.hubspot.net/hubfs/2301857/Lapid%20-Dec2017/image/arrow-white.png?t=1514283428797);
    margin: 0;
}

.footer-newsletter input[type="submit"]:hover {
    background-color: #79d001;
}

/* ==========================================================================
4. MAIN NAVIGATION
========================================================================== */


/* =============== Custom Menu Primary =============== */

/* Parent List */

/* Override max width on menu links */
.custom-menu-primary .hs-menu-wrapper>ul li a,
.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    overflow: visible !important;
    max-width: none !important;
    width: auto !important;
}

@media screen and (min-width: 1470px) {
    .custom-menu-primary {
        margin: 0 15% !important;
    }

    .form-label {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
}

@media screen and (min-width:1100px) {
    .footer-menu .hs-menu-wrapper>ul>li>ul {
        padding: 8px 0;
        display: block !important;
        position: relative !important;
        opacity: 1 !important;
        visibility: visible !important;
    }

    .custom-menu-primary .hs-menu-wrapper,
    .custom-menu-primary .hs-menu-wrapper>ul ul {
        display: block !important;
    }

    .custom-menu-primary {
        margin: 0 !important;
        padding: 9.600px 0;
        width: auto !important;
    }

    .custom-menu-primary .hs-menu-wrapper>ul {}

    .custom-menu-primary .hs-menu-wrapper>ul>li {
        position: relative;
        list-style-type: none;
    }

    .custom-menu-primary .hs-menu-wrapper>ul>li:not(:first-child) {
        border-left: 1px solid #003266;
    }

    .custom-menu-primary .hs-menu-wrapper>ul>li>a {
        font-size: 20.8px;
        font-weight: bold;
        text-transform: uppercase;
        position: relative;
        color: #003266;
        padding: 0 24px;
    }

    .custom-menu-primary .hs-menu-wrapper>ul>li>a:hover {
        color: #008CC8;
        text-decoration: none;
    }

    /* Child List */
    .custom-menu-primary .hs-menu-wrapper>ul ul {
        background-color: #FFFFFF;
        border-style: solid;
        border-width: 1px;
        border-color: #Fcfcfc;
        padding: 16px 0;
        box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.2);
        border-radius: 0 0 8px 8px;
        width: 300px;
    }

    .custom-menu-primary .hs-menu-wrapper>ul ul li {}

    .custom-menu-primary .hs-menu-wrapper>ul ul li a {
        font-size: 19.2px;
        font-weight: normal;
        position: relative;
        padding: 0 16px;
        color: #003266;
    }

    .custom-menu-primary .hs-menu-wrapper>ul ul li a:before,
    .custom-menu-primary .hs-menu-wrapper>ul ul li a:after {
        content: "";
        position: absolute;
        height: 2px;
        width: 10px;
        background: #008CC8;
        right: 2rem;
        top: 12px;
        -webkit-transition: 0.1s right;
        -o-transition: 0.1s right;
        transition: 0.1s right;
    }

    .custom-menu-primary .hs-menu-wrapper>ul ul li a:before {
        -webkit-transform: rotateZ(45deg);
        -o-transform: rotateZ(45deg);
        transform: rotateZ(45deg);
    }

    .custom-menu-primary .hs-menu-wrapper>ul ul li a:after {
        -webkit-transform: rotateZ(-45deg);
        -o-transform: rotateZ(-45deg);
        transform: rotateZ(-45deg);
        top: 18px;
    }

    .custom-menu-primary .hs-menu-wrapper>ul ul li a:hover:before,
    .custom-menu-primary .hs-menu-wrapper>ul ul li a:hover:after {
        right: 1.5rem;
    }

    .custom-menu-primary .hs-menu-wrapper>ul ul li a:hover {
        color: #008CC8;
        text-decoration: none;
    }

}


/* =============== Mobile Toggle Menu =============== */

/* Hide button on Desktop */
.mobile-trigger,
.child-trigger {
    display: none;
}

@media (max-width:1099px) {


    /* ===== Mobile Toggle Button ===== */

    .mobile-trigger {
        display: inline-block !important;
        /* Show button on mobile */
        cursor: pointer;
        /* Mouse pointer type on hover */
        position: absolute;
        /**************************************/
        top: 13px;
        /* Position Button at right of screen */
        right: 0px;
        -webkit-transform: scale(0.8);
        -o-transform: scale(0.8);
        transform: scale(0.8);
        margin: 6.400px 0 8px;
        padding: 4px 32px;
        font-size: 1.25rem;
        line-height: 1;
        background: transparent;
    }

    .mobile-trigger .icon-bar {
        display: block;
        height: 4px;
        width: 32px;
        background-color: #252627;
        margin: 5px 0;
        border-radius: 2px;
        -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
        transition: opacity 0.4s, -webkit-transform 0.4s;
        -o-transition: opacity 0.4s, -o-transform 0.4s;
        transition: transform 0.4s, opacity 0.4s;
        transition: transform 0.4s, opacity 0.4s, -webkit-transform 0.4s, -o-transform 0.4s;
    }

    .mobile-trigger .middle-bar+.middle-bar {
        margin-top: -9px;
        opacity: 0;
        -webkit-transition: opacity 0s, -webkit-transform 0.4s;
        transition: opacity 0s, -webkit-transform 0.4s;
        -o-transition: opacity 0s, -o-transform 0.4s;
        transition: transform 0.4s, opacity 0s;
        transition: transform 0.4s, opacity 0s, -webkit-transform 0.4s, -o-transform 0.4s;
    }

    /* Change button when menu is open */
    .mobile-open .mobile-trigger .icon-bar {
        opacity: 0;
    }

    .mobile-open .mobile-trigger .middle-bar {
        -webkit-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 1;
    }

    .mobile-open .mobile-trigger .middle-bar+.middle-bar {
        -webkit-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

}


/* ==========================================================================
5. BLOG
========================================================================== */


/* =============== General Blog Styles =============== */

/* Blog Post and Listing Body Class */
.blog {}

/* Blog Post */
.hs-blog-post {}

/* Blog Listing */
.hs-blog-listing {}

/* Blog Columns Wrapper */
.blog .content-wrapper {}

.blog-banner {
    background: #0991cc;
    background: -webkit-radial-gradient(center, ellipse cover, #008CC8 0%, #003266 90%);
    background: -webkit-radial-gradient(center ellipse, #008CC8 0%, #003266 90%);
    background: -o-radial-gradient(center ellipse, #008CC8 0%, #003266 90%);
    background: radial-gradient(ellipse at center, #008CC8 0%, #003266 90%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#008CC8', endColorstr='#003266', GradientType=1);
    background-position: center center;
    min-height: 450px !important;
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat !important;
    width: 100% !important;
    background-size: cover;
    margin: -1px 0 0 0;
}

.hs-blog-post .blog-banner {
    background-position: center;
    background-attachment: fixed;
}

.blog-banner-group {
    padding: 192px 0 124px;
}

.blog-banner-title {
    text-align: center;
    width: 80%;
    margin: 0 auto;
}

.blog-banner-title h1 {
    font-size: 56px;
    color: #fff;
    margin: 0;
    line-height: 120%;
    word-break: break-word;
    text-transform: uppercase;
    font-weight: normal;
    letter-spacing: 0;
}

.post-filter-container {
    padding: 1rem;
    width: 100%;
    position: relative;
    top: -45px;
}

.post-filter {
    width: 450px;
    max-width: 100%;
    position: relative;
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.2));
    z-index: 10;
    margin: 0 auto;
}

.post-filter ul {
    -webkit-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    -o-transform-origin: top;
    transform-origin: top;
    -webkit-transition: 0.3s -webkit-transform;
    transition: 0.3s -webkit-transform;
    -o-transition: 0.3s -o-transform;
    transition: 0.3s transform;
    transition: 0.3s transform, 0.3s -webkit-transform, 0.3s -o-transform;
    border-radius: 0 0 25px 25px;
    position: absolute;
    top: 30px;
    background: #fff;
    padding: 1.5rem 1rem 0.5rem;
    width: 100%;
    z-index: 5;
    margin-top: 0;
    margin-bottom: 1rem;
    list-style: none;
}

.post-filter ul li {
    list-style-type: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.post-filter ul li:last-child {
    border-bottom: none;
}

.post-filter ul a {
    width: 100%;
    color: #464F56;
    padding: 0.5rem 0;
    display: block;
    text-decoration: none;
    font-size: 1.1rem;
}

.post-filter ul a:hover {
    font-weight: bold;
    text-decoration: none;
}

.post-filter-current {
    border-radius: 25px;
    color: #fff;
    background: #6AB701;
    text-transform: uppercase;
    padding: 0.8rem 2rem;
    cursor: pointer;
    z-index: 10;
    position: absolute;
    top: 0;
    width: 100%;
}

.post-filter-current:before,
.post-filter-current:after {
    content: '';
    width: 12px;
    height: 2px;
    background: #fff;
    position: absolute;
    right: 39px;
    top: 24px;
    -webkit-transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
    -webkit-transition: 0.3s -webkit-transform;
    transition: 0.3s -webkit-transform;
    -o-transition: 0.3s -o-transform;
    transition: 0.3s transform;
    transition: 0.3s transform, 0.3s -webkit-transform, 0.3s -o-transform;
}

.post-filter-current:after {
    -webkit-transform: rotateZ(-45deg);
    -o-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg);
    right: 32px;
}

.post-filter:hover ul {
    -webkit-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
}

.body-container .page-center {
    padding: 48px 15px;
}

.post-listing {
    margin: 0 -15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.post-item:first-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
}

.post-item:first-child .post-detail {
    border-color: #003266;
    background: #003266;
}

.post-item:first-child .post-detail .post-date {
    color: #cce5ff;
    font-size: 1.1rem;
}

.post-item:first-child .post-detail h2 {
    font-size: 1.9rem;
    padding-right: 5rem;
    margin-bottom: 0;
}

.post-item:first-child .post-detail h2 a {
    color: #fff;
}

.post-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding: 8px;
    float: left;
}

.post-entry {
    border-radius: 4px;
    -webkit-transition: 0.3s box-shadow, 0.3s -webkit-transform;
    transition: 0.3s box-shadow, 0.3s -webkit-transform;
    -o-transition: 0.3s box-shadow, 0.3s -o-transform;
    transition: 0.3s box-shadow, 0.3s transform;
    transition: 0.3s box-shadow, 0.3s transform, 0.3s -webkit-transform, 0.3s -o-transform;
    overflow: hidden;
    height: 100%;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    color: #464F56;
    text-decoration: none;
}

.post-entry:hover {
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
    -webkit-transform: scale(1.01);
    -o-transform: scale(1.01);
    transform: scale(1.01);
    z-index: 5;
    text-decoration: none;
}

.post-detail {
    padding: 1rem;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-top: none;
    border-radius: 0 0 4px 4px;
    background: #fff;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.post-thumbnail img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.post-detail .post-date {
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.4);
}

.post-detail h2 {
    text-transform: none;
    font-size: 1.4rem;
    line-height: 120%;
    margin-top: 0.3rem;
    margin-bottom: 0.8rem;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    color: #003266;
    text-decoration: none;
    font-weight: 700;
    word-break: break-word;
}

.post-detail h2 a {
    color: #003266;
    text-decoration: none;
}

.post-detail h2 a:hover {
    color: #003266;
    text-decoration: none;
}

.post-detail .post-body {
    font-size: 16px;
    color: #464F56;
    line-height: 120%;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    word-break: break-word;
}

.post-item:first-child .post-detail .post-body {
    display: none;
}

.blog-banner-date {
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    position: relative;
    margin: 16px 0 0 0;
    color: #fff;
    font-size: 24px;
    line-height: 120%;
    text-transform: uppercase;
}

.hs-blog-post .body-container .page-center {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    padding: 32px;
    color: #464F56;
    position: relative;
    top: -250px;
}

.hs-blog-post .blog-banner-title h1 {
    font-size: 3rem !important;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    position: relative;
}

.hs-blog-post .blog-banner-group {
    padding: 16rem 0 24rem !important;
}

.hs-blog-post .blog-banner {
    max-height: 790px !important;
    position: relative !important;
}

.blog-post-author {
    margin: -75px 0 2rem !important;
}

.blog-author-wrapper {
    text-align: center;
    padding: 0 15px;
}

.blog-post-author img {
    height: 80px;
    width: 80px;
    -o-object-fit: cover;
    object-fit: cover;
    border: 3px solid #fff;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
    border-radius: 40px;
    vertical-align: middle;
}

.blog-post-wrapper .post-body p {
    margin: 0 0 16px 0;
}

.auhtor-name {
    font-weight: bold;
    font-size: 1.1rem;
    color: #003266;
    margin: 16px 0 0 0;
}

.auhtor-name a,
.auhtor-name a:hover {
    color: #003266;
    text-decoration: none;
}

.hs-blog-post .blog-content {
    width: 66.66667% !important;
    margin: 0 !important;
    padding: 0 15px 0 0;
}

.hs-blog-post .blog-sidebar {
    width: 33.33333% !important;
    margin: 0 !important;
    padding: 0 0 0 15px;
}

.blog-sidebar h3 {
    font-size: 1rem;
    color: rgba(0, 0, 0, 0.4);
    letter-spacing: 0.1rem;
    text-transform: uppercase;
    margin: 32px 0 0 0;
    line-height: 1.5;
}

.social-share-header h3 {
    margin: 0;
}

.blog-sidebar ul {
    margin: 0 0 16px 0;
    padding: 0;
    list-style: none;
}

.blog-sidebar ul li {
    list-style-type: none;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    padding: 0.4rem 0;
    line-height: 120%;
}

.blog-sidebar ul li:first-child {
    border-top: none;
}

.blog-sidebar ul li a {
    color: #003266;
    text-decoration: none;
}

.blog-sidebar ul li a:hover {
    color: #008CC8;
    text-decoration: none;
}

.sidebar-form form {
    position: relative;
}

.sidebar-form label {
    display: none;
}

.sidebar-form p {
    margin: 8px 0 16px;
}

.blog .sidebar-form h3 {
    display: none;
}

.sidebar-form h3.sidebar-form-title {
    display: block;
}

.sidebar-form input[type="email"] {
    width: 100%;
    height: 38px;
    border-radius: 32px;
    border: none;
    padding: 0 38px 0 1rem;
    background: #d9d9d9;
}

.sidebar-form input[type="submit"] {
    width: 32px;
    height: 32px;
    background-color: #6AB701;
    background-size: 20px;
    background-position: 6px center;
    background-repeat: no-repeat;
    border-radius: 32px;
    border: none;
    position: absolute;
    top: 3px;
    right: 4px;
    cursor: pointer;
    font-size: 0;
    -webkit-transition: 0.3s background-color;
    -o-transition: 0.3s background-color;
    transition: 0.3s background-color;
    color: transparent;
    padding: 0;
    background-image: url(https://cdn2.hubspot.net/hubfs/2301857/Lapid%20-Dec2017/image/arrow-white.png?t=1514283428797);
    margin: 0;
}

.sidebar-form input[type="submit"]:hover {
    background-color: #79d001;
}

/* =============== Blog Content Column =============== */

.blog .blog-content {}

/* Use this to style the main wrapper for the blog listing pages */
.blog-listing-wrapper {}

/* Use this to style the main wrapper for the blog post pages */
.blog-post-wrapper {}

/* Blog Title */
.hs-blog-header h1 {}

.hs-blog-header h1 a {}

/* Blog Post Title */
.post-header h2 {}

.post-header h2 a {}

/* Blog Author and Avatar */
#hubspot-author_data {}

#hubspot-author_data:after {
    content: '';
    display: block;
    clear: both;
}

#hubspot-author_data a.author-link {}

#hubspot-author_data .hs-author-avatar {}

#hubspot-author_data .hs-author-avatar img {
    width: 50px;
    float: left;
    margin-right: 15px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

/* Use this to set up different styling for your blog posts */
.blog-listing-wrapper .post-listing .post-item {}

.blog-listing-wrapper .post-listing .post-item .post-body {}

.blog-post-wrapper .post-body {}

/* Post Featured Image on Listings Page */
.hs-featured-image-wrapper {}

.hs-featured-image-wrapper .hs-featured-image-link {}

.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {
    border-width: 0;
    max-height: 170px;
    max-width: 210px;
    height: auto;
    width: auto;
    display: inline-block !important;
    float: right;
    margin: 20px 0 20px 20px;
}

/* Read More Link */
a.more-link {}

/* Blog Topics List */
#hubspot-topic_data {}

#hubspot-topic_data a.topic-link {}

/* Blog Social Sharing Icons */
.hs-blog-social-share {
    margin-top: 20px;
    padding: 10px 0 0 0;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    height: auto;
}

/* Blog Commments */
#comments-listing {
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px;
    margin-top: 30px;
}

.comment {
    margin: 10px 0;
    border-top: 1px solid #ccc;
    padding: 15px 0;
}

.comment-date {
    font-size: 13px;
    text-align: right;
}

.comment-from {
    font-weight: bold;
}

.comment-body {
    padding: 10px 0;
}

/* Pagination */
.blog-pagination {
    clear: both;
    margin: 32px 0 0 0;
}

.blog-pagination a {
    padding: 11.200px 32px;
    background-color: #008CC8;
    white-space: normal;
    text-transform: uppercase;
    border-radius: 50px;
    border: none;
    max-width: 100%;
    color: #fff;
    display: inline-block;
    font-size: 14.4px;
    line-height: 1.25;
}

.blog-pagination a:hover {
    background-color: #009ee2;
    color: #fff;
    text-decoration: none;
}

.blog-pagination a.previous-posts-link {
    float: left;
}

.blog-pagination a.all-posts-link {}

.blog-pagination a.next-posts-link {
    float: right;
}

/* Blog All Posts Page */
.hs-content-path-blog-all {}

div.post-listing-simple {}

div.post-listing-simple .post-item {}

h2.post-listing-simple {}

h2.post-listing-simple a {}


/* =============== Blog Sidebar =============== */

.blog .blog-sidebar {}

/* Blog Modules */
.blog .blog-sidebar .widget-span {}


/* =============== Blog Author Page and Author Bio =============== */

.hs-blog-listing .hs-author-profile {
    border-bottom: 1px solid #ccc;
    padding: 0 0 20px 0;
    margin: 0 0 20px 0;
}

.hs-blog-post .hs-author-profile {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 20px 0 20px 0;
    margin: 20px 0 20px 0;
}

.hs-author-profile .hs-author-profile:after {
    content: '';
    display: block;
    clear: both;
}

/* Author Avatar */
.hs-author-profile .hs-author-avatar {
    float: left;
    margin-right: 15px;
    max-width: 100px;
}

.hs-author-profile .hs-author-avatar img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    max-width: 100%;
}

/* Author Bio Wrapper*/
.hs-author-profile .hs-author-bio {
    overflow: hidden;
}

/* Author Name */
.hs-author-profile h2.hs-author-name {
    margin: 0 0 10px 0;
}

/* Author Social Follow Me */
.hs-author-profile .hs-author-social-section {}

.hs-author-profile .hs-author-social-label {}

.hs-author-profile .hs-author-social-links {}

.hs-author-profile .hs-author-social-link {}

.hs-author-profile .hs-social-facebook {}

.hs-author-profile .hs-social-linkedin {}

.hs-author-profile .hs-social-twitter {}

.hs-author-profile .hs-social-google-plus {}


/* ==========================================================================
6. FORMS
========================================================================== */


/* =============== Global Form Styles =============== */

/* Form Field */
.hs-form-field {}

/* Descriptions */
.hs-field-desc {}

/* Labels and Legends */
label {
    display: inline-block;
    margin-bottom: 8px;
}

.hs-form-field>label {}

/* One Line Inputs */
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
input[type="file"],
textarea,
select {
    border-radius: 4px;
    border: none;
    width: 100%;
    font-size: 16px;
    padding: 11.200px;
    background: rgba(0, 0, 0, 0.15);
    margin: 0 0 16px 0;
    font-family: "Titillium Web", sans-serif;
    display: block;
    outline: none;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
input[type="file"]:focus,
textarea:focus,
select:focus {}

/* Separate Styles for Multiple Line Inputs */
textarea {}

textarea:focus {}

/* Separate Styles for Drop Downs */
select {}

select:focus {}

/* Multiple Selection Inputs */
form.hs-form .hs-form-field ul.inputs-list {
    list-style: none;
    padding: 0;
}

form.hs-form .hs-form-field ul.inputs-list li input {}

input[type="radio"] {}

input[type="checkbox"] {}

/* Required */
input:focus:required:invalid,
textarea:focus:required:invalid,
select:focus:required:invalid {}

input:focus:required:invalid:focus,
textarea:focus:required:invalid:focus,
select:focus:required:invalid:focus {}

/* Error */
.hs-error-msgs label {
    font-size: 12.8px;
    color: #800000;
    white-space: nowrap;
    display: block;
}

ul.hs-error-msgs.inputs-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-newsletter input[type="email"]::-webkit-input-placeholder {
    text-transform: uppercase;
}

.footer-newsletter input[type="email"]:-moz-placeholder {
    text-transform: uppercase;
}

.footer-newsletter input[type="email"]::-moz-placeholder {
    text-transform: uppercase;
}

.footer-newsletter input[type="email"]:-ms-input-placeholder {
    text-transform: uppercase;
}

/* Placeholder Text */
::-webkit-input-placeholder {}

/* Webkit Browsers */
:-moz-placeholder {}

/* Firefox 18- */
::-moz-placeholder {}

/* Firefox 19+ */
:-ms-input-placeholder {}

/* IE10 */


/* =============== Multi Column Form =============== */

.hs-form fieldset.form-columns-1 {}

.hs-form fieldset.form-columns-1 .hs-form-field {}

.hs-form fieldset.form-columns-2 {}

.hs-form fieldset.form-columns-2 .hs-form-field {}

.hs-form fieldset.form-columns-3 {}

.hs-form fieldset.form-columns-3 .hs-form-field {}

/* Multiple Selection Inputs */
form.hs-form .hs-form-field ul.inputs-list li input {}

input[type="radio"] {}

input[type="checkbox"] {}

form.hs-form fieldset {
    max-width: none;
}

form.hs-form fieldset .hs-form-field {
    padding: 0 10px 0 0;
}

form.hs-form fieldset[class*="form-columns"] .input {
    margin-right: 0;
}

form.hs-form fieldset[class*="form-columns"] .hs-input {
    width: 100%;
}

form.hs-form fieldset[class*="form-columns"] .hs-input[type="checkbox"] {
    width: auto;
}

form.hs-form fieldset.form-columns-3 .hs-form-field {
    width: 33.33%;
}

@media (max-width: 400px) {
    form.hs-form fieldset .hs-form-field {
        padding: 0;
    }

    form.hs-form fieldset.form-columns-3 .hs-form-field,
    form.hs-form .form-columns-2 .hs-form-field .hs-input,
    form.hs-form .form-columns-3 .hs-form-field .hs-input {
        width: 100%;
    }

    form.hs-form .form-columns-3 .hs-form-field .hs-input[type="checkbox"] {
        width: auto;
    }
}


/* =============== Blog Comment Form =============== */

/* Label */
#comment-form .hs-form-field>label {}

#comment-form label {}

/* Inputs */
#comment-form input[type="text"] {}

#comment-form input[type="text"]:focus {}

#comment-form textarea {}

#comment-form textarea:focus {}

#comment-form input[type="checkbox"] {}


/* =============== Blog Subscription Form =============== */

/* Label */
#hs_form_target_blog_subscription .hs-form-field>label {}

#hs_form_target_blog_subscription label {}

/* Inputs */
#hs_form_target_blog_subscription input[type="email"] {}

#hs_form_target_blog_subscription input[type="email"]:focus {}

#hs_form_target_blog_subscription input[type="radio"],
#hs_form_target_blog_subscription input[type="checkbox"] {
    width: auto;
    margin-right: 10px;
}

/* =============== Google Search Form =============== */

/* Label */
.widget-type-google_search label {}

/* Input */
.widget-type-google_search input[type="text"] {}

.widget-type-google_search input[type="focus"] {}


/* ==========================================================================
7. BUTTONS
========================================================================== */


/* =============== All Global Buttons (Excluding CTAs) =============== */

.hs-button.primary,
input[type="submit"],
input[type="button"] {
    cursor: pointer;
    -webkit-appearance: none;
    text-decoration: none !important;
    background-color: #6AB701;
    font-weight: bold;
    font-size: 16px;
    padding: 11.200px 32px;
    white-space: normal;
    text-transform: uppercase;
    border-radius: 50px;
    border: none;
    max-width: 100%;
    color: #fff;
    -webkit-transition: opacity 0.4s, color 0.4s, border-color 0.4s, background-color 0.4s;
    -o-transition: opacity 0.4s, color 0.4s, border-color 0.4s, background-color 0.4s;
    transition: opacity 0.4s, color 0.4s, border-color 0.4s, background-color 0.4s;
    display: inline-block;
    line-height: 1.25;
    text-align: center;
    font-family: "Titillium Web", sans-serif;
    outline: none;
    white-space: normal !important;
    margin: 15px 0;
}

.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
    background-color: #79d001;
}

.hs-button.primary:focus,
input[type="submit"]:focus,
input[type="button"]:focus {}


/* =============== Form Module Button =============== */

.hs_cos_wrapper_type_form .hs-button.primary.large {}

.hs_cos_wrapper_type_form .hs-button.primary.large:hover {}

.hs_cos_wrapper_type_form .hs-button.primary.large:focus {}


/* =============== Blog Comment Button =============== */

#add-comment-button.hs-button.primary {}

#add-comment-button.hs-button.primary:hover {}

#add-comment-button.hs-button.primary:focus {}


/* =============== Blog Subscription Button =============== */

#hs_form_target_blog_subscription .hs-button.primary.large {}

#hs_form_target_blog_subscription .hs-button.primary.large:hover {}

#hs_form_target_blog_subscription .hs-button.primary.large:focus {}


/* =============== Google Search Button =============== */

.widget-type-google_search .hs-button.primary {}

.widget-type-google_search .hs-button.primary:hover {}

.widget-type-google_search .hs-button.primary:focus {}


/* ==========================================================================
8. MISCELLANEOUS
========================================================================== */
.custom-form {
    width: 50% !important;
}

.banner-image.system-page-banner {
    min-height: 350px !important;
    padding: 0;
}

.header-group.no-nav .mobile-trigger {
    display: none !important;
}

.custom-footer.no-nav .footer-contact {
    float: right !important;
}

div.post-listing-simple .post-item {
    width: 100% !important;
    max-width: 100%;
}

h2.post-listing-simple {
    text-transform: none;
    font-size: 1.4rem;
    line-height: 120%;
    margin-top: 0.3rem;
    margin-bottom: 0.8rem;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    color: #003266;
    text-decoration: none;
}

h2.post-listing-simple a {
    color: #003266;
    text-decoration: none;
}

.stickyLayer {
    position: fixed;
    left: 0;
    width: 100%;
    padding: 1rem;
    background: #fff;
    box-shadow: 0 0 35px -10px rgba(0, 0, 0, 0.5);
    -webkit-transition: 1s bottom;
    -o-transition: 1s bottom;
    transition: 1s bottom;
    line-height: 130%;
    z-index: 100;
    bottom: -6.5rem;
}

.sticky-layer-open .stickyLayer {
    bottom: 0;
}

.stickyLayer .closeButton {
    position: absolute;
    top: -18px;
    width: 36px;
    height: 36px;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    border-radius: 18px;
    left: calc(50% - 18px);
    cursor: pointer;
    -webkit-transition: 0.3s -webkit-transform;
    transition: 0.3s -webkit-transform;
    -o-transition: 0.3s -o-transform;
    transition: 0.3s transform;
    transition: 0.3s transform, 0.3s -webkit-transform, 0.3s -o-transform;
}

.stickyLayer .closeButton:before,
.stickyLayer .closeButton:after {
    content: '';
    position: absolute;
    top: 18px;
    left: 10px;
    display: block;
    width: 10px;
    height: 2px;
    background-color: #555;
    -webkit-transition: 0.3s top, 0.3s -webkit-transform;
    transition: 0.3s top, 0.3s -webkit-transform;
    -o-transition: 0.3s top, 0.3s -o-transform;
    transition: 0.3s transform, 0.3s top;
    transition: 0.3s transform, 0.3s top, 0.3s -webkit-transform, 0.3s -o-transform;
}

.stickyLayer .closeButton:before,
.stickyLayer .closeButton:after {
    top: 16px;
}

.stickyLayer .closeButton:after {
    -webkit-transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
    left: 16px;
}

.stickyLayer .closeButton:before {
    -webkit-transform: rotateZ(-45deg);
    -o-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg);
}

.stickyLayer .closed .closeButton:after {
    -webkit-transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}

.stickyLayer .page-center {
    max-width: 900px !important;
}

.stickyLayer .closeButton:hover {
    -webkit-transition: 0.1s -webkit-transform;
    transition: 0.1s -webkit-transform;
    -o-transition: 0.1s -o-transform;
    transition: 0.1s transform;
    transition: 0.1s transform, 0.1s -webkit-transform, 0.1s -o-transform;
    -webkit-transform: scale(1.05) translateY(-1px);
    -o-transform: scale(1.05) translateY(-1px);
    transform: scale(1.05) translateY(-1px);
}

.sticky-layer-open .stickyLayer .closeButton:before {
    -webkit-transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}

.sticky-layer-open .stickyLayer .closeButton:after {
    -webkit-transform: rotateZ(-45deg);
    -o-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg);
    left: 16px;
}

.sticky-layer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.contact-details-group {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
    padding: 0 15px;
}

.sticky-layer-button-group {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    padding: 0px;
    max-width: 58.33333%;
    margin: 16px 0 0 0;
}

.contact-details-image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
    float: left;
}

.contact-details {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    padding: 8px 0 0 16px;
}

.stickyLayer img {
    border-radius: 5rem;
    max-height: 90px;
    max-width: 90px;
    float: right;
}

.request-recall-btn,
.try-for-free-btn {
    text-align: center;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    padding: 0 15px;
    margin: 16px 0 0 0;
    display: inline-block;
}

.request-recall-btn a {
    background-color: #6AB701;
    font-size: 14.4px;
    padding: 11.200px 32px;
    text-transform: uppercase;
    border-radius: 50px;
    border: none;
    max-width: 100%;
    color: #fff;
    white-space: normal;
    display: inline-block;
    width: 228px;
    line-height: 18px;
}

.request-recall-btn a:hover {
    background-color: #79d001;
    color: #fff;
    text-decoration: none;
}

.try-for-free-btn a {
    background-color: #008CC8;
    font-size: 14.4px;
    padding: 11.200px 32px;
    text-transform: uppercase;
    border-radius: 50px;
    border: none;
    max-width: 100%;
    color: #fff;
    white-space: normal;
    display: inline-block;
    width: 228px;
    line-height: 18px;
}

.try-for-free-btn a:hover {
    background-color: #009ee2;
    color: #fff;
    text-decoration: none;
}

.no-banner-img {
    min-height: 125.8px !important;
}

/* Styles that do not fit into any of the available sections above can go here. */


/*===== CTA mit Absatz ====*/

.intext-CTA {
   box-shadow: #cccccc 0px 0px 20px;
   margin: 35px 0;
}

.intext-CTA p {
  padding: 0 25px 10px 25px;
  color: #464f56; 
  font-family: Titillium Web; 
  font-size: 16px; 
  font-weight: normal; 
  line-height: 1.5; 
  text-align: left;
}

.intext-CTA h2 {
  padding: 0 25px 0 25px;
  line-height: 1.1; 
  letter-spacing: 0.02em; 
  text-align: left;
}

.intext-CTA::after {
  content: "Jetzt mehr erfahren";
  color: #ffffff;
  font-family: Titillium Web;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.5;
  text-align: center;
  background: #6AB701;
  width: 100%;
  height: 0px;
  display: block;
  position: relative;
  opacity: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}
  
.intext-CTA:hover {
  box-shadow: #bababa 0px 0px 30px;
  background-color: #eeeeee;
}

.intext-CTA:hover::after {
  height: 50px;
  opacity: 1;
}

/*===== CTA mit Bild ====*/

.CTA_ePaper-mit-Bild {
    position: relative;
    border-radius: 6px;
		box-shadow: #cccccc 0px 0px 20px;
    margin: 35px 0;
    margin-right: 5px;
}


.CTA_ePaper-mit-Bild:hover {
  box-shadow: #bababa 0px 0px 30px;
}

.CTA_ePaper-mit-Bild_text {
			width: 50%;
			color:#464f56;
			font-family: Titillium Web;
			font-size: 0.8em;
			font-weight: bold;
			line-height: 1.3;
			text-align: left;
			float: left;
			padding: 35px 0px 0 30px !important;
		}
		
		.CTA_ePaper-mit-Bild_img {
			float: right;
      padding-right: 6px !important;
      bottom: 0;
		}
		
		.CTA_ePaper-mit-Bild_button_intext {
			background: #6AB701;
			text-align: center;
			padding: 7px 10px !important;
			border-radius: 25px;
			margin: 25px 0 0 0 !important;
			color: #ffffff;
		}




/* ==========================================================================
9. MEDIA QUERIES
========================================================================== */


/* =============== Screen sizes smaller than .page-center =============== */

@media (min-width: 1100px) and (min-width: 1470px) {
    .custom-menu-primary {
        margin: 0 11% !important;
        padding: 11px 0 8px;
        width: auto !important;
    }

    .custom-menu-primary .hs-menu-wrapper>ul>li>a {
        padding: 0 24px;
    }
}

@media (max-width: 1099px) {

    .footer-menu .hs-menu-wrapper>ul>li>ul {
        position: static !important;
        visibility: visible !important;
        opacity: 1 !important;
    }

    .footer-menu .hs-menu-wrapper>ul {
        display: block;
        margin: 0;
    }

    .form-label {
        width: 100%;
        padding: 0 15px 0 0;
    }

    .form-wrapper {
        width: 100%;
        padding: 0 15px 0 0;
    }

    .footer-menu .hs-menu-wrapper>ul>li {
        float: left !important;
        width: 100%;
        line-height: 44.59px;
    }

    .footer-contact {
        margin: 0 !important;
        padding: 7px 0 0 15px;
    }

    .footer-menu .hs-menu-wrapper>ul>li>ul>li {
        margin: 0;
        line-height: 21.6px;
    }

    .footer-menu-wrapper {
        width: 100% !important;
        margin: 0 !important;
        padding: 0 15px;
    }

    .header-top-link {
        display: none !important;
    }

    .header-wrapper .row-fluid {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 12.800px 0;
    }

    .custom-logo {
        -webkit-transform: scale(0.8);
        -o-transform: scale(0.8);
        transform: scale(0.8);
        padding: 8px 32px 8px 0;
        margin-right: 5rem !important;
    }

    .header-wrapper {
        padding: 0;
    }

    .banner-image {
        padding: 10rem 0;
        min-height: 832px !important;
    }

    .banner-image h1 {
        padding-right: 40px;
        font-size: 40px;
    }

    .banner-image:before,
    .no-banner-img:before,
    .blog-banner:before {
        content: '';
        background: #f0f0f0;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        min-height: 100vh;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: 0.4s opacity, visibility 0.4s;
        -o-transition: 0.4s opacity, visibility 0.4s;
        transition: 0.4s opacity, visibility 0.4s;
        z-index: 9;
    }

    .mobile-open .banner-image:before,
    .mobile-open .no-banner-img:before,
    .mobile-open .blog-banner:before {
        opacity: 1;
        visibility: visible;
    }

    .mobile-open .stickyLayer {
        display: none !important;
    }

    .blog.mobile-open .body-container .page-center {
        display: none !important;
    }

    .blog.mobile-open .footer-container-wrapper,
    .blog.mobile-open .post-filter-container {
        display: none !important;
    }

    .custom-menu-primary {
        position: absolute;
        display: block !important;
        top: 8rem;
        left: 0;
        margin: 0 !important;
        width: 100% !important;
        height: 100%;
        opacity: 0;
        -webkit-transform: translateY(-20rem);
        -o-transform: translateY(-20rem);
        transform: translateY(-20rem);
        visibility: hidden;
        -webkit-transition: 0.4s opacity, visibility 0.4s, -webkit-transform 0.4s;
        transition: 0.4s opacity, visibility 0.4s, -webkit-transform 0.4s;
        -o-transition: 0.4s opacity, visibility 0.4s, -o-transform 0.4s;
        transition: 0.4s opacity, transform 0.4s, visibility 0.4s;
        transition: 0.4s opacity, transform 0.4s, visibility 0.4s, -webkit-transform 0.4s, -o-transform 0.4s;
        z-index: 999999;
        height: 100vh !important;
    }

    .mobile-open .custom-menu-primary {
        opacity: 1;
        -webkit-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        visibility: visible;
    }

    .custom-menu-primary .hs-menu-wrapper>ul {
        display: block !important;
    }

    .custom-menu-primary .hs-menu-wrapper>ul li {
        display: block !important;
        width: 100%;
        position: relative;
    }

    .custom-menu-primary .hs-menu-wrapper>ul li a {
        font-size: 20.8px;
        font-weight: bold;
        text-transform: uppercase;
        position: relative;
        color: #003266;
        padding: 8px 0;
        display: block;
        text-align: center;
    }

    .custom-menu-primary .hs-menu-wrapper>ul li a:hover,
    .custom-menu-primary .hs-menu-wrapper>ul ul li a:hover {
        color: #008CC8;
        text-decoration: none;
    }

    .custom-menu-primary .hs-menu-wrapper>ul ul {
        position: relative !important;
        left: 0 !important;
        right: 0 !important;
        display: block !important;
        opacity: 1 !important;
        visibility: visible !important;
    }

    .custom-menu-primary .hs-menu-wrapper>ul ul li a {
        position: relative;
        color: #003266;
        font-size: 19.2px;
        font-weight: normal;
        padding: 0 0 8px 0;
        text-transform: none;
    }

    div#site-wrapper {
        width: 100%;
        overflow-x: hidden;
        overflow-y: auto;
    }

    .mobile-open div#site-wrapper {
        height: 100vh;
    }

    .banner-image p {
        display: none;
    }

    .blog-banner-title h1 {
        font-size: 40px;
    }

    .blog-banner {
        min-height: 480px !important;
    }

    .blog-banner-group {
        padding: 160px 0 124px;
    }

    .hs-blog-post .blog-banner-group {
        padding: 12rem 0 18rem !important;
    }

    .hs-blog-post .body-container .page-center {
        margin-top: 100px !important;
    }
}

@media (max-width: 989px) {

    .footer-contact {
        width: 100% !important;
        margin: 32px 0 0 0 !important;
        padding: 0px 0 0 15px;
    }

    .footer-contact {
        width: 100% !important;
        margin: 20px 0 0 0 !important;
        padding: 0px 0 0 15px;
    }

    .address {
        margin: 1px 0 0 0;
        float: left;
        width: 100%;
    }

    .post-item:first-child {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .post-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .post-item:first-child .post-detail h2 {
        font-size: 1.7rem;
        padding-right: 0;
    }

    .hs-blog-post .blog-banner-title h1 {
        font-size: 40px !important;
    }

    .hs-blog-post .blog-content {
        width: 100% !important;
        padding: 0;
    }

    .hs-blog-post .blog-content img {
        width: 100%;
    }

    .hs-blog-post .blog-sidebar {
        width: 100% !important;
        margin: 0 !important;
        padding: 20px 0;
    }

    .footer-menu .hs-menu-wrapper>ul>li>a {
        cursor: pointer;
        width: 100%;
    }

    .stickyLayer {
        bottom: -7rem;
    }

    .contact-details-group {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .sticky-layer-button-group {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
        margin: 0;
    }

    .request-recall-btn {
        margin: 0;
    }

    .stickyLayer {
        padding: 16px 16px 14px;
    }
}

/* =============== Landscape tablet and smaller devices =============== */

@media (max-width: 767px) {
    .form-label {
        padding: 0;
    }

    .form-wrapper {
        padding: 0;
    }

    .custom-form {
        width: 100% !important;
    }

    .address {
        margin: 32px 0 0 0;
    }

    .banner-image {
        min-height: 480px !important;
    }

    .request-recall-btn a {
        white-space: nowrap;
    }
}


/* =============== Landscape phones and smaller devices =============== */

@media (max-width: 599px) {
  
  .CTA_ePaper-mit-Bild {
    margin-right: 0px;
}
  
  .CTA_ePaper-mit-Bild_text {
			width: 100%;
			line-height: 1.3;
			text-align: center;
			float: none;
			padding: 35px 30px 35px 30px !important;
		}
		
		.CTA_ePaper-mit-Bild_img {
			float: none;
      padding-right: 0px !important;
      padding-bottom: 6px !important;
      bottom: 0;
		}
  
    .custom-header .page-center {
        width: calc(100vw - 2rem) !important;
    }

    .banner-image .page-center {
        width: calc(100% - 2rem) !important;
    }

    .banner-image h1 {
        padding-right: 40px;
        font-size: 24px;
    }

    .blog-banner-title h1 {
        font-size: 24px;
    }

    .blog-banner {
        min-height: 400px !important;
    }

    .post-item {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .post-item:first-child {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .hs-blog-post .blog-banner-title h1 {
        font-size: 24px !important;
    }

    .hs-blog-post .blog-banner-group {
        padding: 10rem 0 6rem !important;
    }

    .hs-blog-post .body-container .page-center {
        margin-top: 250px !important;
    }

    .stickyLayer {
        display: none !important;
    }
}

@media (max-width:380px) {

    .post-filter-current {
        border-radius: 25px;
        padding: 0.8rem 14px;
        font-size: 14.4px;
    }
  
  /*===== CTA mit Bild ====*/

    .CTA_ePaper-mit-Bild {
    margin-right: 0px;
}

  
.CTA_ePaper-mit-Bild_text {
			width: 100%;
			line-height: 1.3;
			text-align: center;
			float: none;
			padding: 35px 30px 35px 30px !important;
		}
		
		.CTA_ePaper-mit-Bild_img {
			float: none;
      padding-right: 0px !important;
      padding-bottom: 6px !important;
      bottom: 0;
		}
	
}

/* Tables */

table {
    width: 100%;
    border-style: solid !important;
    border-color: #aaa !important;
    box-shadow: 0 10px 50px -10px rgba(177, 187, 197, .6);
    border-collapse: collapse;
}

table td {
    padding: 0.5rem 0.75rem !important;
    background: #f0f0f0;
    border-style: solid !important;
    border-color: #aaa !important;
}

table td.blue-text {
    color: #008CC8;
}

table td.blue-dark-text {
    color: #003266;
}

table td.green-text {
    color: #6AB701;
}

table td.blue-bg {
    background: #008CC8 !important;
    color: #fff;
}

table td.blue-dark-bg {
    background: #003266 !important;
    color: #fff;
}

table td.green-bg {
    background: #6AB701 !important;
    color: #fff;
}

table tr.vertical-top {
    vertical-align: top;
}

table tr.vertical-bottom {
    vertical-align: bottom;
}

table.bg-white td {
    background: #fff;
}

table.bg-rows tr:nth-child(odd) td {
    background: #fff;
}

table.bg-rows tr:nth-child(even) td {
    background: #f0f0f0;
}

table.bg-cols tr td:nth-child(odd) {
    background: #fff;
}

table.bg-cols tr td:nth-child(even) {
    background: #f2f2f2;
}

table.border-rows td {
    border: 0;
}

table.border-rows tr:not(:first-child) {
    border-top: 1px solid #aaa;
}

table.border-cols td {
    border-top: 0;
    border-bottom: 0;

    border-left: 1px solid #aaa;
    border-right: 1px solid #aaa;
}

table.border-cols td:first-child {
    border-left: 0;
}

table.border-cols td:last-child {
    border-right: 0;
}

table:not(.border-rows):not(.border-cols) td {
    border-top: 0;
    border-bottom: 0;

    border-left: 1px solid #aaa;
    border-right: 1px solid #aaa;
}

table:not(.border-rows):not(.border-cols) td:first-child {
    border-left: 0;
}

table:not(.border-rows):not(.border-cols) td:last-child {
    border-right: 0;
}

table:not(.border-rows):not(.border-cols) tr:not(:first-child) {
    border-top: 1px solid #aaa;
}

/* Footer Fix */

@media (max-width: 1470px) {
    .footer-contact {
        width: 100% !important;
    }

    .footer-contact .address {
        margin-top: 32px;
    }
}

/* Menu fix */
@media (min-width: 1630px) {
    .custom-menu-primary {
        margin: 0 15% !important;
    }
}

/* YT Search */
.post-filter {
    width: 100%;
}

.post-search {
    width: 100%;
    max-width: 100%;
    position: relative;
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.2));
    z-index: 11;
    margin: 0 auto;
}

.post-search-list {
    -webkit-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    -o-transform-origin: top;
    transform-origin: top;
    -webkit-transition: 0.3s -webkit-transform;
    transition: 0.3s -webkit-transform;
    -o-transition: 0.3s -o-transform;
    transition: 0.3s transform;
    transition: 0.3s transform, 0.3s -webkit-transform, 0.3s -o-transform;
    border-radius: 0 0 25px 25px;
    position: absolute;
    top: 30px;
    background: #fff;
    padding: 1.5rem 0 0;
    width: 100%;
    z-index: 5;
    margin-top: 0;
    margin-bottom: 1rem;
}

.post-search.open .post-search-list {
    -webkit-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
}

.post-search ul {
    padding: 0 1rem 0.5rem;
    width: 100%;
    list-style-type: none;
    overflow-y: auto;
    min-height: 50px;
    max-height: 300px;
    margin: 0;
    position: relative;
}

.post-search.loading ul {
    opacity: 0.5;
}

.post-search.loading ul:before {
    content: '';
    background: #008CC8;
    height: 1.5rem;
    width: 1.5rem;
    border-radius: 50%;
    position: fixed;
    top: calc(50% - 0.75rem);
    left: calc(50% - 0.75rem);
    animation: pulse 0.6s infinite;
}

.post-search.loading ul:after {
    content: '';
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
}

.post-search-list ul li {
    padding: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.post-search-list ul li:last-child {
    border-bottom: none;
}

.post-search-empty {
    width: 100%;
    color: rgba(0, 0, 0, 0.4);
    padding: 0.5rem 0;
    display: block;
    text-decoration: none;
    font-size: 1.1rem;
    transition: all 0.4s ease-in-out;
    line-height: 1.3rem;
}

.post-search-list ul li a {
    width: 100%;
    color: #464F56;
    padding: 0.5rem 0;
    display: block;
    text-decoration: none;
    font-size: 1.1rem;
    transition: all 0.4s ease-in-out;
    line-height: 1.3rem;
}

.post-search-list ul li a span {
    font-size: 80%;
    margin-left: 5px;
    color: rgba(0, 0, 0, 0.4);
    display: inline-block;
}

.post-search .hs-search-highlight {
    margin-left: 0;
    font-size: 100%;
    color: #6AB701;
}

.post-search-field input {
    border-radius: 25px;
    color: #464F56;
    background: #fff;
    padding: 0.8rem 3.5rem 0.8rem 1.25rem;
    z-index: 10;
    position: absolute;
    top: 0;
    width: 100%;
}

.post-search-field span {
    width: 44px;
    height: 44px;
    background-color: #6AB701;
    background-size: 26px;
    background-position: 9px center;
    background-repeat: no-repeat;
    border-radius: 32px;
    border: none;
    position: absolute;
    top: 3px;
    right: 4px;
    z-index: 10;
    cursor: pointer;
    font-size: 0;
    -webkit-transition: 0.3s background-color;
    -o-transition: 0.3s background-color;
    transition: 0.3s background-color;
    color: transparent;
    padding: 0;
    background-image: url(https://lapid.de/wp-content/themes/lapid/img/search-icon.png);
    margin: 0;
}

.footer-newsletter .inputs-list,
.footer-newsletter .inputs-list label,
.footer-newsletter .hs-error-msgs,
.footer-newsletter .hs-error-msgs label,
.footer-newsletter .hs-form-booleancheckbox-display,
.footer-newsletter .hs-form-booleancheckbox-display label,
.sidebar-form .inputs-list,
.sidebar-form .inputs-list label,
.sidebar-form .hs-error-msgs,
.sidebar-form .hs-error-msgs label,
.sidebar-form .hs-form-booleancheckbox-display,
.sidebar-form .hs-form-booleancheckbox-display label {
    display: block !important;
}

.footer-newsletter .inputs-list span,
.footer-newsletter .hs-error-msgs span,
.footer-newsletter .hs-form-booleancheckbox-display span,
.sidebar-form .inputs-list span,
.sidebar-form .hs-error-msgs span,
.sidebar-form .hs-form-booleancheckbox-display span {
    font-size: 0.8rem;
    font-weight: normal;
    text-transform: none;
}

.footer-newsletter input[type="email"] {
    margin-bottom: 0;
}

.sidebar-search {
    height: 50px;
    margin: 1rem 0 1.25rem;
}

.sidebar-search .post-search-list {
    top: 19px;
}

.sidebar-search .post-search-list ul li a {
    font-size: 1rem;
}

.sidebar-search .post-search-list ul li a span {
    margin-left: 0;
}

.sidebar-search .post-search-field input {
    height: 38px;
    padding: 0 38px 0 1rem;
}

.sidebar-search .post-search-field span {
    width: 32px;
    height: 32px;
    background-position: 4px center;
}

.sidebar-search:not(.open) {
    filter: none;
}
.sidebar-search:not(.open) .post-search-field input {
    background: #d9d9d9;
}

@media (max-width: 767px) {
    .body-container .page-center {
        padding: 16px 15px;
    }

    .post-search {
        margin-top: 50px;
    }

    .post-filter {
        margin-top: 70px;
    }
}

@keyframes pulse {
    0% {
        opacity: 0;
        transform: scale(0.5);
    }

    30% {
        opacity: 1;
    }

    70% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        transform: scale(1.5);
    }
}

/* Footer new */

footer {
    font-size: .9rem;
    color: #fff;
    background: #002A55;
    -webkit-transition: 1s padding-bottom;
    -o-transition: 1s padding-bottom;
    transition: 1s padding-bottom;
    overflow: hidden;
}

footer ul {
    list-style-type: none;
    padding: 0;
}

footer a {
    color: #fff;
}

footer a:hover {
    text-decoration: none;
    color: #e5f2f9;
}

.footer-top {
    padding: 2.5rem 0 3rem;
    background: #003264;
}

.footer-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.footer-menu .nav-link {
    display: block;
    padding: 0 0;
}

.footer-menu>.nav-item:not(:last-child)>.nav-link {
    margin-bottom: .5rem;
}

.footer-menu>.nav-item>.nav-link {
    font-weight: bold;
    font-size: 1.2rem;
    text-transform: uppercase;
    cursor: default;
}

.footer-menu .sub-menu .nav-item:not(:first-child) {
    margin-top: .3rem;
}

.footer-menu .sub-menu .nav-link {
    display: inline-block;
}

.footer-bottom {
    padding: 2.5rem 0 3.5rem;
    background: #002A55;
}

.footer-logo {
    margin-bottom: 1.5rem;
}

.footer-title {
    margin-bottom: .3rem;
    font-weight: bold;
    font-size: 1.2rem;
    text-transform: uppercase;
    cursor: default;
}

.footer-contact-icon {
    width: 1em;
    height: 1em;
    font-size: inherit;
    margin-right: .5rem;
    vertical-align: middle;
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.footer-contact-icon path {
    fill: #fff;
}

.footer-contact-icon + a, .footer-contact-icon + span, .footer-contact-icon + span a {
    vertical-align: middle;
}

.footer-contact-icon + span a {
    color: #008CC8;
}

.footer-newsletter span {
    font-size: 1.2rem;
    font-weight: bold;
    text-transform: uppercase;
}

.footer-newsletter form {
    position: relative;
    max-width: 350px;
    margin-top: 8px;
}

.footer-newsletter input[type="email"] {
    background: #fff !important;
}

.footer-newsletter .hs-form-booleancheckbox {
    margin-top: .5rem;
}

.footer-newsletter .inputs-list,
.footer-newsletter .inputs-list label,
.footer-newsletter .hs-error-msgs,
.footer-newsletter .hs-error-msgs label,
.footer-newsletter .hs-form-booleancheckbox-display,
.footer-newsletter .hs-form-booleancheckbox-display label {
    display: block !important;
}

.footer-newsletter .inputs-list span,
.footer-newsletter .hs-error-msgs span,
.footer-newsletter .hs-form-booleancheckbox-display span {
    margin-left: .5rem;
    font-size: 0.75rem;
    font-weight: normal;
    text-transform: none;
}

.footer-newsletter a {
    color: #008CC8;
}

.footer-social-links {
    white-space: nowrap;
}

.footer-social-links a {
    width: 35px;
    height: 35px;
    display: inline-block;
    margin-right: 5px;
    border-radius: 40px;
    color: #008CC8;
    background: #fff;
    position: relative;
    -webkit-transition: .2s background, .2s color;
    -o-transition: .2s background, .2s color;
    transition: .2s background, .2s color;
    cursor: pointer;
}

.footer-social-links a:last-child {
    margin-right: 0;
}

.footer-social-links a:hover,
.footer-social-links a:active {
    color: #fff;
}

.footer-social-links a svg {
    -webkit-transform: scale(0.7);
    -o-transform: scale(0.7);
    transform: scale(0.7);
}

.footer-social-links a svg path {
    fill: currentColor;
}

.footer-social-links a.facebook:hover,
.footer-social-links a.facebook:active {
    background: #3b5998;
}

.footer-social-links a.instagram:hover,
.footer-social-links a.instagram:active {
    background: #e4405f;
}

.footer-social-links a.googlePlus:hover,
.footer-social-links a.googlePlus:active {
    background: #dd4b39;
}

.footer-social-links a.twitter:hover,
.footer-social-links a.twitter:active {
    background: #1da1f2;
}

.footer-social-links a.linkedIn:hover,
.footer-social-links a.linkedIn:active {
    background: #0077b5;
}

.footer-social-links a.xing:hover,
.footer-social-links a.xing:active {
    background: #026466;
}

.footer-social-links a.xing svg {
    -webkit-transform: scale(0.4);
    -o-transform: scale(0.4);
    transform: scale(0.4);
}

.post-newsletter label, .post-newsletter ul, .footer-newsletter label, .footer-newsletter ul {
    display: none !important;
}

@media (max-width: 989px) {
    .footer-menu {
        display: block;
    }

    .footer-menu>.nav-item {
        width: 100%;
    }

    .footer-menu .sub-menu {
        display: none;
        padding-bottom: .5rem;
    }
}

@media (min-width: 990px) {
    .custom-footer .page-center {
        padding: 0 2rem;
    }

    .footer-menu>.nav-item {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    .footer-menu>.nav-item>.nav-link {
        margin-bottom: .5rem;
    }

    .footer-menu .sub-menu {
        display: block !important;
    }

    .footer-row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .footer-col {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        width: 33%;
    }

    .footer-col:nth-child(5) {
        width: 66%;
    }
}

@media (max-width: 1469px) {
    .footer-col {
        margin-bottom: 1rem;
    }
}

@media (min-width: 1470px) {
    footer .container {
        width: 1300px;
    }

    .footer-col {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
}

/* --- Header Progress Bar ---*/

#yt-scroll-progress {
    position: fixed;
    top: 0;
    left: 0;
    height: 4px;
    width: 0;
    max-width: 100%;
    background: #008CC8;
    z-index: 90;
    -webkit-transition: .05s width;
    -o-transition: .05s width;
    transition: .05s width;
  }

