
.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}

.b-example-divider {
    height: 3rem;
    background-color: rgba(0, 0, 0, .1);
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.b-example-vr {
    flex-shrink: 0;
    width: 1.5rem;
    height: 100vh;
}

.bi {
    vertical-align: -.125em;
    fill: currentColor;
}

.nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
}

.nav-scroller .nav {
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 1rem;
    margin-top: -1px;
    overflow-x: auto;
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

body {
    min-height: 75rem;
    padding-top: 4.5rem;
    padding-bottom: 20px;
    background-color: #ccd9cc !important;
}

.navbar {
    margin-bottom: 20px;
}

button.btn-primary {
    background-color: #ccd9cc !important;
    border-color: #336633 !important;
    color: #336633 !important;
}

a {
    text-decoration: none;
    color: #336633 !important;
}

div.language {
    font-size: 1.5em;
}

div.audience {
    margin: auto;
}

input.noop {

}

form.rtl {
    direction: rtl;
}

form.ltr {
    direction: ltr;
}

.seek-detail {
    margin-left: 1em;
    margin-right: 1em;
    border-bottom: 1px solid #c0c0c0;
}

.seeking-check {
    margin-left: 1em;
    margin-right: 1em;
    margin-bottom: 0.5em;
}

.indented {
    margin-left: 1em;
    margin-right: 1em;
}

.card-header {
    background-color: #ccd9cc !important;
    color: #336633 !important;
    font-weight: bold;
}

.card-body {
    background-color: #ffffff !important;
}


.city_other {
    display: None;
}

.incident_question {
    padding-bottom: 1.5em;
    border-bottom: 1px solid #99cccc;
    /*box-shadow: 0 5px 0 -4px #aadddd;*/
}

li {
    list-style-type: none;
}

li.ul {
    margin-left: 1.25em;
}

a.collapseTrigger {
    color: white !important;
    font-size: smaller;
    font-weight: bold;
}

.navbar-brand {
    background-color: #ccd9cc !important;
}

.navbar-dark {
    background-color: #ccd9cc !important;
    color: #336633 !important;
    font-weight: bold;
    border-bottom: 4px solid #336633;
}

a.nav-link {
    color: #336633 !important;
    font-weight: bold;
}

a.collapseTrigger {
    color: #336633 !important;
    font-weight: bold;
}

.bg-light {
    background-color: #eef9ee !important;
}

.navbar-dark .navbar-toggler {
    color: #336633 !important;
    border: 1px solid #ccd9cc;
}


.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(51,102,51, 1)' stroke-width='4' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.resource_name {
    font-size: larger;
    font-weight: bold;
    margin-bottom: 0.5em;
}

div.resource {
    border-bottom: 1px solid #ccd9cc;
    margin-top: 1em;
}

.resource:first-child {
    margin-top: 0;
}

.resource:last-child {
    border-bottom: 0;
}

/*ul {*/
/*    margin: 1em;*/
/*    padding: 1em;*/
/*}*/

div.card-body li {
    display: list-item !important;
    list-style-type: disc !important;
}


div.card-body a {
    text-decoration: underline;
}

p.video-title {
    height: 3em;
}