﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

#page {
    max-width: 1920px;
    margin: auto;
    padding-bottom: 0;
}

#img-container {
    text-align: center;
    color: white;
    background: url(/images/article_banner1.svg) left / cover no-repeat;
    padding: 7rem 2rem 1rem;
}

#navbar.article-nav {
    background: url(/images/article_navbar_banner_2023.svg) left / cover no-repeat;
}

main.article-main {
    padding-top: 4rem;
}

nav {
    background-color: transparent;
}

#subscribe-btn {
    background-color: #ffffff;
    border-color: #ffffff !important;
    color: #2f6bb3;
    width: 6.75rem;
    font-size: .875rem;
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

    a.navbar-brand > img {
        width: 14rem;
    }


/* Provide sufficient contrast against white background */
#faq-links {
    color: #3D7FFC;
}

/* a {
    color: #017DFB;
} */

a:hover, a:active, a:focus {
    outline: none !important;
}

button::-moz-focus-inner {
    border: 0 !important;
}

.btn-primary {
    color: #fff;
    background-color: #3D7FFC;
    border-color: #3D7FFC;
}

#btn-brochure {
    color: #fff !important;
    background-color: #3D7FFC;
    border-color: #3D7FFC;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.white-links > a {
    color: #fff;
}

.articleItemText {
    color: #212529;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    /*margin-bottom: 60px;*/
}



body {
    color: #566982;
}

main > .d-flex {
    background-color: white;
}

main > div.d-flex:first-of-type {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem
}


main > div.d-flex:last-of-type {
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
}

main section h1:first-of-type {
    margin: 2rem 0;
}


section h1 {
    font-size: 3rem;
    font-family: 'Montserrat',sans-serif;
}

.strapline-text h1 {
    font-size: 3rem;
    font-weight: 300;
    font-family: 'Montserrat',sans-serif;
}

.strapline-text p {
    font-size: 1.2rem;
    font-weight: 300;
    margin: 1rem auto;
}


.strapline-text.article h1 {
    font-size: 1.7rem;
    font-weight: 500;
    line-height: normal;
    margin-top: 3rem;
    margin-bottom: 1rem;
}

.strapline-text.article p {
    font-size: 0.8rem;
    font-weight: 400;
    color: #a7a5a5;
}

/* 4 inline cards */
.tiles .card-overlay {
    /* position: absolute;
    top: 45%;*/
}

.tiles {
    /*margin-top: 2.5rem;*/
}

    /* .card {
    background-color: #f6f9fc;
} */

    .tiles .card-background {
        background-color: transparent;
    }

    .tiles .card-border {
        border-radius: 3%;
        border: none;
        box-shadow: 0 2px 12px #e1edff, 0 4px 10px rgb(82 99 115 / 15%);
    }


    .tiles .card-img {
        display: block;
        max-width: 30%;
        height: auto;
    }


    .tiles .card-title {
        font-size: 1.3rem;
        font-family: 'Montserrat', sans-serif;
    }

    .tiles .card-body > p {
        color: #566982;
        font-size: 1rem;
        font-weight: 300;
    }

    .tiles .card-body > button {
        background-color: #3D7FFC;
        border-color: #3D7FFC;
        color: white;
    }



.img-computer {
    max-width: 75%;
}

#trial {
    background-color: #f6f9fc;
}

    #trial ul {
        list-style-type: none;
        padding-left: 0;
        margin: 3rem auto;
        width: 80%;
    }

        #trial ul li {
            position: relative;
            padding-left: 3.5rem;
            margin: 1rem 0;
            font-size: 1.4rem;
        }



#trial-items {
    padding-top: 2rem;
}

    #trial-items ul li::before {
        content: '';
        width: 2rem;
        height: 2rem;
        position: absolute;
        background-image: url(../images/tick.svg);
        background-size: cover;
        background-position: center;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
    }

.bg-white {
    background-color: #f6f9fc !important;
}

#email-box {
    border-radius: 3rem;
    font-style: italic;
}

#start-trial-btn {
    background-color: #3D7FFC;
    border-color: #3D7FFC;
    width: 6.75rem;
}

#about {
    background-color: #ffffff;
    color: #526373;
}

    #about .w-100 {
        width: 20% !important;
        margin-top: 1rem;
    }

    #about .card {
        border: none;
        background-color: #ffffff;
        text-align: left;
    }

        #about .card .card-body {
            padding-top: .5rem;
        }

        #about .card .card-img-top {
            width: 4.5rem;
        }

#about-titles {
    color: #526373;
}



#about .card .card-body .card-text {
    font-weight: 300;
}

#about .card .card-body card-title {
    color: rgb(48,59,69);
}

.col-7 > h5 {
    font-family: 'Roboto', sans-serif;
    color: #00ABFA;
}

.col-7 > ul {
    font-size: 1.2rem;
    font-family: 'Source Sans Pro', sans-serif;
}

#info-email {
    color: #68b1fd;
}

#power-sentence {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
    font-size: 1.8rem !important;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 300;
}

#word-highlight {
    background: #566983;
    color: #ffffff;
    font-weight: normal;
    padding: 0 10px;
}

.why-background {
    background-color: #f6f9fc;
}

#why {
    margin-top: 4rem;
}

#team {
    background-color: #F6F9FC;
}

#faq {
    background-color: #F6F9FC;
}


    #faq .card, #faq .card-header {
        background-color: #fff;
        border: none;
        padding: 0;
        border-radius: 1rem;
    }

    #faq .btn-link {
        width: 100%;
        height: 5.5rem;
        color: #566982;
    }

        #faq .btn-link:after {
            content: '\2212';
            width: 2.5rem;
            font-size: 2.2rem;
            text-align: center;
            border-radius: 5px;
            right: .6rem;
            top: 1rem;
            position: absolute;
            color: #3D7FFC;
        }

        #faq .btn-link.collapsed:after {
            content: '\002B';
        }

        #faq .btn-link:before {
            content: '';
            height: 1.25rem;
            width: 1.25rem;
            position: absolute;
            background: #fff;
            z-index: 1;
            transform: rotate(45deg);
            left: 2rem;
            top: 4.8rem;
        }

        #faq .btn-link.collapsed:before {
            content: '';
            display: none;
        }

    #faq .card-header h5 {
        margin: 1.5rem 0 0 1rem;
        font-size: 1.25rem;
        font-weight: 400;
    }

    #faq .post-accordian h5, #about .about-text-post-list h5 {
        font-size: 1.5rem;
        font-weight: 400;
    }



    #faq .card-body {
        background-color: #3D7FFC;
        color: #fff;
    }


#contact .field-validation-error, #email .field-validation-error {
    font-size: 0.875rem;
}

.form-control {
    border-color: #eaeaea;
}

#email-box {
    width: 95%;
}

.recaptchaInput {
    visibility: hidden;
    width: 0;
    height: 0;
}

footer {
    position: relative;
    line-height: 1.5;
}

#footer {
    border: none;
    color: #566982;
    background-color: whitesmoke;
    position: fixed;
    bottom: 0;
    z-index: 100;
}

    #footer .nav a.nav-link {
        color: #566982;
        font-size: .75rem;
    }

#copyright {
    font-size: .75rem;
}

#social ul li img {
    width: 4rem;
}

/* sticky navigation */

.navbar {
    overflow: hidden;
}


/* The sticky class is added to the navbar with JS when it reaches its scroll position */
.sticky {
    position: fixed;
    top: 0;
    max-width: 1920px;
    width: 100%;
    z-index: 100;
    background: transparent;
    transition: 500ms ease;
}

    .sticky.solid-colour {
        background-color: #2f6bb3;
        background-image: url(images/swirl_logo_only.svg);
        background-repeat: no-repeat;
        background-position: top left;
        background-size: 21.9rem;
    }

/* Add some top padding to the page content to prevent sudden quick movement (as the navigation bar gets a new position at the top of the page (position:fixed and top:0) */
/*.sticky + .content {
        padding-top: 60px;
    }*/

.alert {
    margin-bottom: 0;
}

.alert-danger {
    background-color: #ED5B7B;
    border-color: #ED5B7B;
    color: #fff;
}

.alert-success {
    background-color: #805CF5;
    border-color: #805CF5;
    color: #fff;
}


.alert-warning {
    background-color: #EE7A40;
    border-color: #EE7A40;
    color: #fff;
}

/* Cookie accept popup */
.button-fixed {
    bottom: 1rem;
    position: fixed;
    right: .1rem;
    border-radius: 4px;
    font-family: 'Roboto', sans-serif;
}

.bg-custom {
    background-color: #2e3083;
    border: solid 1px #fff;
    border-radius: 5px;
}

.btn-bg {
    color: #fff;
    background-color: #805CF5;
}

.fa {
    cursor: pointer;
}

/*  main page search box  */

.search {
    position: relative;
    margin-top: 3rem;
    margin-bottom: 1rem;
}

    .search .fa-magnifying-glass, .search .fa-xmark {
        position: absolute;
        top: 12px;
        left: 9px;
        font-size: 15px;
    }

    .search .fa-solid, .search .fass {
        font-weight: 500;
    }

.searchResultsRelatedInfo {
    cursor: pointer;
}

.company-search-result .search-result-count {
    font-size: 1.1rem;
    color: #66849b !important;
    min-width: 1.5rem;
}

.search-box {
    margin-bottom: 2%;
}

.company-search-result {
    border: 1px solid #c0ccda;
    border-radius: 5px;
    display: flex;
    flex-wrap: wrap;
    background-color: white;
    font-weight: 300;
}

#searchInput {
    padding-left: 2.5rem;
    width: 60%;
    font-size: .9rem;
    border-radius: 30px;
    -moz-border-radius: 30px;
}
    /* hide bootstrap input focus */

    #searchInput:focus {
        background-color: #fff;
        border-color: #eaeaea;
        outline: 0;
        box-shadow: none;
    }


    #searchInput::placeholder {
        color: #a7a5a5;
    }

    #searchInput::-moz-placeholder {
        color: #a7a5a5;
    }

    #searchInput:-ms-input-placeholder {
        color: #a7a5a5;
    }

    #searchInput:-moz-placeholder {
        color: #a7a5a5;
    }

/*  search results modal  */

#searchResultsModal .form-control-search {
    width: 100%;
    margin: auto;
    box-shadow: 0 2px 8px 1px rgba(64,60,67,.24);
    border-color: rgba(223,225,229,0);
    border-radius: 3rem;
    margin-bottom: -2.5rem;
    height: 3.5rem;
    z-index: 1;
}

#searchResultsModal .modal-content {
    background-color: #F5F7F9;
    border: none;
}

#searchResultsModal .modal-body {
    padding: 1.5rem 1rem 1rem;
    background-color: inherit
}

    #searchResultsModal .modal-body .search-result-header {
        /*    width: 80%;
        margin: auto;*/
    }

        #searchResultsModal .modal-body .search-result-header h6 {
            font-weight: 400;
        }

    #searchResultsModal .modal-body .search-result-item-header {
        font-weight:400;
        color: #389BD8;
    }

searchResultsModal button.close {
    position: absolute;
    top: 1rem;
    right: 1rem;
}


th.table-element {
    width: 11rem;
    font-weight: 300;
    color: #343a40;
    font-size: 12px;
}

td.table-element {
    font-size: 12px;
    color: #5d7d95;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }

    #img-container {
        min-height: 14rem;
    }

    .strapline-text p {
        font-size: 1rem;
    }

    .strapline-text.article h1 {
        font-size: 1.8rem;
    }
}


.btn-analytics {
    /*   background-color: #3637FA !important;
    border: solid 1px #3637FA !important;
    border-radius: 4px !important;*/

    background-color: #f4f4fc !important;
    border: solid 1px #f4f4fc !important;
    color: #18293a !important;
    border-radius: 4px !important;
    font-size: 0.8rem;
}

    .btn-analytics:hover {
        cursor: pointer;
        background-color: #18293a !important;
        border: solid 1px #f4f4fc !important;
        color: #f4f4fc !important;
    }