
/* #region reset */
h1, h2, h3, h4, h5, .section-title, .search-term, .category-label, .share-label {
    font-family: 'Roboto';
    font-weight: bold;
    color: #333333;
}
h1, h2, h3, h4, h5, h6 {
    line-height: 1;
}

h1, .section-title {
    font-size: 40px;
    line-height: 47px;
    margin: 0px;
    padding: 0px;
}

h5 {
    font-size: 18px;
    line-height: 20px;
}

.search-term, .category-label, .share-label {
    font-size: 32px;
    line-height: 38px;
    padding: 0px;
    margin-bottom: 3px;
    white-space: normal;
}

.category-label {
    color: #006940;
    text-transform: uppercase;
}

.post-thumbnail {
    margin: 0;
}

/* #endregion reset */

/* #region controls */
.green {
    color: #006940 !important;
}

.underline {
    text-decoration: underline;
}


/* #endregion controls */


.cta-btns-container .btn-demo {
    margin-right: 8px;
    margin-top: 0px;
}

.cta-btns-container .btn-guided-tour {
    margin-left: 8px;
}

/***
Footer
***/
.footer {
    background-color: #F2F5F8;
    color: #424242;
    font-size: 16px;
    border-top: solid 1px #D0D4D9;
    border-bottom: solid 1px #D0D4D9;
}

.footer-content {
    margin: 80px 0;
    display: flex;
    justify-content: space-between;
}

.footer-col {
    margin-right: 42px;
}

.footer h2 {
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 17px 0;
}

.footer ul {
    padding: 0;
    list-style: none;
}

.footer li {
    margin-bottom: 14px;
}

.footer a:not(.btn):not(.green),
.footer a:not(.btn):not(.green):link,
.footer a:not(.btn):not(.green):hover,
.footer a:not(.btn):not(.green):active,
.footer a:not(.btn):not(.green):visited {
    color: #424242 !important;
    white-space: nowrap;
    text-decoration: none;
}

.footer a:hover {
    text-decoration: underline;
}

.footer .solutions,
.footer .contact-newsletter {
    flex-basis: 0;
    flex-grow: 1;
}

.footer .resources {
    flex-basis: 0;
    flex-grow: 2;
}

.footer .resources-col1 {
    flex-basis: 0;
    flex-grow: 3;
}

.footer .resources-col2 {
    flex-basis: 0;
    flex-grow: 4;
}

.footer address {
    line-height: 1.7;
    white-space: nowrap;
}

.footer .social-icons {
    margin-bottom: 17px;
}

.footer-newsletter h2 {
    margin-bottom: 8px;
}

.footer-newsletter a.btn {
    font-weight: normal !important;
}

.footer-newsletter .form-control,
.footer-newsletter button {
    height: 40px;
}

/***
Copyright
***/
.copyright {
    min-height: 54px;
    background-color: #FFF;
    color: #4A4A4A;
    font-family: 'Roboto - Medium', sans-serif;
    font-weight: 600;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: solid 1px #D0D4D9;
}

    .copyright .row {
        display: flex;
        justify-content: center;
    }

    .copyright a:hover {
        color: inherit;
    }

/*subscribe*/
.form-subscribe .form-control:focus {
    border-color: #fff;
}


.form-subscribe .theme-btn, .form-subscribe .theme-btn:hover,
.search-box .theme-btn, .search-box .theme-btn:hover {
    border: none;
}

.dl-horizontal dt {
    white-space: normal;
}

.error {
    color: #e80c4d;
}

/* from bootstrap theme*/
.panel {
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    background-color: #ffffff;
    width: 100%;
    border-top: 1px solid #00000029;
    padding: 24px 8px 16px 8px;
    font-size: 16px;
    z-index: 1;
}

    .cookie-banner .btn-close {
        display: none;
        text-align: right;
        position: absolute;
        right: 32px;
        top: 16px;
        width: 18px;
        height: 18px;
    }

.cookie-banner .btn-close:before, .cookie-banner .btn-close:after {
    position: absolute;
    left: 15px;
    content: " ";
    height: 22px;
    width: 2.5px;
    background-color: #0d47a1;
}

.cookie-banner .btn-close:before {
    transform: rotate(45deg);
}

.cookie-banner .btn-close:after {
    transform: rotate(-45deg);
}

.cookie-banner .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1200px;
}

.cookie-banner .optout-message {
    max-width: 754px;
}

    .cookie-banner .optout-message h5 {
        font-size: 20px;
        font-weight: 700;
        color: #0d47a1;
        margin-bottom: 8px;
    }

    .cookie-banner .optout-message a {
        padding: 0px;
    }

    .cookie-banner .btn-link, .cookie-banner .button-container .btn-link {
        color: #0d47a1 !important;
        text-decoration: underline;
    }

.cookie-banner .button-container .btn-green,
.cookie-banner .button-container .btn-green:hover {
    color: #ffffff;
}

@media (max-width: 992px) {
    .footer-content {
        display: block;
    }
        .footer-content.row {
            margin-left: 0;
            margin-right: 0;
        }

    .footer .solutions,
    .footer .resources {
        margin-bottom: 36px;
    }

    .cookie-banner .container {
        flex-direction: column;
    }
        .cookie-banner .container div, .cookie-banner .container .btn, .cookie-banner .container header.navbar .navbar-toggler.collapsed .navbar-toggler-icon, header.navbar .navbar-toggler.collapsed .cookie-banner .container .navbar-toggler-icon {
            max-width: 900px;
            width: 100%;
        }

        .cookie-banner .container .btn, .cookie-banner .container header.navbar .navbar-toggler.collapsed .navbar-toggler-icon, header.navbar .navbar-toggler.collapsed .cookie-banner .container .navbar-toggler-icon {
            font-weight: 700;
        }
    .cookie-banner .btn-close {
        display: block;
    }
}

@media (max-width: 479px) {
    .footer .resources .d-flex {
        flex-direction: column;
    }

    .footer .resources-col1,
    .footer .resources-col2 {
        flex-basis: auto;
    }

    .footer address {
        white-space: pre-line;
    }

    .footer address br {
        display: none;
    }
}