body {
    font-family: "Noto Sans", "Helvetica", "Arial", sans-serif;
}
span.edit-link {
    display: none;
}
a.navbar-brand.custom-logo-link img {
    max-width: 100px;
}
nav.navbar.navbar-expand-md.navbar-dark.bg-primary {
    padding: 0;
    position: fixed;
    width: 100%;
    z-index: 1;
    top:0;
}
button.navbar-toggler {
    display: none;
}
nav.navbar .container {
    background-image: url(https://d1h46iqc2qmkh4.cloudfront.net/wp-content/uploads/sites/170/2020/07/08042713/Bee-holding-hand.png);
    background-repeat: no-repeat;
    background-size: 80px;
    background-position: right;
    background-position-y: 32px;
        padding-left: 0;
}
@media(max-width:1025px){
nav.navbar .container {
    padding-left: 0;
}    
}
@media (min-width:1400px){
    .privacy_page {
    width: 100%;
    max-width:1240px !important;
}
#full-width-page-wrapper .container,
nav.navbar .container {
    max-width: 1240px;
}
}
@media (max-width: 767px){
    div#footer-full-content .ferring-logo {
    float: none;
    margin-right: 0px;
    }
    div#footer-full-content .footer_dat {
        text-align: center;
    }
    div#footer-full-content .footer_dat p {
        padding-top: 10px;
        text-align: center;
    }
}

@media (max-width: 400px){
    .privacy_page h1 strong {
    font-size: 25px !important;
}
nav.navbar .container {
    background-position-x: 95%;
}
}
/*.privacy_page {
    padding-top: 110px;
}*/
div#page-wrapper,
div#full-width-page-wrapper,
div#error-404-wrapper{
    padding-top: 130px;
}
div#full-width-page-wrapper{
    padding-bottom: 0;
}
.bg-primary {
    background-color: #A3CE53!important;
}
nav.navbar.navbar-expand-md.navbar-dark.bg-primary {
    padding: 0;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}


.privacy_page {
    /*width: 90%;
    max-width: 1240px;*/
    max-width:1080px;
    margin: 0 auto;
}
header.entry-header {
    display: none;
}
.privacy_page h1 strong{
    font-size: 32px;
    font-weight: 400;
    color: rgb(0, 0, 0);
    line-height: 32px;
    letter-spacing: -0.02em;
    margin-top: 24px;
    margin-bottom: 24px !important;
    text-transform:uppercase;
        display: block;
}

.privacy_page h3{
    font-size: 24px;
    font-weight: 400;
    color: rgb(0, 0, 0);
    line-height: 24px;
    letter-spacing: -0.02em;
    margin-top: 24px;
    margin-bottom: 24px;
}
.privacy_page h3 strong {
    font-weight: 400;
}
.privacy_page p {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0;
    margin-bottom: 0px;
    color:#5f5f5f;
}
.privacy_page ol li {
    padding-bottom: 0px;
    padding-top: 0px;
}

.privacy_page ul,.privacy_page ol {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0;
    color:#5f5f5f;
}
.privacy_page p a {
    color: #255EAA;
    text-decoration:none;
}
.privacy_page p strong {
    font-size: 24px;
    font-weight: 400;
    color: rgb(0, 0, 0);
    line-height: 24px;
    letter-spacing: -0.02em;
    margin-top: 24px;
    margin-bottom: 24px;
}
.ferring-logo {
    float: left;
    margin-right: 20px;
    width: 132px;
    height: 62px;
    background: url(https://d1h46iqc2qmkh4.cloudfront.net/wp-content/uploads/sites/170/2020/07/08053426/ferring_logo.png) -96px -111px;
}
.footer_dat p {
    font-size: 10px;
    margin: 0;
    line-height: 14px;
    text-align: justify;
    overflow: unset;
    color: #5f5f5f;
}
.footer_dat {
    max-width: 1024px;
    margin: 0 auto;
    overflow: hidden;
    padding: 0 20px;
    width: 90%;
}
div#wrapper-footer-full {
    background: #d5d2ca;
    padding:40px;
}
div#wrapper-footer {
    display: none;
}
.footer_dat a {
    color: #2DBECD;
    text-decoration: none;
}

.error-404.not-found h1.page-title {
    padding-top: 15%;
    text-align:center;
}
.error-404 form#searchform {
    display: none;
}
section.error-404.not-found .page-content p {
    display: none;
}
.error-404 .widget.widget_archive {
    display: none;
}
.error404 div#wrapper-footer-full {
    position: fixed;
    bottom: 0;
    width: 100%;
}