﻿:root {
    --monnit-main: #0067ab;
    --monnit-second: #0469ad;
    --monnit-gray: #515356;
    --monnit-orange: #f89725;
    --monnit-success-green: #4cc90f;
    --monnit-warning-orange: #f5ad59;
    font-family: 'Inter', sans-serif;
}

@supports (font-variation-settings: normal) {
    :root {
        font-family: 'Inter var', sans-serif;
    }
}

.category-list {
    display: none;
}


#collection-14, #collection-28, #collection-1, #collection-31, #collection-19, #collection-120 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    width: 100%;
    height: 100%;
}

#docsSearch {
    display: flex;
    align-items: center;
    border-bottom: none;
    padding: 3rem 0;
    margin-bottom: 0;
    flex-wrap: wrap;
    justify-content: center;
    background: white;
    max-width: 1600px;
}


    #docsSearch h1 {
        font-size: 40px;
        font-weight: 400;
        text-align: center;
        margin-top: 0.4em;
        line-height: 1;
    }


.collection-category {
    width: 400px;
    height: 400px;
    border: solid 1px #ccc;
    border-radius: 15px;
    text-align: center;
    padding-top: 0.25rem;
    padding-left: 0;
}

    .collection-category:hover {
        cursor: pointer;
    }

.cardAnchor {
    display: flex;
    width: 300px;
    height: 300px;
}

    .cardAnchor:hover, .cardAnchor {
        text-decoration: none;
    }


.category:hover, .collection-category:hover {
    -webkit-animation: shadow-pop-br 0.3s cubic-bezier(0.470, 0.000, 0.745, 0.715) both;
    animation: shadow-pop-br 0.3s cubic-bezier(0.470, 0.000, 0.745, 0.715) both;
}

@-webkit-keyframes shadow-pop-br {
    0% {
        -webkit-box-shadow: 0 0 #0469ad, 0 0 #0469ad, 0 0 #0469ad, 0 0 #0469ad, 0 0 #0469ad, 0 0 #0469ad, 0 0 #0469ad, 0 0 #0469ad;
        box-shadow: 0 0 #0469ad, 0 0 #0469ad, 0 0 #0469ad, 0 0 #0469ad, 0 0 #0469ad, 0 0 #0469ad, 0 0 #0469ad, 0 0 #0469ad;
        -webkit-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0);
    }

    100% {
        -webkit-box-shadow: 1px 1px #0469ad, 2px 2px #0469ad, 3px 3px #0469ad, 4px 4px #0469ad, 5px 5px #0469ad, 6px 6px #0469ad, 7px 7px #0469ad, 8px 8px #0469ad;
        box-shadow: 1px 1px #0469ad, 2px 2px #0469ad, 3px 3px #0469ad, 4px 4px #0469ad, 5px 5px #0469ad, 6px 6px #0469ad, 7px 7px #0469ad, 8px 8px #0469ad;
        -webkit-transform: translateX(-8px) translateY(-8px);
        transform: translateX(-8px) translateY(-8px);
    }
}

@keyframes shadow-pop-br {
    0% {
        -webkit-box-shadow: 0 0 #0469ad, 0 0 #0469ad, 0 0 #0469ad, 0 0 #0469ad, 0 0 #0469ad, 0 0 #0469ad, 0 0 #0469ad, 0 0 #0469ad;
        box-shadow: 0 0 #0469ad, 0 0 #0469ad, 0 0 #0469ad, 0 0 #0469ad, 0 0 #0469ad, 0 0 #0469ad, 0 0 #0469ad, 0 0 #0469ad;
        -webkit-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0);
    }

    100% {
        -webkit-box-shadow: 1px 1px #0469ad, 2px 2px #0469ad, 3px 3px #0469ad, 4px 4px #0469ad, 5px 5px #0469ad, 6px 6px #0469ad, 7px 7px #0469ad, 8px 8px #0469ad;
        box-shadow: 1px 1px #0469ad, 2px 2px #0469ad, 3px 3px #0469ad, 4px 4px #0469ad, 5px 5px #0469ad, 6px 6px #0469ad, 7px 7px #0469ad, 8px 8px #0469ad;
        -webkit-transform: translateX(-8px) translateY(-8px);
        transform: translateX(-8px) translateY(-8px);
    }
}

/* Apply the reverse animation when the mouse leaves the element */
.collection-category:not(:hover) {
    animation: reverse-animation 0.3s cubic-bezier(0.470, 0.000, 0.745, 0.715) both;
}

/* Define the animation keyframes for reversing */

@-webkit-keyframes reverse-animation {
    0% {
        -webkit-box-shadow: 1px 1px #0469ad, 2px 2px #0469ad, 3px 3px #0469ad, 4px 4px #0469ad, 5px 5px #0469ad, 6px 6px #0469ad, 7px 7px #0469ad, 8px 8px #0469ad;
        box-shadow: 1px 1px #0469ad, 2px 2px #0469ad, 3px 3px #0469ad, 4px 4px #0469ad, 5px 5px #0469ad, 6px 6px #0469ad, 7px 7px #0469ad, 8px 8px #0469ad;
        -webkit-transform: translateX(-8px) translateY(-8px);
        transform: translateX(-8px) translateY(-8px);
    }

    100% {
        -webkit-box-shadow: 0 0 #0469ad, 0 0 #0469ad, 0 0 #0469ad, 0 0 #0469ad, 0 0 #0469ad, 0 0 #0469ad, 0 0 #0469ad, 0 0 #0469ad;
        box-shadow: 0 0 #0469ad, 0 0 #0469ad, 0 0 #0469ad, 0 0 #0469ad, 0 0 #0469ad, 0 0 #0469ad, 0 0 #0469ad, 0 0 #0469ad;
        -webkit-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0);
    }
}

@keyframes reverse-animation {
    0% {
        -webkit-box-shadow: 1px 1px #0469ad, 2px 2px #0469ad, 3px 3px #0469ad, 4px 4px #0469ad, 5px 5px #0469ad, 6px 6px #0469ad, 7px 7px #0469ad, 8px 8px #0469ad;
        box-shadow: 1px 1px #0469ad, 2px 2px #0469ad, 3px 3px #0469ad, 4px 4px #0469ad, 5px 5px #0469ad, 6px 6px #0469ad, 7px 7px #0469ad, 8px 8px #0469ad;
        -webkit-transform: translateX(-8px) translateY(-8px);
        transform: translateX(-8px) translateY(-8px);
    }

    100% {
        -webkit-box-shadow: 0 0 #0469ad, 0 0 #0469ad, 0 0 #0469ad, 0 0 #0469ad, 0 0 #0469ad, 0 0 #0469ad, 0 0 #0469ad, 0 0 #0469ad;
        box-shadow: 0 0 #0469ad, 0 0 #0469ad, 0 0 #0469ad, 0 0 #0469ad, 0 0 #0469ad, 0 0 #0469ad, 0 0 #0469ad, 0 0 #0469ad;
        -webkit-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0);
    }
}

/**
 * ----------------------------------------
 * animation shadow-pop-br
 * ----------------------------------------
 */

.collection-category h2 a {
    color: #0469ad;
    font-weight: 600;
    font-size: 2.25rem;
}


    .collection-category h2 a:hover {
        text-decoration: none !important;
        border-bottom: none !important;
    }


.category p,
.category h1,
.category h2,
.category h3,
.category h4,
.category h5,
.category h6 {
    margin: 0
}

    .category p:first-child {
        display: none;
    }

.article-count {
    margin: 0 !important;
}

h2 {
    font-size: 30px;
}

#searchBar button {
    background: var(--monnit-main);
    border: var(--monnit-main);
}

#flex-wrapper {
    display: flex;
    flex-direction: column;
}

input:focus, input[type=text]:focus {
    border: var(--monnit-main);
}


.ash-img-wrapper {
    max-width: 100%;
    height: auto;
    padding: 1rem 2rem
}

    .ash-img-wrapper img {
        height: auto;
        border-radius: 15px;
        box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    }


.responsive-image-container {
    max-width: 550px;
    height: auto;
    padding: 1rem 2rem
}

.hide {
    display: none;
}

#content-wrapper {
    padding: 2rem;
    padding-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    gap: 60px;
    -webkit-animation: tracking-in-expand-fwd 0.8s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
    animation: tracking-in-expand-fwd 0.8s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
    max-width: 1600px;
}

.navbar .brand {
    padding-left: 2rem;
}

.container-fluid {
    max-width: initial;
}

#contentArea {
    display: none;
}

footer p {
    text-align: center;
}

.copy-write-footer {
    display: flex;
    color: grey;
    height: 50px;
    align-items: center;
    justify-content: center;
}

.navBarCarrotStyle {
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 46%;
    border-top: 0;
    border-bottom: 5px solid #F0F0F0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
}

.navbar .navbar-inner {
    max-width: 1860px;
}

.category-header {
    height: 175px;
    background-position: center center;
    color: white;
    font-size: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 1900px;
}

#sidebar {
    padding-left: 2rem;
}

    #sidebar h3 {
        text-transform: initial;
        font-size: 30px;
        margin-bottom: 8px;
        font-weight: 500;
    }


.contentWrapper {
    background: #fff;
    color: #222;
    min-height: 460px;
    border: none;
    padding: 0;
}


    .contentWrapper h1 {
        font-size: 36px;
        margin-bottom: 2.5rem;
        line-height: 1.2em;
    }

.contact-section {
    display: flex;
    justify-content: center;
    max-width: 1900px;
}

.contact-card {
    background: #F8F8F8;
    height: 225px;
    width: 450px;
    border-radius: 15px;
    box-shadow: 2px 2px 6px rgb(0 0 0 / 35%);
}

.innerCardWrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%
}

.card-title {
    font-size: 1.5rem;
    line-height: 1;
}

.card-text {
    font-size: 1rem;
    color: #555;
}

.icon-wrapper-for-card {
    display: flex;
    justify-content: space-evenly;
    width: 100%;
    padding-top: 0.5rem;
}

.phone-box {
    background: var(--monnit-main);
    width: 75px;
    height: 75px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #555;
    box-shadow: 2px 2px 6px rgb(0 0 0 / 35%);
}

.email-box {
    background: var(--monnit-main);
    width: 75px;
    height: 75px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #555;
    box-shadow: 2px 2px 6px rgb(0 0 0 / 35%);
}

#phoneNumber {
    display: none;
    font-size: 1rem;
    background: var(--monnit-main);
    margin: 1rem;
    padding: 0.75rem;
    color: white;
    border-radius: 50px;
    box-shadow: 2px 2px 6px rgb(0 0 0 / 35%);
    border: 1px solid #555;
}

.animate-on {
    -webkit-animation: scale-in-ver-center 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: scale-in-ver-center 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
    .animate-away {
        -webkit-animation: reverse-scale-in-ver-center 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
        animation: reverse-scale-in-ver-center 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    }


#main-content {
    background: initial;
    display: flex;
    justify-content: center;
}


.fade-in-ab {
    -webkit-animation: tracking-in-expand-fwd 0.8s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
    animation: tracking-in-expand-fwd 0.8s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
}

#fullArticle .printArticle {
     position:unset;
}

.related {
    border-top: 1px solid #E9E5E5;
    box-shadow: 2px 2px 6px rgb(0 0 0 / 35%);
}

.articleRatings {
    box-shadow: 2px 2px 6px rgb(0 0 0 / 35%);
}

p {
    max-width:100%;
}

em {
    display:flex;
}

table, a, em {
    overflow-wrap: anywhere;
}

[class^=icon-], [class*=" icon-"], .featherlight-close-icon {
    line-height: 2;
}
    /**
 * ----------------------------------------
 * animation scale-in-ver-center
 * ----------------------------------------
 */
    @-webkit-keyframes scale-in-ver-center {
        0% {
            -webkit-transform: scaleY(0);
            transform: scaleY(0);
            opacity: 1;
        }

        100% {
            -webkit-transform: scaleY(1);
            transform: scaleY(1);
            opacity: 1;
        }
    }

    @keyframes scale-in-ver-center {
        0% {
            -webkit-transform: scaleY(0);
            transform: scaleY(0);
            opacity: 1;
        }

        100% {
            -webkit-transform: scaleY(1);
            transform: scaleY(1);
            opacity: 1;
        }
    }


    @-webkit-keyframes reverse-scale-in-ver-center {
        0% {
            -webkit-transform: scaleY(1);
            transform: scaleY(1);
            opacity: 1;
        }

        100% {
            -webkit-transform: scaleY(0);
            transform: scaleY(0);
            opacity: 0;
            display: none;
        }
    }

    @keyframes reverse-scale-in-ver-center {
        0% {
            -webkit-transform: scaleY(1);
            transform: scaleY(1);
            opacity: 1;
        }

        100% {
            -webkit-transform: scaleY(0);
            transform: scaleY(0);
            opacity: 0;
            display: none;
        }
    }
    /**
 * ----------------------------------------
 * animation tracking-in-expand-fwd
 * ----------------------------------------
 */
    @-webkit-keyframes tracking-in-expand-fwd {
        0% {
            letter-spacing: -0.5em;
            -webkit-transform: translateZ(-700px);
            transform: translateZ(-700px);
            opacity: 0;
        }

        40% {
            opacity: 0.6;
        }

        100% {
            -webkit-transform: translateZ(0);
            transform: translateZ(0);
            opacity: 1;
        }
    }

    @keyframes tracking-in-expand-fwd {
        0% {
            letter-spacing: -0.5em;
            -webkit-transform: translateZ(-700px);
            transform: translateZ(-700px);
            opacity: 0;
        }

        40% {
            opacity: 0.6;
        }

        100% {
            -webkit-transform: translateZ(0);
            transform: translateZ(0);
            opacity: 1;
        }
    }





    @media (min-width: 765px) and (max-width: 1050px) {
        .navbar .nav {
            position: unset;
            display: flex;
            width: 100%;
            justify-content: space-evenly;
        }

        .header-logo-wrapper {
            display: flex;
            justify-content: center;
        }

        .navbar .brand {
            padding-left: 0;
        }
    }


    @media (max-width: 768px) {
        body {
            padding: 0;
        }

        #sidebar {
            padding: 2rem;
        }

        .navbar {
            margin: 0;
        }

        #main-content {
            padding: 2rem;
            width: 100%;
            margin: initial;
        }

        .row-fluid {
            width: 100%;
        }

        #docsSearch {
            margin: auto;
        }

        .contact-card {
            margin: 1rem;
        }

        .contentWrapper {
            min-height: 260px;
        }

        #content-wrapper {
            padding: 0
        }

        .navbar .btn-navbar {
            right: -6px;
        }

        #fullArticle .title {
            margin: 0;
        }
    }

    @media (min-width: 800px) {
        .ash-img-wrapper {
            max-width: 700px
        }
    }
