/*!*******************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-5.use[3]!./sfplanning/media/css/style.css ***!
  \*******************************************************************************************************************************************************************************************/
@font-face {
    font-family: "TexGyreHeros";
    src: url(https://sfplanningarches.s3.amazonaws.com/prod/static/img/eeb90cdbdbdcab35c9c9.woff) format("woff");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "TexGyreHeros";
    src: url(https://sfplanningarches.s3.amazonaws.com/prod/static/img/cc3603707486c5c70d56.woff) format("woff");
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: "TexGyreHeros";
    src: url(https://sfplanningarches.s3.amazonaws.com/prod/static/img/3957a0bd50dee286c197.woff) format("woff");
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: "TexGyreHeros";
    src: url(https://sfplanningarches.s3.amazonaws.com/prod/static/img/e361a268b9ef786d53a9.woff) format("woff");
    font-weight: bold;
    font-style: italic;
}
html {
    scroll-behavior: smooth;
}

body {
    background-color: #FFF;
    font-family: "TexGyreHeros", "Helvetica Neue", Helvetica, Arial, "sans-serif";
}

body {
    animation: fadeInAnimation ease 1s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

@keyframes fadeInAnimation {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
::selection {
    color: #FFF;
    background: rgba(0, 0, 0, 0.8);
}

h1, .page_header {
    font-family: "Source Serif 4", Georgia, "Times New Roman", Times, serif;
}

h2, h3, h4 {
    font-family: "Source Serif 4", Georgia, "Times New Roman", Times, serif;
}

.nav-link {
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 0.85em;
}

td, th {
    font-size: 0.85em;
    line-height: 1.25;
}

/*  COLOR  */
.text-primary {
    color: #5325A0 !important;
}

.text-primary-dark {
    color: #B85000 !important;
}

.text-highlight {
    color: #ffe500 !important;
}

.bg-primary {
    background-color: #5325A0 !important;
}

.bg-primary-dark {
    background-color: #B85000 !important;
}

.bg-dark {
    background-color: #343A40 !important;
}

.bg-highlight {
    background-color: #FFFFEB !important;
}

.bg-base-gray {
    background-color: rgb(240, 241, 239) !important;
}

.border-primary {
    border-color: #5325A0 !important;
}

.footnotes {
    font-family: "Source Serif 4", Georgia, "Times New Roman", Times, serif;
    font-size: 0.85rem;
    line-height: 1.25;
    color: #333;
    margin: 0.3rem 0rem;
}

.scroll-nav {
    position: fixed;
    right: 0;
    bottom: 40%;
    z-index: 100;
    text-align: center;
}

.scroll-icon {
    display: block;
    background-color: #FFF;
    padding: 1rem;
    text-align: center;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
}

p, li, td {
    font-weight: normal;
    color: #333333;
}

a {
    color: inherit;
    text-decoration: underline;
    text-underline-offset: 0.065em;
}

.no-underline {
    text-decoration: none !important;
}

a.nav-link, a.dropdown-item {
    text-decoration: none;
}

.small-text {
    font-size: 0.7em;
}

.captions, .figure-caption {
    font-size: 0.8rem !important;
    color: #E37700 !important;
}

.font-serif {
    font-family: "Source Serif 4", Georgia, "Times New Roman", Times, serif;
}

h1, .page_header {
    font-weight: bold;
    letter-spacing: -0.03em;
    line-height: 1;
}

.subheader {
    font-size: 0.5em;
    letter-spacing: 0;
    padding: 0.1em 0.5em;
}

h2 {
    font-size: 2.25rem;
    font-weight: bold;
    color: #000;
    letter-spacing: -0.025em;
}

h3 {
    font-size: 1.5rem;
    font-weight: bold;
    color: #000;
}

h4 {
    font-size: 1rem;
    font-weight: bold;
    color: #000;
    text-transform: uppercase;
}

.dropdown-header {
    color: #E37700;
    text-transform: uppercase;
    font-weight: bold;
}

.card-title {
    font-family: "Source Serif 4", Georgia, "Times New Roman", Times, serif;
    font-size: 1.35em;
}

.card-text {
    font-size: 95%;
    line-height: 1.25;
}

.carousel-caption {
    z-index: 2;
}

.text-2-columns {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 2.5em;
    -moz-column-gap: 2.5em;
    column-gap: 2.5em;
}

.section-bkg-image {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left bottom;
}

hr {
    border-top: 1px solid #000;
}

hr.dashed {
    border-top: 1px dashed #333;
}

hr.dashed-light {
    border-top: 1px dashed #CCC;
}

.shadow-light-b {
    box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.25);
}

.portal-link-card {
    display: block;
    background-color: #FFFFFF;
    border: 1px solid #221e53;
    border-radius: 0.5rem;
    text-decoration: none;
}

.portal-link-card h2 {
    font-size: 1.5rem;
    font-weight: bold;
}

.portal-link-card:hover {
    background-color: #221e53;
}

.portal-link-card:focus {
    background-color: #5325A0;
}

.portal-link-card:hover h2, .portal-link-card:focus h2 {
    color: #FFFFFF;
}

/* ---------------------------------------------------------------------------------------------------------------- */
@media (max-width: 576px) {
    .text-3-columns, .text-2-columns {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
    body {
        line-height: 1.45em;
    }
    h1 {
        font-size: 3.25rem;
    }
    h2 {
        font-size: 1.75rem;
    }
    h3 {
        font-size: 1.25rem;
    }
    .navbar-text {
        display: none;
    }
}
@media (min-width: 992px) {
    body {
        font-size: 18px;
        line-height: 1.5em;
    }
    h1 {
        font-size: 6.5rem;
    }
}
.btn-primary {
    color: #fff;
    background-color: #5325A0;
    border-color: #5325A0;
}

.btn-primary:hover {
    color: #fff;
    background-color: #341765;
    border-color: #341765;
}

.btn-outline-primary {
    color: #5325A0;
    border-color: #5325A0;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #5325A0;
    border-color: #5325A0;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #E37700;
    border-color: #E37700;
}

@media print {
    body {
        margin: 0 !important;
        background-color: transparent !important;
    }
    .scroll-nav, .summary, .navbar, button.copyURL {
        display: none !important;
    }
}
