/* _content/Vigilant.Portal.App/Pages/Index.cshtml.rz.scp.css */
/* https://getbootstrap.com/docs/5.0/customize/sass/ */
/* import functions and vars to use them prior to support overriding bootstrap styles and adding custom theme colors prior to importing bootstrap */
/* boostrap variable overrides examples */
/*$light: #f4f4f4;*/
/*$white: #f4f4f4;*/
/*$body-bg: #f4f4f4;*/
/* Custom color pallete examples - will generate common BS theme classes, e.g. bg-appgreen*/
/* typically taken from a style guide provided by the client or reference web site */
/* define color variables */
/* overrides that don't need existing BS variables */
/*$component-active-bg: lightgray;*/
/*overrides that depend on existing BS variables */
/*note: in 5.2, does not always work for all variable types */
/*$component-active-bg: $teal;*/
/*$nav-link-color: red;*/
/*.navbar-nav {
--bs-nav-link-color: var(--bs-navbar-color);
--bs-nav-link-hover-color: var(--bs-navbar-hover-color);
}*/
/*$nav-link-hover-color: $link-hover-color;*/
/*$link-color: $coffee;*/
/* set array of custom colors using above variable to create the theme classes asnd merge into $theme-colors */
/* if you want to add more font sizes (smaller, larger) */
/*@import "../lib/bootstrap/scss/_maps.scss";
@import "../lib/bootstrap/scss/_utilities.scss";

*/
/* In site.scss, import this scss file, and then immediately afterwords, import bootstrap.scss 
    e.g.
@import "../css/bootstrap.custom.scss";
@import "../lib/bootstrap/scss/bootstrap";
this will allow the compiled site.css to contain all of the bootstrap styles, followed by the site specific styles
*/
/*#sectionTopics {
    .btn {
        color: white;
        font-size: 1em;
        padding: .75em .5em;
        font-weight:normal;
    }

    .dropdown-toggle {
        background-color: tint-color($teal, 10%) !important;

        &::after {
            vertical-align: 0.08em;
            content: "";
            border-top: 0.5em solid;
            border-right: 0.5em solid transparent;
            border-bottom: 0;
            border-left: 0.5em solid transparent;
        }
    }
}*/
/*.topic-button {
    margin-bottom: 1em;
}
*/
/*.home-about-box {
    background: rgba(33,44,49,.98);
    padding: 4rem;
    color: #A4B8C1;
    position: relative;
    z-index: 10;
    border-radius: 4px;
}*/
#sectionSearch input[b-5ciqwve6nz] {
  height: 2em;
  font-size: 2em;
}

#sectionNewsResources .newsletter-card[b-5ciqwve6nz], #sectionNewsResources .resource-card[b-5ciqwve6nz] {
  margin-bottom: 1.43rem;
}
#sectionNewsResources .newsletter-card a[b-5ciqwve6nz], #sectionNewsResources .newsletter-card h1[b-5ciqwve6nz], #sectionNewsResources .newsletter-card h2[b-5ciqwve6nz], #sectionNewsResources .newsletter-card h3[b-5ciqwve6nz], #sectionNewsResources .newsletter-card h4[b-5ciqwve6nz], #sectionNewsResources .newsletter-card h5[b-5ciqwve6nz], #sectionNewsResources .resource-card a[b-5ciqwve6nz], #sectionNewsResources .resource-card h1[b-5ciqwve6nz], #sectionNewsResources .resource-card h2[b-5ciqwve6nz], #sectionNewsResources .resource-card h3[b-5ciqwve6nz], #sectionNewsResources .resource-card h4[b-5ciqwve6nz], #sectionNewsResources .resource-card h5[b-5ciqwve6nz] {
  color: #E26030;
}
#sectionNewsResources .resource-card[b-5ciqwve6nz] {
  padding-left: 4em;
  position: relative;
}
#sectionNewsResources .resource-card img[b-5ciqwve6nz] {
  position: absolute;
  width: 3.5em;
  left: 0;
}

/*#sectionAdditionalServices {
    .card {
        min-height: 335px;
        margin: 0 0 2rem 0;
    }

    .card-body {
        padding-bottom: 2em;
    }

    .card-header {
        border: 0;
    }

    .card-header-accent {
        border-top: 1rem solid $fern;
        border-right: none;
        border-left: none;
        border-bottom: none;
    }
}*/
/* _content/Vigilant.Portal.App/Pages/Shared/_Layout.cshtml.rz.scp.css */
/* 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. */
/*a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a {
  color: #0077cc;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.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;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}
*/
/* _content/Vigilant.Portal.App/Pages/Shared/_LayoutAccount.cshtml.rz.scp.css */
/* 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. */
/*a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a {
  color: #0077cc;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.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;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}
*/
/* _content/Vigilant.Portal.App/Pages/Shared/_TopicsColumn.cshtml.rz.scp.css */
/* https://getbootstrap.com/docs/5.0/customize/sass/ */
/* import functions and vars to use them prior to support overriding bootstrap styles and adding custom theme colors prior to importing bootstrap */
/* boostrap variable overrides examples */
/*$light: #f4f4f4;*/
/*$white: #f4f4f4;*/
/*$body-bg: #f4f4f4;*/
/* Custom color pallete examples - will generate common BS theme classes, e.g. bg-appgreen*/
/* typically taken from a style guide provided by the client or reference web site */
/* define color variables */
/* overrides that don't need existing BS variables */
/*$component-active-bg: lightgray;*/
/*overrides that depend on existing BS variables */
/*note: in 5.2, does not always work for all variable types */
/*$component-active-bg: $teal;*/
/*$nav-link-color: red;*/
/*.navbar-nav {
--bs-nav-link-color: var(--bs-navbar-color);
--bs-nav-link-hover-color: var(--bs-navbar-hover-color);
}*/
/*$nav-link-hover-color: $link-hover-color;*/
/*$link-color: $coffee;*/
/* set array of custom colors using above variable to create the theme classes asnd merge into $theme-colors */
/* if you want to add more font sizes (smaller, larger) */
/*@import "../lib/bootstrap/scss/_maps.scss";
@import "../lib/bootstrap/scss/_utilities.scss";

*/
/* In site.scss, import this scss file, and then immediately afterwords, import bootstrap.scss 
    e.g.
@import "../css/bootstrap.custom.scss";
@import "../lib/bootstrap/scss/bootstrap";
this will allow the compiled site.css to contain all of the bootstrap styles, followed by the site specific styles
*/
#sectionTopics .btn[b-i0h6oczsny] {
  color: white;
  font-size: 1em;
  padding: 0.75em 0.5em;
  font-weight: normal;
}
#sectionTopics .dropdown-toggle[b-i0h6oczsny] {
  background-color: #62b2bc !important;
}
#sectionTopics .dropdown-toggle[b-i0h6oczsny]::after {
  vertical-align: 0.08em;
  content: "";
  border-top: 0.5em solid;
  border-right: 0.5em solid transparent;
  border-bottom: 0;
  border-left: 0.5em solid transparent;
}
