
body main p  {
    color: #555;
}
body {
    background: #24324F;
}

main {
    background-color: #f9f9f9;
    min-height: 50vh;
}

footer {
    padding: 2rem 0;
    color: rgba(255, 255, 255, 0.61);
}

[type=color],
[type=date],
[type=datetime-local],
[type=datetime],
[type=email],
[type=month],
[type=number],
[type=password],
[type=search],
[type=tel],
[type=text],
[type=time],
[type=url],
[type=week],
textarea {
    border-radius: 4px;
    box-shadow: none;
    -webkit-box-shadow: none;
}

footer [type=color],
footer [type=date],
footer [type=datetime-local],
footer [type=datetime],
footer [type=email],
footer [type=month],
footer [type=number],
footer [type=password],
footer [type=search],
footer [type=tel],
footer [type=text],
footer [type=time],
footer [type=url],
footer [type=week],
footer textarea {
    border: 1px solid rgba(255, 255, 255, 0.21);
    box-shadow: none;
    box-sizing: border-box;
    background-color: #fff;
}

footer h4 {
    font-weight: bold;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.11);
    padding-bottom: 1rem;
    margin-bottom: 1.2rem;
}

.reveal {
    border-radius: 7px;
}


@media print, screen and (min-width: 40em) {
    #registerModal.reveal.large {
        width: 60%;
    }
}

.card {
    border: 1px solid #eee;
    background-color: #fff;
    border-radius: 7px;
}

hr {
    background-color: #eee;
}

.text-black {
    color: #000;
}

.text-gray {
    color: #333;
}

.text-gray-light {
    color: #666;
}

.text-blue {
    color: #1779ba;
}

.border-bottom-1 {
    border-bottom: solid 1px #ddd;
    padding-bottom: 1.5rem;
    margin-bottom: 1rem;
}

.border-top-1 {
    border-top: solid 1px #ddd;
    padding-top: 1.5rem;
    margin-top: 1rem;
}

.select-search .ss-main .ss-single-selected {
    border: none;
    height: 48px;
}

.button {
    border-radius: 4px;
}

.grid-container {
    max-width: 82em;
}

.top-bar, .top-bar ul {
    background-color: transparent;
}

.dropdown.menu > li.opens-right > .is-dropdown-submenu {
    -webkit-box-shadow: 0px 7px 19px -3px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 7px 19px -3px rgba(0, 0, 0, 0.25);
    border-color: #dcdcdc;
    border-width: 0 1px 1px 1px;
    border-style: solid;
}

.title-bar {
    background-color: transparent;
}

.button.blue {
    border-radius: 30px;
    box-shadow: 0px 0px 0px 7px rgb(255 255 255 / 20%);
    background-color: #4DB7FE;
}

.button.primary {
    background-color: #4DB7FE;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
    z-index: 2;
}

.border-left-0 {
    border-left: none;
    border-right-color: #eee;
}

.banner {
    padding: 1rem;
    border-radius: 4px;
}

.banner p {
    margin-bottom: 0;
}

.banner.warning {
    background-color: #ffae00;
    color: #fff;
}

.banner.warning a {
    color: #fff;
}

.banner.warning h4 {
    font-weight: bold;
}

.banner.danger {
    background-color: #DC3545;
    color: #fff;
}

.banner.danger a {
    color: #fff;
}

.banner.danger h4 {
    font-weight: bold;
}

.client-cookie-confirm-container p {
    margin-bottom: 0;
    line-height: 1.2rem;
}

@media screen and (max-width: 39.9375em) {
    .small-margim-bottom-1 {
        margin-bottom: 1rem;
    }

    .small-margim-bottom-2 {
        margin-bottom: 1.2rem;
    }

    .small-margim-bottom-3 {
        margin-bottom: 1.5rem;
    }

    .small-margim-bottom-4 {
        margin-bottom: 1.8rem;
    }

    .small-margim-bottom-5 {
        margin-bottom: 2rem;
    }

    .small-text-center {
        text-align: center;
    }
}

.alert.error {
    position: relative;
    margin: 0 0 1rem 0;
    padding: 1rem;
    border: 1px solid rgba(10, 10, 10, .25);
    border-radius: 0;
}

.alert.error.alert-info {
    background-color: #d7ecfa;
    border: 1px solid rgba(10, 10, 10, .25);
}

.alert.error.alert-danger {
    background-color: #f7e4e1;
    border: 1px solid rgba(10, 10, 10, .25);
}

.errors {
    margin-top: -0.5rem;
    margin-bottom: 0.5rem;
    color: #b90000;
}

#content.list h3 {
    font-weight: bold;
    font-size: 1.2rem;
    margin-top: 0.5rem;
}

#content.list img {
    margin-bottom: 0.2rem;
}

.ss-multi-selected {
    margin-bottom: 1rem;
}

.list-box h5 {
    font-size: 1rem;
    font-weight: bold;
    color: #333;
}
.list-box picture img {
    margin-bottom: 0.3rem;
}

.list-box p.date {
    margin-bottom: 0.40rem;
}

.list-box .list-horizontal {
    margin-bottom: 1rem;
    font-weight: bold;
    color: #333;
    /*border-right: dotted 1px #ccc;*/
}

#top-line {
    background-color: #2F3B59;
}

#search-bar {
    position: relative;
    background-size: cover;
    background-attachment: scroll;
    background-position: center;
    background-repeat: repeat;
    background-origin: content-box;
    min-height: 300px;
}

#search-container {
    position: relative;
    z-index: 99;
    min-height: 250px;
}

#search-container h2 {
    font-size: 2rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
    margin-bottom: 2.1rem;
}

#search-container .button.blue {
    border-radius: 0 30px 30px 0;
    background-color: #4DB7FE;
    box-shadow: none;
    padding: 1rem;
}

#search-container .input-search {
    border-radius: 30px 0 0 30px;
}

#search-container .main-search-input {
    background: #fff;
    border-radius: 30px;
    margin-top: 25px;
    box-shadow: 0px 0px 0px 10px rgb(255 255 255 / 30%);
}

#search-container input,
#search-container select {
    border-width: 0 1px 0 0;
    margin-bottom: 0;
}

#search-container input {
    padding: 1.5rem;
}

#search-container input,
#search-container button {
    margin-bottom: 0;
}

#search-container select {
    padding: 0 1.5rem 0 1rem;
    height: 48px;
}

#menu {

}

#menu a {
    color: #fff;
}


#line-footer {
    font-size: 0.85rem;
    padding: 1rem;
}

#line-footer p {
    margin-bottom: 0;
}

#line-footer a {
    color: #fff;
}

#line-footer a span {
    color: #f9a123;
}

#page h2 {
    font-weight: bold;
}

#page #contents * {
    font-size: 1rem !important;
}
#page #contents div,
#page #contents p,
#page #contents span {
    background: transparent !important;
}

#page .summary {
    font-size: 1.2rem;
    color: #555;
}

small.date {
    color: #333 !important;
}

.home-feature {
    position: relative
}

.home-feature-item {
    position: absolute;
    bottom: 0.5rem;
    padding: 0 1rem
}

.home-feature .home-feature-item a h3,
.home-feature .home-feature-item a h5,
.home-feature .home-feature-item p,
.home-feature .home-feature-item small {
    text-shadow: 2px 1px 4px #000000;
    color: #FFFFFF !important;
}

.home-feature {
    overflow: hidden;
    background-color: #0a0a0a;
}

.home-feature .home-feature-bg {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.home-feature:hover .home-feature-bg,
.home-feature:focus .home-feature-bg {
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0.40;
}

