body * {
    font-family: "Raleway",Arial,Helvetica,sans-serif;
}

[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;
}


.reveal {
    border-radius: 7px;
}


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

hr {
    background-color: #eee;
}

.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;
}

.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;
}

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

.border-bottom-2 {
    border-bottom: solid 2px #ddd;
}

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

.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;
}

/* Raleway-SemiBold */
@font-face {
    font-family: 'Raleway';
    font-weight: 600;
    font-style: normal;
    src: url('../fonts/Raleway/static/Raleway-SemiBold.woff') format('woff');
    font-display: swap;
}

/* Raleway-ExtraLight */
@font-face {
    font-family: 'Raleway';
    font-weight: 200;
    font-style: normal;
    src: url('../fonts/Raleway/static/Raleway-ExtraLight.woff') format('woff');
    font-display: swap;
}

/* Raleway-Black */
@font-face {
    font-family: 'Raleway';
    font-weight: 900;
    font-style: normal;
    src: url('../fonts/Raleway/static/Raleway-Black.woff') format('woff');
    font-display: swap;
}

/* Raleway-BlackItalic */
@font-face {
    font-family: 'Raleway';
    font-weight: 900;
    font-style: italic;
    src: url('../fonts/Raleway/static/Raleway-BlackItalic.woff') format('woff');
    font-display: swap;
}

/* Raleway-Bold */
@font-face {
    font-family: 'Raleway';
    font-weight: bold;
    font-style: normal;
    src: url('../fonts/Raleway/static/Raleway-Bold.woff') format('woff');
    font-display: swap;
}

/* Raleway-BoldItalic */
@font-face {
    font-family: 'Raleway';
    font-weight: bold;
    font-style: italic;
    src: url('../fonts/Raleway/static/Raleway-BoldItalic.woff') format('woff');
    font-display: swap;
}

/* Raleway-ExtraBold */
@font-face {
    font-family: 'Raleway';
    font-weight: 800;
    font-style: normal;
    src: url('../fonts/Raleway/static/Raleway-ExtraBold.woff') format('woff');
    font-display: swap;
}

/* Raleway-ExtraBoldItalic */
@font-face {
    font-family: 'Raleway';
    font-weight: 800;
    font-style: italic;
    src: url('../fonts/Raleway/static/Raleway-ExtraBoldItalic.woff') format('woff');
    font-display: swap;
}

/* Raleway-ExtraLightItalic */
@font-face {
    font-family: 'Raleway';
    font-weight: 200;
    font-style: italic;
    src: url('../fonts/Raleway/static/Raleway-ExtraLightItalic.woff') format('woff');
    font-display: swap;
}

/* Raleway-Light */
@font-face {
    font-family: 'Raleway';
    font-weight: 300;
    font-style: normal;
    src: url('../fonts/Raleway/static/Raleway-Light.woff') format('woff');
    font-display: swap;
}

/* Raleway-LightItalic */
@font-face {
    font-family: 'Raleway';
    font-weight: 300;
    font-style: italic;
    src: url('../fonts/Raleway/static/Raleway-LightItalic.woff') format('woff');
    font-display: swap;
}

/* Raleway-Medium */
@font-face {
    font-family: 'Raleway';
    font-weight: 500;
    font-style: normal;
    src: url('../fonts/Raleway/static/Raleway-Medium.woff') format('woff');
    font-display: swap;
}

/* Raleway-MediumItalic */
@font-face {
    font-family: 'Raleway';
    font-weight: 500;
    font-style: italic;
    src: url('../fonts/Raleway/static/Raleway-MediumItalic.woff') format('woff');
    font-display: swap;
}

/* Raleway-Regular */
@font-face {
    font-family: 'Raleway';
    font-weight: normal;
    font-style: normal;
    src: url('../fonts/Raleway/static/Raleway-Regular.woff') format('woff');
    font-display: swap;
}

/* Raleway-SemiBoldItalic */
@font-face {
    font-family: 'Raleway';
    font-weight: 600;
    font-style: italic;
    src: url('../fonts/Raleway/static/Raleway-SemiBoldItalic.woff') format('woff');
    font-display: swap;
}

/* Raleway-Thin */
@font-face {
    font-family: 'Raleway';
    font-weight: 100;
    font-style: normal;
    src: url('../fonts/Raleway/static/Raleway-Thin.woff') format('woff');
    font-display: swap;
}

/* Raleway-ThinItalic */
@font-face {
    font-family: 'Raleway';
    font-weight: 100;
    font-style: italic;
    src: url('../fonts/Raleway/static/Raleway-ThinItalic.woff') format('woff');
    font-display: swap;
}

/* Raleway-Italic */
@font-face {
    font-family: 'Raleway';
    font-weight: normal;
    font-style: italic;
    src: url('../fonts/Raleway/static/Raleway-Italic.woff') format('woff');
    font-display: swap;
}