/* 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. */

.wrapper {
    margin-bottom: 5rem;
    margin-top: 2rem;
}

.pos-btn {
    color: #0070f4;
    border-color: #0070f4;
}

.neg-btn {
    color: #a76900;
    border-color: #a76900;
}

.break-lines {
    white-space: pre-line;
}

/* State template site.css */
.banner-main {
    text-align: center;
    background-color: #455659;
    color: #fff;
    width: 100%;
    padding: 15px 0 20px 0;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('../images/background-primary-neutral.jpg');
    background-size: cover;
}

.home-logo {
    position: relative;
    top: 5px;
    right: 10px;
}
/*------------------------------------*/

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* Outline buttons: ensure 4.5:1 contrast for accessibility (WCAG AA) */
.btn-outline-primary {
    color: #004494;
    border-color: #004494;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #004494;
    border-color: #004494;
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 68, 148, 0.5);
}

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #004494;
    border-color: #004494;
}

.btn-outline-warning {
    color: #856404;
    border-color: #856404;
}

.btn-outline-warning:hover {
    color: #212529;
    background-color: #b8860b;
    border-color: #b8860b;
}

.btn-outline-warning:focus,
.btn-outline-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(133, 100, 4, 0.5);
}

.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #b8860b;
    border-color: #b8860b;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.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: 100vh;
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    margin-bottom: 2.5rem;
}

.main-content {
    flex: 1;
}

.footer {
    width: 100%;
    white-space: nowrap;
}

.form-btns {
    margin-top: 1.5rem;
}

@media only screen and (min-width: 960px) {
    /* styles for browsers larger than 960px; */
    body {
        margin-bottom: 0rem;
    }
}

@media only screen and (min-width: 1440px) {
    /* styles for browsers larger than 1440px; */
    body {
        margin-bottom: 0rem;
    }
}

@media only screen and (min-width: 2000px) {
    /* for sumo sized (mac) screens */
    body {
        margin-bottom: 0rem;
    }
}

@media only screen and (max-width: 1280px) {
    /* styles for mobile browsers smaller than 480px; (iPhone) */
    body {
        margin-bottom: 0rem;
    }

    .footer {
        position: unset;
        bottom: unset;
    }
}

@media (max-width: 991px) {
    .branding .header-organization-banner {
        padding-right: unset;
    }
}

@media (max-width: 399px) {
    .logo-text {
        display: none;
    }
}
