@font-face {
    font-family: "Winchester";
    src: url("/bulkit/fonts/Winchester New ITC Std Bold.eot");
    src: url("/bulkit/fonts/Winchester New ITC Std Bold.woff") format("woff"),
        url("/bulkit/fonts/Winchester New ITC Std Bold.otf") format("opentype"),
        url("/bulkit/fonts/Winchester New ITC Std Bold.svg") format("svg");
}

.tree-highlights .tree-node.matched > .tree-content {
    background: #e7eef7;
}

.logo-text {
    font-size: 30px;
    color: white;
}

.logo-text:hover {
}

.logo-text-static {
    font-size: 30px;
    color: #0053a2;
}

.logo-text-static:hover {
    color: #0053a2 !important;
}

.navbar-wrapper.is-transparent .navbar-item.is-slide:after,
.navbar-wrapper.is-transparent .navbar-link.is-slide:after {
    background: #0053a2 !important;
}

#backtotop {
    left: 20px;
    right: unset;
}

footer.colored-footer .footer-footer .footer-block {
    width: auto;
}

.stuck {
    top: 4.6rem !important;
}

.scroll-nav-wrapper .tabs,
.scroll-nav-wrapper {
    background: #0053a2;
}

.scroll-nav-wrapper {
    height: 70px;
    line-height: 70px;
    margin-top: 0px;
}

.scroll-nav-wrapper.stuck {
    padding-top: 10px;
}

.help-search-wrapper {
    position: relative;
    width: 100%;
}

.help-search-wrapper input {
    width: 100%;
    padding: 20px 32px 21px 59px;
    border: 1px solid #dbdbdb;
}

.help-search-wrapper input::placeholder {
    color: #888;
    font-weight: 500;
}

.help-search-wrapper input:focus {
    background: #fff;
    color: #444f60;
}

.help-search-wrapper i {
    font-size: 2rem;
    color: #999;
    position: absolute !important;
    top: 18px;
    left: 18px;
}

.switch[type="checkbox"] {
    outline: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: none;
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
}

.switch[type="checkbox"] + label {
    position: relative;
    display: initial;
    font-size: 1.2rem;
    line-height: initial;
    padding-left: 4.1rem;
    color: white;
    cursor: pointer;
}

.switch[type="checkbox"].is-success:checked + label::before {
    background: #0053a2;
}
.switch[type="checkbox"]:checked + label::before {
    background: #878787;
}
.switch[type="checkbox"] + label::before {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 3.6rem;
    height: 1.8rem;
    border: 0.1rem solid transparent;
    border-radius: 100px;
    background: #dbdbdb;
    content: "";
}

.switch[type="checkbox"]:checked + label::after {
    left: 1.925rem;
}
.switch[type="checkbox"] + label::after {
    display: block;
    position: absolute;
    top: 0.25rem;
    left: 0.25rem;
    width: 1.3rem;
    height: 1.3rem;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    border-radius: 100px;
    background: #fff;
    transition: all 0.25s ease-out;
    content: "";
}

#bg-container.research-bg {
    background: #d8dadc;
}

.research-bg {
    background: #f3f5f7;
}

footer {
    width: 100%;
    position: absolute;
    bottom: 0px;
    height: 72px;
}

.footer-interview {
    height: 99px !important;
}

.main {
    padding-bottom: 72px;
}

.main-interview {
    padding-bottom: 199px;
}

.page-container {
    position: relative;
    min-height: 100vh;
}

.modal.is-active .modal-background {
    background: transparent;
    background-color: rgba(29, 37, 44, 0.65);
}

.modal-text {
    user-select: text !important;
    white-space: normal !important;
}

.modal-text p {
    font-size: 1.2rem;
}

.dataTable th {
    background-color: #0053a2;
    color: white !important;
}

.docs-counter {
    display: inline-block;
    background-color: #e9ecef;
    border-radius: 4px;
    padding: 15px;
}

.counter {
    font-weight: bold;
}

.dark-blue-bg {
    background: #0062dd;
}

.dataTables_info {
    font-weight: bold;
    color: white;
    font-size: 1.1rem;
    padding-top: 4px;
}

.dataTables_length select {
    font-size: 1rem !important;
}

.dataTables_paginate .pagination-link {
    color: white !important;
}

.horizontal {
    display: flex;
    flex-direction: row;

    overflow: hidden;
}

.left-doc {
    flex: 0 0 auto;
    padding: 10px;
    width: 50%;
    min-height: 200px;
    min-width: 10px;
    max-width: 98%;
    background: white;
    color: black;
}

.splitter {
    flex: 0 0 auto;
    width: 17px;
    background: #f3f5f7;
    min-height: 200px;
    cursor: col-resize;
    box-shadow: 0 0 5px #333;
    margin-left: 5px;
    margin-right: 5px;
}

.splitter span {
    font-size: 17px;
    margin-top: 120px;
    display: block;
    text-align: center;
}

.right-doc {
    flex: 1 1 auto;
    padding: 10px;
    width: 100%;
    min-height: 200px;
    min-width: 10px;
    background: white;
    color: black;
}

.sidebar-document {
    position: fixed;
    height: 100%;
    right: 0px;
    width: 100px;
    top: 0px;
    z-index: 0;
}

.sidebar-links {
    position: relative;
    display: flex;
    flex-direction: column;
}

.sidebar-item {
    width: 50px;
    text-align: center;
    font-size: 2rem;
    padding: 10px;
    background-color: white;
    margin: 0 auto;
    margin-bottom: 20px;
    cursor: pointer;
    color: black;
}

.field .control.required i {
    top: 14px !important;
}

.select select:active,
.select select:focus {
    border-color: #0053a2;
}
.StripeElement {
    box-sizing: border-box;

    height: 40px;

    padding: 10px 12px;

    border: 1px solid #b5b5b5;
    border-radius: 4px;
    background-color: white;

    box-shadow: 0 1px 3px 0 #e6ebf1;
    -webkit-transition: box-shadow 150ms ease;
    transition: box-shadow 150ms ease;
}

.StripeElement--focus {
    box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
    border-color: #fa755a;
}

.StripeElement--webkit-autofill {
    background-color: #fefde5 !important;
}

.content table th {
    color: white;
}

.tree-node.disabled > .tree-content > .tree-anchor {
    opacity: 1 !important;
}

.multi-toggle-wrapper .mt-item .mt-item-content p {
    color: #343434 !important;
}

iframe {
    width: 100% !important;
    height: 100% !important;
}

iframe#demo-vid {
    width: 640px !important;
    height: 360px !important;
    padding-top: 30px;
}

.toggler {
    width: 50px;
    text-align: center;
    font-size: 1.5rem;
    padding: 5px;
    background-color: white;
    margin: 0 auto;
    cursor: pointer;
    color: black;
}

.toggler-mini {
    width: 50px;
    text-align: center;
    font-size: 1.5rem;
    padding: 5px;

    margin: 0 auto;
    cursor: pointer;
    color: white;
}

.documents-text {
    font-size: 18px;
    padding-bottom: 100px;
}

.multi-toggle-wrapper .mt-item {
    border: 3px solid #ededed;
}

.mt-item-enf {
    border: 3px solid black !important;
}

.modal-content .content ul {
    margin-left: 0px !important;
}

.link-disabled {
    pointer-events: none;
    cursor: default;
}

#DataTables_Table_0_wrapper {
}

.expand-btn {
    margin-right: 30px;
    margin-top: 10px;
    position: absolute;
    right: 0px;
    padding: 11px 20px !important;
}

.tree-node.disabled > .tree-content > .tree-checkbox {
    background: #dadada !important;
}

.acronym {
    text-decoration: underline;
    text-decoration-style: dashed;
    cursor: pointer;
    color: inherit !important;
}

.ggtooltip {
    line-height: normal;
}

.tree-node.disabled > .tree-content > .tree-anchor {
    color: inherit !important;
}

.navigation-tabs.simple-tabs .tabs ul li.is-active a {
    border-bottom: 2px solid #0062dd;
}

.navigation-tabs.simple-tabs .tabs ul li:hover a {
    border-bottom-color: #0062dd;
}

.navigation-tabs.simple-tabs .tabs ul li.is-active a .icon i {
    color: #0062dd;
}

.navigation-tabs.simple-tabs .tabs ul li a {
    font-size: 21px;
}

.navigation-tabs,
.navtab-content {
    height: 100%;
}

.ggtooltip .ggtooltip-inner {
    max-width: none;
}

.navigation-tabs .navtab-content {
    min-height: 700px;
}

.documents-text {
    padding-left: 15px;
    padding-right: 15px;
    min-height: 1100px;
}

body {
    font-family: "Cambria";
}

.is-large-title {
    font-size: 5em;
}

.is-bold-title {
    font-weight: 600;
}

.winchester-logo {
    font-family: "Winchester";
}

.hero.login-hero,
.hero.signup-hero {
    height: 100%;
}

.footer {
    height: auto;
    z-index: 3;
}

.disabled-node {
    background: #dadada !important;
    pointer-events: none;
}

.tree-anchor .disabled-custom ~ .tree-checkbox {
    background: yellow !important;
}

.client-id-input {
    display: flex;
    justify-content: center;
    width: 100%;
}

.wall {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(
        0deg,
        rgba(240, 237, 228, 1) 78%,
        rgba(240, 237, 228, 0.8127626050420168) 100%
    );
    z-index: 100;
    padding: 10px;
    text-align: center;
}

.paywalled-gradient {
    -webkit-mask-image: linear-gradient(to bottom, black 30%, transparent 100%);
    mask-image: linear-gradient(to bottom, black 30%, transparent 100%);
    min-height: 400px !important;
}

.research-system
    .multi-toggle-wrapper
    .mt-item
    .mt-item-input:checked
    ~ .mt-item-content {
    max-height: 100%;
}

.research-system
    .multi-toggle-wrapper
    .mt-item
    .mt-item-input:checked
    ~ #contentMenuPad.mt-item-content {
    padding-top: 5px;
    padding-bottom: 5px;
}

#research-text-field.select {
    font-size: 1em;
}

.exclude-text {
    position: relative;
    display: inline-block;
    font-size: 0.9em !important;
    vertical-align: bottom;
    padding-top: 5px;
}

.multi-toggle-wrapper .mt-item #contentMenuPad.mt-item-content {
    transition: padding 0.45s;
}

.static-pages p,
.static-pages h4,
.static-pages li {
    font-size: 1.25em;
}

.static-pages h1 {
    font-size: 1.5em;
}

.static-pages-menu .navbar-item:hover {
    color: #0053a2 !important;
}

.is-blue {
    background-color: #0053a2;
}

.home .homemenu-navbar .navbar-item {
    color: white;
}

.navbar-wrapper .homemenu-navbar .navbar-item.is-slide:after,
.navbar-wrapper .homemenu-navbar .navbar-link.is-slide:after {
    background: white !important;
}

.is-size-max {
    font-size: 12rem;
}

#fc_frame,
#fc_frame.fc-widget-normal {
    bottom: 75px !important;
}

.homemenu-navbar.is-active .navbar-item {
    color: #0053a2;
}

a.welcome-button {
    background-color: #0062dd !important;
    min-height: 100px;
    min-width: 450px;
}

a.welcome-button:hover {
    background-color: #ffffff !important;
}

.flex-card {
    overflow: hidden;
    border-radius: 10px;
}

@media screen and (min-width: 1000px) {
    .welcome-column {
        display: flex;
        justify-content: center !important;
        align-items: center;
        flex-basis: 960px;
    }

    .vl {
        border-left: 2px solid white;
        height: 220px;
        margin: 15px;
        align-items: center;
    }
}

@media screen and (max-width: 1000px) {
    .welcome-column {
        justify-content: center !important;
        align-items: center;
    }
}

@media (max-width: 1023px) {
    .navbar .navbar-menu .navbar-link,
    .navbar .navbar-menu .navbar-item,
    .navbar .navbar-menu .navbar-dropdown {
        width: 100%;
        text-align: center;
    }
}

@media screen and (max-width: 1023px) {
    .navbar-wrapper .custom-burger {
        display: flex !important;
        margin-right: 26px;
    }
    .navbar .navbar-item.is-button .button {
        margin-left: 0px;
    }

    .navbar .container.is-fluid {
        z-index: 100;
    }

    .research-system .fluid-fix .columns {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .container.is-fluid.fluid-fix {
        margin-left: 32px;
        margin-right: 32px;
        max-width: none;
    }
}

@media screen and (max-width: 1024px) {
    .is-size-max {
        font-size: 8rem;
    }

    .home-btn {
        font-size: 1.2rem !important;
    }

    .about-button {
        padding: 20px;
    }
    .winchester-logo {
        padding-left: 22px;
    }

    .home-content.container {
        margin-top: 100px;
    }
}

@media screen and (max-width: 1300px) {
    .navbar-item.is-button.is-centered-tablet {
        padding: 0;
    }
}

@media screen and (max-width: 800px) {
    .home-btn {
        font-size: 1.2rem !important;
        white-space: normal !important;
        padding: 30px;
    }

    .is-size-max {
        font-size: 6rem;
    }
}

@media screen and (max-width: 870px) {
    #is-static.mobile-menu {
        opacity: 0.95 !important;
    }

    .button.secondary-btn.mobile-menu-btn {
        width: 50% !important;
    }
}

@media screen and (max-width: 870px) {
    .expand-btn {
        top: 35px;
        right: auto;
        left: 13px;
    }

    .multi-toggle-wrapper .mt-item .mt-item-label {
        height: 80px;
    }

    .mt-item-enf {
        margin-bottom: 60px !important;
    }
}

@media screen and (max-width: 650px) {
    .expand-btn {
        top: 75px;
    }

    .multi-toggle-wrapper .mt-item .mt-item-label {
        height: 120px;
    }

    #scrollnav a {
        width: 100%;
    }

    .research-system .button.button-cta {
        padding: 11px 20px !important;
    }
    .scroll-nav-wrapper {
        height: 150px;
        line-height: 50px;
    }

    #scrollnav .ml-10 {
        margin: 0;
    }
}

@media screen and (max-height: 900px) {
    .home-content.container {
        margin-top: 10px;
    }
}

@media screen and (max-width: 900px) and (max-height: 600px) {
    .home-content.container {
        margin-top: 0px !important;
    }

    .navbar-item {
        font-size: 1.4em;
    }

    .welcome-button {
        min-width: 360px !important;
        max-width: 360px !important;
        max-height: 60px !important;
        min-height: 60px !important;
        padding: 10px !important;
    }
    .column {
        padding: 0.4rem !important;
    }

    .home-btn {
        padding: 10px !important;
    }

    h1.winchester-logo {
        font-size: 3em !important;
    }

    footer {
        max-height: 45px !important;
        position: fixed !important;
        font-size: 0.8em !important;
        background: #0053a2;
    }

    .footer-block {
        padding: 1px !important;
    }

    .footer-inner {
        flex-direction: row !important;
    }

    footer.colored-footer .footer-footer {
        padding: 0px !important;
    }
}

@media screen and (max-width: 525px) {
    .home-btn {
        font-size: 1.1rem !important;
        white-space: normal !important;
        padding: 20px;
    }

    .is-size-max {
        font-size: 4rem;
    }

    .welcome-button {
        min-width: 350px !important;
        max-width: 350px !important;
        max-height: 80px !important;
        min-height: 80px !important;
    }

    .home-content.container {
        margin-top: 10px;
    }

    .footer-footer {
        padding: 10px !important;
    }

    .navbar-item {
        font-size: 1.4em;
    }
}

@media screen and (max-width: 400px) {
    /* #printable {
        margin-bottom: 110px !important;
    } */

    .home-btn {
        font-size: 0.9rem !important;
        white-space: normal !important;
        padding: 20px;
    }

    .is-size-max {
        font-size: 3rem;
    }
    .welcome-button {
        min-width: 300px !important;
        max-width: 300px !important;
        max-height: 50px !important;
        min-height: 50px !important;
    }

    .footer-footer {
        padding: 10px !important;
        padding-bottom: 0px !important;
    }

    .navbar-item {
        font-size: 1.2em;
    }
}

@media screen and (max-width: 1350px) {
    .sticky-wrapper .button-cta {
        margin-top: 5px;
        padding: 11px 20px !important;
    }

    .docs-counter {
        padding: 10px;
    }

    #doc-title-text.is-size-4 {
        font-size: 1rem !important;
    }
}

@media screen and (max-width: 1210px) {
    .sticky-wrapper .toolbar .button-cta {
        width: 50%;
    }

    .register-screen .container {
        width: 100%;
    }

    .docs-counter {
        padding: 10px;
    }

    .horizontal .tabs ul {
        flex-direction: column;
    }

    .horizontal .tabs ul li {
        width: 100%;
    }

    .horizontal .tabs ul li a {
        justify-content: left;
    }
}

@media screen and (max-width: 1000px) {
    .sticky-wrapper .toolbar .button-cta {
        margin: 0;
        margin-top: 10px;
        width: 100%;
    }

    .docs-counter {
        width: 100%;
    }

    .question-title {
        margin-top: 0px !important;
    }
}

@media screen and (max-width: 800px) {
    .interview-system .question {
        font-size: 15px;
    }

    #printable {
        margin-bottom: 80px;
    }

    .sticky-wrapper .toolbar .button-cta {
        margin: 0;
        margin-top: 10px;
        width: 100%;
    }

    .document-top {
        flex-direction: column;
    }

    .docs-counter {
        width: 100%;
    }
}

.main-blue-bg {
    background-color: #0053a2;
}

div.dataTables_wrapper div.dataTables_length select {
    width: 80px !important;
}

.interview-system
    .multi-toggle-wrapper
    .mt-item
    .mt-item-input:checked
    ~ .mt-item-content {
    max-height: 100% !important;
}

@media (min-width: 1024px) and (max-width: 1220px) {
    #signup-btn-double,
    #signup-btn {
        margin-left: 0px !important;
        padding: 11px 20px !important;
    }

    /* .navbar-item{
        font-size:0.9em;
    } */

    .logo-text-static {
        font-size: 1.2em;
    }
}

@media (min-width: 650px) and (max-width: 850px) {
    .scroll-nav-wrapper {
        height: 100px;
        line-height: 100px;
    }

    .guide {
        top: 50px;
        left: unset;
    }

    #title-search-button {
        top: 50px;
        left: unset;
    }
}

@media (max-width: 800px) {
    .wall p {
        font-size: 2.3rem !important;
    }
}

@media (max-width: 650px) {
    .filtersearch {
        margin-top: 250px !important;
        padding-left: 15px !important;
    }

    .scroll-nav-wrapper {
        height: 250px;
    }

    #title-user-button.guide {
        top: 155px;
        left: 0px;
        width: 100%;
        padding: 11px 20px !important;
    }

    #title-search-button {
        top: 200px;
        left: 0px;
        width: 100%;
    }

    .sticky-wrapper .button-cta {
        margin-top: 0px;
    }
}

@media (max-width: 415px) and (max-height: 800px) {
    .home-content {
        margin-top: 0px !important;
    }

    #login-modal.card-body {
        padding: 0px !important;
    }
    /* .welcome {
        bottom: -100px;
    } */
}

@media (max-width: 375px) and (max-height: 800px) {
    .home-btn {
        padding: 30px !important;
    }

    #login-modal.card-body {
        padding: 0px !important;
    }

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

@media (max-width: 375px) and (min-height: 800px) {
    .home-btn {
        padding: 30px !important;
    }

    #login-modal.card-body {
        padding: 0px !important;
    }
}

@media (min-width: 840px) and (max-width: 1300px) {
    .docs-counter {
        width: auto;
    }

    #DataTables_Table_0_wrapper .columns {
        flex-wrap: wrap;
    }

    .dataTables_length {
        text-align: left;
    }

    #DataTables_Table_0_wrapper .columns .column:nth-child(1) {
        flex: 0 0 25%;
    }

    #DataTables_Table_0_wrapper .columns .column:nth-child(2) {
        text-align: right;
        flex: 0 0 75%;
    }

    #DataTables_Table_0_wrapper .columns .column:nth-child(3) {
        flex: 0 0 50%;
    }

    #DataTables_Table_0_wrapper .columns .column:nth-child(4) {
        flex: 0 0 50%;
    }
}

.question .tooltip {
    cursor: pointer;
    position: relative;
    bottom: 5px;
}

.answer .tooltip {
    cursor: pointer;
    position: relative;
    bottom: 5px;
}

.modal-list {
    color: black;
}

#DataTables_Table_0 p {
    color: black !important;
}

.has-error {
    color: red;
}

.has-error input {
    border-color: red;
}

.has-error i {
    top: 14px;
    position: absolute;
    right: 10px;
}

.mt-item i {
    cursor: pointer;
    position: relative;
    /* bottom: 5px; */
}

i.fa.fa-question-circle {
    bottom: 4px;
}

i.fa.fa-exclamation-circle {
    bottom: 4px;
}

.visible {
    overflow: visible !important;
}

.unvisible {
    overflow: hidden !important;
}

.custom-hover a {
    border-bottom: 2px solid #0053a2;
    border-radius: 0px !important;
    color: black;
}

.custom-hover a:hover {
    background-color: #0053a2;
    border-bottom: 2px solid #0053a2;
    color: white;
}

.custom-comments a {
    border-bottom: 2px solid #c1c7c9 !important;
    border-radius: 0px !important;
    color: black;
}

.custom-comments a:hover {
    background-color: #0053a2;
    border-bottom: 2px solid #0053a2 !important;
    color: white;
}

.custom-hover a:hover span {
    color: white !important;
}

.disable-custom-hover:hover {
    color: black !important;
    background-color: white !important;
}

.disable-custom-hover {
    border-bottom: none !important;
}

.research-main-btn {
    color: black !important;
    background-color: white !important;
}

.is-loading {
    background: transparent !important;
}

.tooltipster-sidetip .tooltipster-content {
    line-height: 25px !important;
}

.documents-text {
    color: black !important;
}

.purchase-access {
    font-family: Cambria;
    background: none;
    border: none;
    padding: 0 !important;
    cursor: pointer;
    border-bottom: 2px solid #0053a2;
    border-radius: 0px !important;
    color: black;
}

.purchase-access:hover {
    background-color: #0053a2;
    color: white;
}

.stripe-error-border {
    border-color: red;
}

#doc-size-buttons {
    display: block;
}

#title-search-button {
    position: absolute;
    left: 0;
    border-color: #0062dd !important;
    padding: 16px !important;
    border-width: 2px;
    color: white;
    background-color: #0062dd;
    min-width: 135px;
}

#title-search-button:hover {
    color: black;
    border-width: 2px;
    background-color: white;
    border-color: white !important;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#title-user-button.guide {
    position: absolute;
    right: 0;
    border-color: #0062dd !important;
    padding: 16px !important;
    border-width: 2px;
    color: white;
    background-color: #0062dd;
    min-width: 135px;
}

#title-user-button.guide:hover {
    color: black;
    border-width: 2px;
    background-color: white;
    border-color: white !important;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.guide:active {
    color: white;
}

a.expand-btn:hover {
    color: #000 !important;
    background-color: #ffffff;
}

a#interview-research-btn {
    padding: 16px;
}

.navbar-wrapper .navbar-item:hover a,
.navbar-wrapper .navbar-item.has-dropdown:hover a {
    background: #0053a2;
}

div.filtersearch {
    display: inline-flex;
    margin-top: 67px;
    padding-top: 10px;
    padding-left: 60px;
    padding-bottom: 10px;
    font-size: 1em;
    font-weight: bold;
    width: 100%;
    background: #dadada;
    position: fixed !important;
    z-index: 90 !important;
    top: 4.6rem !important;
}

#scrollnav.scroll-nav-wrapper.stuck {
    z-index: 90 !important;
}

.filtersearch p {
    padding-top: 6px;
    padding-right: 5px;
}

::placeholder {
    opacity: 0.8 !important;
    color: #6d6b6b;
}

.filter-field {
    padding-bottom: 2px;
    font-size: 1rem;
    height: 2.2em;
    border-radius: 3px;
    outline: none;
    border: 1px solid #6d6b6b;
    color: #6d6b6b;
}

input.filter-field {
    width: 300px;
}

input.filter-field:focus {
    outline: none;
    border: 0px;
}

i#filterbox.fa-info-circle {
    font-size: 15px;
    padding-right: 5px;
}

#doc-result.table-container {
    overflow-x: hidden;
}

/* Welcome Page Redesign */

h1.welcome-heading {
    margin-bottom: 0px;
    color: inherit !important;
}

h4.welcome-sub {
    letter-spacing: 6px !important;
    word-spacing: 10px !important;
    margin-top: 0px !important;
    color: inherit !important;
    max-width: none !important;
}

.welcome-bg {
    background-color: #f4f5f7 !important;
    color: #0053a2 !important;
}

nav.navbar-welcome {
    background-color: #0053a2 !important;
    z-index: 30 !important;
}

/* Welcome Page Cards */

/* body.cardit {
    margin: 0;
    padding: 0;
    min-height: 100vh;
    background: #d9dadc;
    display: flex;
    justify-content: center;
    align-items: center;
} */

.welcome-container {
    width: 900px;
    position: relative;
    display: flex;
    justify-content: space-around;
}

footer.welcome-footer {
    background: #0053a2;
    padding: 0;
    position: fixed;
    left: 0;
    bottom: 0;
}

.welcome-container .welcome-card {
    position: relative;
}

.welcome-container .welcome-card .face {
    width: 300px;
    height: 200px;
    transition: 0.5s;
}

.welcome-container .welcome-card .face.face1 {
    position: relative;
    background: #0053a2;
    color: #fff;
    display: flex;
    justify-content: center;
    border-radius: 10px;
    /* border-top-left-radius: 10px;
    border-top-right-radius: 10px; */
    align-items: center;
    z-index: 1;
    transform: translateY(100px);
}

.welcome-container .welcome-card:hover .face.face1 {
    transform: translateY(0);
}

.welcome-container .welcome-card .face.face2 {
    position: relative;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom-left-radius: 11px;
    border-bottom-right-radius: 11px;
    padding: 20px;
    box-sizing: border-box;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.8);
    transform: translateY(-85px);
    font-size: 1.4rem;
    text-align: center;
    font-weight: bold;
}

.welcome-container .welcome-card:hover .face.face2 {
    transform: translateY(-30px);
}

.welcome-container .welcome-card .face.face2 .welcome-content p {
    margin: 0;
    padding: 0;
}

.welcome-container .welcome-card .face.face1 .welcome-content img {
    max-width: 80px;
    margin-top: 10px;
    margin-bottom: 0px;
}

.welcome-container .welcome-card:hover .face.face1 .welcome-content img {
    opacity: 1;
}

.welcome-container .welcome-card .face.face1 .welcome-content {
    opacity: 0.6;
    transition: 0.5s;
    text-align: center;
    /* margin: 10px 0 0; */
}

.welcome-container .welcome-card:hover .face.face1 .welcome-content {
    opacity: 1;
}

.welcome-container .welcome-card .face.face1 .welcome-content h3 {
    margin-top: 0px !important;
    font-size: 1.2rem;
    margin-bottom: 15px;
    font-weight: bold;
}

.welcome-container .welcome-card:hover .face.face1 .welcome-content h3 {
    padding: 0;
    color: #fff !important;
    text-align: center;
    /* font-size: 1.2em; */
}

a.cardlink,
a.cardlink:hover {
    color: inherit;
    text-decoration: none;
}

a.aboutcard {
    color: #0053a2;
    width: 250px;
    height: 60px;
    margin: 10px;
    padding: 15px;
    background: #f4f5f7;
    border-radius: 15px;
    box-shadow: -6px -6px 20px rgba(255, 255, 255, 1),
        6px 6px 20px rgba(0, 0, 0, 0.1);
    font-size: 1.4rem;
    font-weight: bold;
    text-align: center;
    display: none;
}

a.aboutcard:hover {
    box-shadow: inset -6px -6px 10px rgba(255, 255, 255, 0.5),
        inset 6px 6px 20px rgba(0, 0, 0, 0.05);
}

#welcome-bar.navbar-item {
    padding-right: 20px;
}

@media (max-width: 1023px) {
    #welcome-bar.navbar-item {
        padding-right: 10px;
    }
}

@media (min-height: 690px) {
    .welcome-heading {
        margin-top: 20px !important;
    }
}

@media (min-width: 700px) and (max-width: 1537px) {
    .is-size-max {
        font-size: 9rem !important;
    }
    h4.welcome-sub {
        letter-spacing: 6px !important;
        word-spacing: 10px !important;
        margin-top: 0px !important;
        font-size: 1.2rem !important;
    }

    .welcome-container {
        width: 700px;
    }

    .welcome-container .welcome-card .face {
        width: 225px;
        height: 150px;
        transition: 0.5s;
    }

    .welcome-container .welcome-card .face.face1 {
        transform: translateY(75px);
    }

    .welcome-container .welcome-card:hover .face.face1 {
        transform: translateY(0);
    }

    .welcome-container .welcome-card .face.face2 {
        padding: 20px;
        box-shadow: 0 20px 50px rgba(0, 0, 0, 0.8);
        transform: translateY(-60px);
        font-size: 1.1rem;
    }

    .welcome-container .welcome-card:hover .face.face2 {
        transform: translateY(-25px);
    }

    .welcome-container .welcome-card .face.face1 .welcome-content img {
        max-width: 50px;
        margin-top: 10px;
        margin-bottom: 0px;
    }

    .welcome-container .welcome-card .face.face2 {
        box-shadow: 0 15px 25px rgba(0, 0, 0, 0.6);
    }
}

@media (max-width: 1000px) {
    .welcome-heading {
        margin-top: 20px !important;
    }

    .is-size-max {
        font-size: 7rem !important;
    }
}

@media (max-width: 835px) {
    .is-size-max {
        font-size: 3.2rem !important;
    }
}

@media screen and (max-width: 835px) {
    input.filter-field {
        width: 200px !important;
    }
    div.filtersearch {
        margin-top: 100px;
    }
    .welcome-heading {
        margin-top: 40px !important;
        font-size: 4.5rem;
    }

    h4.welcome-sub {
        letter-spacing: 6px !important;
        word-spacing: 10px !important;
        margin-top: 0px !important;
        font-size: 1rem !important;
    }
    .welcome-container {
        width: 100% !important;
        height: 1400px !important;
        justify-content: flex-start;
        overflow-y: hidden;
        flex-direction: column;
        align-items: center;
    }

    .hero.is-fullheight {
        min-height: 160vh;
        /* 160 is the good height */
    }

    #welcome-bar.navbar-item {
        padding-right: 10px !important;
    }

    .welcome-container .welcome-card .face.face2 {
        box-shadow: 0 15px 15px rgba(0, 0, 0, 0.4);
    }

    .welcome-container .welcome-card .face.face1 {
        transform: translateY(0);
    }

    .welcome-container .welcome-card .face.face1 .welcome-content {
        opacity: 1 !important;
    }

    .welcome-container .welcome-card .face.face1 .welcome-content h3 {
        font-size: 1.4rem !important;
    }

    .welcome-container .welcome-card .face.face2 {
        transform: translateY(-25px);
        margin-bottom: 20px !important;
    }

    a.aboutcard,
    a.aboutcard:hover {
        color: inherit;
        text-decoration: none;
        display: initial;
    }

    /* This will display the about buttons */
}

.welcome-nav-logo {
    color: #fff !important;
}

.navbar-wrapper .navbar-brand .welcome-nav-logo img {
    height: 40px !important;
    max-height: 3rem !important;
}

.navbar-wrapper .navbar-brand .overruled-nav-logo img {
    height: 40px !important;
    max-height: 3rem !important;
}

/* .logo-text-static {
        color: #ffffff !important;
    } */

@media only screen and (min-width: 768px) and (max-width: 1088px) {
}
div.custom-burger {
    display: none !important;
    /* removes dropdown when not needed from mobile devices */
}

.navbar.navbar-wrapper.is-cloned.results-menu {
    display: none !important;
}

i.fa.fa-search {
    padding-bottom: 4px;
    font-size: 1.3rem;
}

a.https-link {
    border-bottom: none !important;
    color: #0053a2 !important;
}

a.https-link:hover {
    color: #0053a2 !important;
    background-color: transparent !important;
    border-bottom: none !important;
}

/* Start Slideshow CSS */
/* Start Slideshow CSS */

* {
    box-sizing: border-box;
}

/* Slideshow container */
.slideshow-container {
    max-width: 1333px;
    position: relative;
    margin: auto;
}

/* Hide the images by default */
.faqSlides {
    display: none;
}

/* Next & previous buttons */
.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: white !important;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    border-bottom: 0px !important;
}

/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
    background-color: #6d6b6b !important;
    border-bottom: 0px !important;
}

/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/* The dots/bullets/indicators */
.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.active,
.dot:hover {
    background-color: #717171;
}

/* Fading animation */
.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
}

@-webkit-keyframes fade {
    from {
        opacity: 0.4;
    }
    to {
        opacity: 1;
    }
}

@keyframes fade {
    from {
        opacity: 0.4;
    }
    to {
        opacity: 1;
    }
}

/* End Slideshow CSS */
/* End Slideshow CSS */
