﻿/* Fonts */
@font-face {
    font-family: 'Lato';
    src: url('./fonts/Lato-Regular.eot');
    src: url('./fonts/Lato-Regular.eot?#iefix') format('eot'), url('./fonts/Lato-Regular.woff') format('woff'), url('./fonts/Lato-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Lato';
    src: url('./fonts/Lato-Semibold.eot');
    src: url('./fonts/Lato-Semibold.eot?#iefix') format('eot'), url('./fonts/Lato-Semibold.woff') format('woff'), url('./fonts/Lato-Semibold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

/* Layout */
body {
    background-repeat: no-repeat;
    background-size: cover;

    font-family: 'Lato', -apple-system, 'Segoe UI', sans-serif;
}
@media only screen and (max-width: 439px) {
    body {
        background-image: none;
    }
}

main {
    background: rgba(255, 255, 255, .85);
    position:relative;
}

#ClientLogo {
    background-image: url('./logo.png');
    height: 110px;
}

/* Content */
.link-group {
    margin-top: 0px !important;
}
.link-group a, .link-group li {
    color: #000;
}
.link-group a:hover, .link-group a:active, .link-group li:hover, .link-group li:active {
    color: #ff6800;
}
#IdentityLinks {
    font-size: .9em;
}
.btn {
    text-transform: uppercase;
    border-color: #ff6800 !important;
}
.btn-outline-light {
    color: #ff6800;
}
    .btn-outline-light:focus, .btn-outline-light:hover, .btn-outline-light:active {
        color: #ff6800;
    }
.btn-primary {
    color: #fff;
    background-color: #ff6800;
}

.btn-local-login {
    display: none;
}

.inline-local-login {
    display: inline;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background-color: #ffa466 !important;
}
.btn-secondary {
    color: #ff6800;
    background-color: #fff;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active {
    color: #ff6800 !important;
    background-color: #eee !important;
}
#ExternalAuth {
    border-bottom: 3px solid #24387f;
}

#IdentityLinks li:last-child {
    border-bottom: 3px solid #24387f;
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
}

#SiteLogin:after {
    width: 90px;
    height: 70px;
    display: block;
    background-image: url('./footer.png');
    content: '';
    background-size: contain;
    margin: 0 auto;
} 
#CultureSettings {
    margin-top: .5rem;
}

#SpinnerContainer {
    color: #ff6800;
}