/*
Theme Name: Immuta
Theme URI: http://www.vividmotion.co
Author: Immuta
Author URI: http://www.vividmotion.co
Description:  Immuta
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags:
Text Domain: Immuta
*/
/*************************************************************
 Author     : Vivid Motion @ http://vividmotion.co/
 *************************************************************/


.blog-article-layout .body .content var{
    color: #eaff00;
    font-style: normal;
}
.resources-article-layout .body .content ol li a,
.resources-article-layout .body .content ul li a,
.resources-article-layout .body .content p a,
.events-article-layout .body .content h3 a,
.events-article-layout .body .content p a,
.events-article-layout .body .content ol li a,
.events-article-layout .body .content ul li a,
.guides-article-layout .body .content h3 a,
.guides-article-layout .body .content p a,
.guides-article-layout .body .content ol li a,
.guides-article-layout .body .content ul li a,
.blog-article-layout .body .content p a,
.blog-article-layout .body .content ol li a,
.blog-article-layout .body .content ul li a {
    text-decoration: underline;
    /*font-weight: bolder;*/
    color: #000;
}
.case-study-layout .body .text-format ul{
    color: rgba(0, 0, 0, .7);
    font-size: 18px;
    list-style: disc;
    margin-bottom: 24px;
    margin-top: 24px;
    padding-left: 1.5em;
    line-height: 1.2;
}
.case-study-layout .body .text-format ol {
    color: rgba(0, 0, 0, .7);
    font-size: 18px;
    list-style: number;
    margin-bottom: 24px;
    margin-top: 24px;
    padding-left: 1.5em;
    line-height: 1.2;
}
.blog-article-layout .body .content ol{
    color: rgba(0, 0, 0, .7);
    font-size: inherit;
    list-style: number;
    margin-bottom: 24px;
    margin-top: 24px;
    padding-left: 1.5em;
    line-height: 1.2;
}
.blog-article-layout .body .content pre code strong{
    color: #fff;
}
.case-study-layout .body .text-format ul li + li,
.case-study-layout .body .text-format ol li + li,
.blog-article-layout .body .content ol li + li{
    margin-top: 1em;
}
.blog-article-layout .body .content b {
    color: #000;
}

.blog-article-layout .body .content .img-caption {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: -20px;
    font-weight: bolder;
    font-size: 16px;
    color: #000;
}
.blog-article-layout .body .content .call-to-action p.paragraph{
    margin-top: 16px;
}
.case-study-layout .body .text-format .wistia-player,
.guides-article-layout .body .content .wistia-player {
    margin-bottom: 48px;
    margin-top: 48px;
}
.guides-article-layout .body .content .author {
    margin-bottom: 48px;
    align-items: center;
    display: flex;
    gap: 10px;
    color: rgba(0, 0, 0, .7);
    font-size: 15px;
    line-height: 1.2;
}
.guides-article-layout .body .content .author .photo{
    border-radius: 50%;
    height: 24px;
    overflow: clip;
    position: relative;
    width: 24px;
}
.guides-article-layout .body .content .author .photo img{
    display: block;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}
.guides-article-layout .body .content .author .info .name {
    color: #000;
    font-weight: 700;
}

.case-study-section .boxed-quote .media .image-container img{
    filter: grayscale(100%);
}

.case-study-layout .body .text-format> * + .video,
.case-study-layout .body .text-format>*+img {
    margin-top: 48px;
}
.case-study-layout .body .text-format>.video{
    display: block;
    margin-bottom: 48px;
    max-width: 100%;
}
.case-study-layout .body .text-format>img {
    display: block;
    margin-bottom: 48px;
    max-width: 100%;
}

.case-study-layout .body .text-format .video:before {
    content: "";
    display: block;
    padding-bottom: 56.25%;
}
.case-study-layout .body .text-format .video iframe{
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%;
    min-width: 100%;

}
.news-article-layout .body .content i{font-style: italic;}

.news-article-layout .body .content p img{width: 100%;}


.events-article-layout .body .content .share-article {
    color: rgba(0, 0, 0, .7);
    display: flex;
    flex-flow: column nowrap;
    gap: 16px;
    /*margin-top: 20px;*/
}

.events-article-layout .body .content>.share-article+*{
    margin-top: 24px;
}

.events-article-layout .body .content .share-article .share-article-ul {
    display: flex;
    flex-flow: row wrap;
    gap: 16px;
}
.events-article-layout .body .content .share-article .share-article-ul  .share-article-link {
    display: inline-flex;
    height: 20px;
    width: 20px;
}

.events-article-layout .body .content .share-article .share-article-ul .share-article-link svg {
    height: 100%;
    width: 100%;
    opacity: .7;
}

.events-article-layout .body .content .share-article h6{
    font-family: Space Grotesk, sans-serif;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: .06em;
    line-height: 1.15;
    position: relative;
    text-transform: uppercase;
}
@media (min-width: 1024px) {
    .events-article-layout .body .content .share-article {
        align-items: center;
        flex-flow: row wrap;
        gap: 16px;
    }
    .events-article-layout .body .content .share-article h6 {
        font-size: 20px;
    }
}
.events-article-layout .sidebar p + iframe {
    margin-top: 24px;
}
.value-blurb .content p.partner-paragraph{
    color: rgba(0, 0, 0, .7);
    margin-top: 24px;
}

.events-article-layout .body .content>ul,
.resources-article-layout .body .content>ul{
    list-style: none !important;
    padding-left: 0 !important;
}
.events-article-layout .body .content>ul li,
.resources-article-layout .body .content>ul li{
    padding-left: 36px;
    position: relative;
}
.events-article-layout .body .content>ul li:before,
.resources-article-layout .body .content>ul li:before {
    margin-top: -.05em;
    background: #eaff00 url("../immuta/img/icons/checkmark.svg") no-repeat 50% / contain;
    border-radius: 50%;
    content: "";
    height: 24px;
    left: 0;
    position: absolute;
    top: 0;
    width: 24px;
}

.value-blurb .list{
    color: rgba(0, 0, 0, .7);
    margin-top: 24px;
    list-style: none;
    line-height: 1.2;
    font-size: 18px;
    text-align: left;
    padding-left: 0;
}

.value-blurb .list li{
    padding-left: 32px;
    position: relative;
}
.value-blurb .list li + li{
    margin-top: 24px;
}
.value-blurb .list li:before{
    background: transparent url("../immuta/img/icons/checkmark-bold.svg") no-repeat 50% / contain;
    border: 1.5px solid;
    height: 20px;
    margin-top: -.05em;
    width: 20px;
    border-radius: 50%;
    content: "";
    left: 0;
    position: absolute;
    top: 0;
}

.guides-category-landing-layout .sidebar .categories-list-link.active,
.blog-landing-layout .sidebar .categories-list-link.active{
    color: #000;
    font-weight: 700;
}

.navbar-nav .nav-item>.nav-link{
    cursor: pointer;
}
.resources-article-layout .body .content>img{width: 100%;}

.resources-article-layout .body .content>p  iframe{
    min-width: 100%;
    width: 100%;
}
.legal-article-layout .body .content table thead{border:0;}
.legal-article-layout .body .content table tbody td{
    border-bottom: 0;
    border-left: 0;
}
.legal-article-layout .body .content table thead th{
    border-top: 0;
    border-left: 0;
}
.legal-article-layout .body .content table tbody tr:not(:last-child) td{
    border-left: 0;
}
.collapsible-item .collapsible-inner .btn{
    margin-top: 16px;
}

.action.load-more-action{
    margin-top: 60px;
    width: 100%;
    text-align: center;
}

.customer-stories-grid-js .case-study-card .logo-container .logo{
    height: 38px;
    display: flex;
    align-items: center;
}
.getting-started-section .form-container{
    background: #f0f1f2;
    padding: 36px;
    height: min-content;
}
.getting-started-section .form-container .paragraph,
.getting-started-section .form-container .title{
    margin-bottom: 24px;
}

.section-solutions .feature-card .buttons a{
    width: 276px;
}
.solutions{
    position: relative;
    z-index: 1;
}

.pb-0 {padding-bottom:0;}

.news-landing-layout .sidebar .categories-list-link.active,
.events-landing-layout .sidebar .categories-list-link.active{
    font-weight: 700;
    color: rgba(0, 0, 0, 1);
}

.featured-event.featured-partner-event{
    border-left: none;
}

.campaign-page .check-list{margin-top: 60px;}

.btn-link.btn-link-signal .btn-text:before{background: rgba(0, 0, 0, .2);}
.btn-link.btn-link-primary .btn-text:before{background: rgba(255, 255, 255, .2);}
.stats-description.text-white-70{color: hsla(0, 0%, 100%, .7) !important;}


/* Added by CBL 01/31/23 - Osano Edits*/

/* Update font for text */
.osano-cm-content__message {
    font-family: Manrope, sans-serif;
    line-height: 1.6;
}

/* Add top shdow line, same style as our site top nav */
.osano-cm-dialog {
    box-shadow: 0 -1px 0 rgba(19, 21, 30, 0.1);
}

/* When the screen is above the max width of content (1440px) increase the padding beyond the max-width of the Osano container. This sets a max-width on the content while keeping a full width container with background and shadow*/
@media screen and (min-width: 1440px) {
    .osano-cm-dialog {
        box-sizing: content-box;
        max-width: 1440px;
        padding: 24px calc(((100vw - 1440px)/2) + 40px);
    }

    /* based on the padding formula above, align the x button to the top right corner of the container's max width */
    .osano-cm-dialog__close, .osano-cm-close, .osano-cm-close:hover, .osano-cm-close:hover {
        right: calc(((100vw - 1440px)/2) + 20px);
    }
}

/* Increase weight of Osano x close button. Disable the default hover transnition */
.osano-cm-dialog__close, .osano-cm-close, .osano-cm-close:hover, .osano-cm-close:hover {
    stroke-width: 2px;
    transform: initial;
}

/* Disable the default hover transnition */
.osano-cm-dialog__close:focus {
    background-color: initial;
    border-color: initial;
}

/* Decrease size of the x close button */
.osano-cm-dialog__close svg {
    height: 15px;
    width: 15px;
    align: inherit;
}

/* Update button styles to match Immuta Request A Demo Button */
.osano-cm-buttons__button {
    font-family: Manrope, sans-serif;
    text-transform: uppercase;
    font-size: 13px;
    padding: 15px 5px;
    border-radius: 6px;
    font-weight: 700;
    text-align: center;
}

/* Update button width for screens greater than mobile, which is a column Osano layout */
@media screen and (min-width: 768px) {
    .pt-160{margin-top:160px;}
    .osano-cm-dialog--type_bar .osano-cm-dialog__buttons {
        max-width: 190px;
        min-width: 190px;
    }

    /* Decrease padding on the manage button, which helps decrease the height of the Osano container. On mobile this is not necessary */
    .osano-cm-manage, .osano-cm-manage:hover {
        padding: 5px 0px;
    }
}

/* Update Manage Preferences button to match text link style */
.osano-cm-manage, .osano-cm-manage:hover {
    background: #fff;
    color: #1e151e;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 16px;
    text-decoration: underline;
}


/* Update accept button and disable hover state by applying the same styles to the hover*/
.osano-cm-accept-all, .osano-cm-accept-all:hover {
    background: #13151e;
    border: 1px solid #13151e;
}


/* Update deny button and disable hover state by applying the same styles to the hover*/
.osano-cm-denyAll, .osano-cm-denyAll:hover {
    color: #13151e;
    background: #fff;
    border: 1px solid #13151e;
}

.osano-cm-close:focus{
    stroke: #13151e;
    border: none;
}
.osano-cm-widget { display: none; }

.blog-article-hero .author  + .author{
    margin-left: 12px;
}

.swiper-small-quotes .swiper-slide .carousel-quote .logo { height: 30px;}
.swiper-small-quotes .swiper-slide .carousel-quote .logo img { width: 100%; height: 100%;}

/* Algolia search page */

#search-page .blog-article-hero #algolia-search-box input{
    border-bottom: 1px solid #000;
    font-size: 24px;
    font-weight: 400;
}

.ais-Hits-item article{
    display: flex;
    align-items: center;
}
.suggestion-post-content.ais-hits--content-snippet {
    display: -webkit-box;
    -webkit-line-clamp: 2;  /* Show 2 lines of text */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 3em;  /* Fallback for browsers that don't support line-clamp */
}
.ais-hits--content h2{
    font-family: Space Grotesk, sans-serif;
    font-size: 21px;
    font-weight: 500;
    letter-spacing: -.03em;
    line-height: 1.15;
    text-transform: none;
}
.ais-hits--thumbnail{
    width: 148px;
    height: 148px;
}
.ais-hits--thumbnail img{
    width: 100%;
    height: 100%;
}
#search-page .blog-article-hero #algolia-powered-by{opacity: 0;}
#search-page {padding-top: 120px;}
.algolia-autocomplete {
    top: 265px !important;
    height: 400px !important;
    /*overflow-x: hidden;*/
    /*overflow-y: scroll;*/
    overflow: scroll;
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    width: 100% !important;
    left: 50% !important;
    transform: translate(-50%, 0);
}
.algolia-autocomplete .aa-dropdown-menu{
    padding-left: var(--globalGutter);
    padding-right: var(--globalGutter);
}
body.g-search-is-open{
    overflow: hidden;
}
@media (max-width: 767px) {
    .algolia-autocomplete {
        top: 180px !important;
        max-width: 100%;
    }
}
@media (max-width: 900px) {
    .ais-Hits-item article {
        flex-direction: column;
        align-items: start;
        gap: 10px;
    }
}

.algolia-autocomplete .suggestion-link{
    display: flex !important;
    flex-direction: row !important;
    gap: 12px !important;
    align-items: center !important;
    padding: 4px 0 !important;
    width: 100% !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    /*text-overflow: ellipsis !important;*/
}

.algolia-autocomplete .autocomplete-header{
    margin: 0 !important;
}
.algolia-autocomplete .autocomplete-header .autocomplete-header-title{
    /*display: block !important;*/
    font-family: Space Grotesk, sans-serif !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 1.6 !important;
    padding: 24px 0 12px !important;
    /*position: relative !important;*/
    text-transform: uppercase !important;
}

.algolia-autocomplete .suggestion-link .suggestion-post-attributes span.suggestion-post-title,
.algolia-autocomplete .suggestion-link .suggestion-post-title{
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 1.4 !important;
    position: relative !important;
    width: 100% !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    display: block !important;
}

.algolia-autocomplete .suggestion-link .suggestion-post-thumbnail{
    width: 48px;
    height: 48px;
    border-radius: 0;
}
.algolia-autocomplete .aa-suggestions{width: 100% !important;}
.algolia-autocomplete .aa-suggestions .aa-suggestion{width: 100% !important;}
.algolia-autocomplete .aa-suggestions .aa-suggestion .suggestion-link{width: 100% !important;}

.algolia-autocomplete .autocomplete-footer{display: none;}

