body {
    font-family: "DM Sans", sans-serif;
    font-weight: 500;
    font-size: 18px;
    color: #000;
    overflow-x: hidden;
}

@media (max-width: 1200px) {
    body {
        font-size: 16px;
    }
}

.wrapper {
    padding: 30px 0;
}

ol,
ul {
    margin: 0;
    padding: 0;
}

li:focus,
li:focus-within {
    outline: none !important;
    box-shadow: none !important;
    outline-style: none !important;
    border-color: transparent !important;
    -webkit-touch-callout: none !important;
    -webkit-user-select: none !important;
    -khtml-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
}

.clr {
    clear: both;
}

img {
    max-width: 100%;
    width: 100%;
    height: auto;
}

a,
a:visited {
    color: #fb4b06;
    text-decoration: none;
    transition: color 0.5s;
}

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

button.sdp,
.button.sdp,
a.button.sdp {
    position: relative;
    display: inline-block !important;
    margin: 10px 10px 30px 0 !important;
    padding: 5px 15px !important;
    text-align: center !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    text-transform: lowercase !important;
    color: #eee !important;
    text-decoration: none !important;
    background: #fb4b06;
    border: 2px solid #fff !important;
    border-radius: 10px !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0.75rem;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: italic;
    text-transform: uppercase;
}

@media (min-width: 1200px) {
    h1 {
        font-size: 3.5rem;
    }

    h2 {
        font-size: 2.5rem;
    }
}

h2 {
    margin-bottom: 1rem;
}

b,
strong {
    font-weight: 700;
}

em {
    font-style: italic;
}

pre {
    margin: 0;
    overflow: hidden;
}


/* ////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////// */


img.logo {
    display: block;
    margin: 10px auto 0 auto;
    max-width: 52px;
}


/* ////////////////////////////////////////////////////////////////// */
/* /////////////////////////// HOME ///////////////////////////////// */


.audit_overview_item a.button.sdp {
    display: block !important;
    margin: 0 auto !important;
}


/* ////////////////////////////////////////////////////////////////// */
/* //////////////////////// SINGLE AUDIT //////////////////////////// */


.arrow {
    position: absolute;
    top: 12px;
    z-index: 9001;
}

.arrow.prev {
    left: 20px;
}

.arrow.next {
    right: 20px;
}

.arrow button {
    margin: 0 !important;
    padding: 0 10px 2px 10px !important;
    font-size: 45px !important;
    line-height: 40px;
    color: #fb4b06 !important;
    background: none !important;
    border: 3px solid #fb4b06 !important;
    border-radius: 100% !important;
}

#audit_parts_buttons form {
    display: inline-block;
    margin: 0 0 10px 10px;
}

#audit_parts_buttons form button {
    margin: 0 !important;
    padding: 2px 10px !important;
}

.notice,
#message.updated {
    text-align: center;
    color: #0f88f9;
    background: #eee;
}

.footer_close_wrapper {
    position: fixed;
    left: 30px;
    bottom: 30px;
}

.footer_close_wrapper a.button.sdp {
    margin: 0 !important;
}

.footer_link_wrapper {
    position: fixed;
    right: 30px;
    bottom: 30px;
}

.footer_link_wrapper a.button.sdp,
.footer_link_wrapper button.sdp {
    margin: 0 !important;
}


/* ////////////////////////////////////////////////////////////////// */
/* /////////////////////// SINGLE REPORT //////////////////////////// */


.acf-field-66cc14b0c37de {
    padding: 0 !important;
    height: 1px;
    overflow: hidden;
    opacity: 0;
}

.acf-field-wysiwyg iframe {
    min-height: 480px;
}


/* ////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////// */

