﻿
.overflow-x-hidden {
    overflow-x: hidden;
}

html, body {
    overflow-x: hidden;
    width: 100%;
}

.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    margin-top: 50px;
    background-color: #29335c;
}

html {
    height:100%;
}

body, #wrapper {
    min-height: 100%;
}

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

.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: 100%;
}

button, a.btn {
    background-color: #29335c !important;
}

h1, h2, h3, h4, h5 {
    color: #29335c !important
}

.nimbus-blue-text {
    color: #29335c !important
}

.nimbus-grey-text {
    color: #606060 !important
}

.footer-links > a:link,
.footer-links > a:visited,
.footer-links > a:active {
    font-size: 0.8em;
    color: #fff !important;
    text-decoration: none;
}
.footer-links > a:hover {
    color: #fff;
    text-decoration: none
}

a.btn:link,
a.btn:visited,
a.btn:active {
    color: #fff !important;
    text-decoration: none;
}
a.btn:hover {
    color: #fff;
    text-decoration: none
}


a:link,
a:visited,
a:active {
    color: #29335c !important;
    text-decoration: none;
}
a:hover {
    color: #29335c;
    text-decoration: underline
}

/*.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 40px;

}*/


    .footer > a:link,
    .footer > a:visited,
    .footer > a:active {
        color: #fff !important;
        text-decoration: none;
    }

    .footer > a:hover {
        color: #fff;
        text-decoration: underline
    }

    /* Fade In Animation */
.fade-in {
    animation: fadeIn ease 4s;
    -webkit-animation: fadeIn ease 4s;
    -moz-animation: fadeIn ease 4s;
    -o-animation: fadeIn ease 4s;
    -ms-animation: fadeIn ease 4s;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-ms-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

i.fa-circle-border {
    display: inline-block;
    border-radius: 50%;
    box-shadow: 0px 0px 2px #888;
    padding: 0.4em 0.5em;
}

i.fa-grey {
    color: #888
}

.usp-container {
    font-size: 0.8em;
    color: #888
}

.passwordRequired {
    width: 40%;
    right: 0;
    border-left: 1px solid rgba(0,0,0,.125);
    border-bottom-left-radius: 20px;
    margin-top: -1px;
    position: absolute;
    border-bottom: 1px solid rgba(0,0,0,.125);
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 0.7em;
    background: #8D0801;
    color: #fff;
}

.profileLogo {
    max-height: 75px;
    width: auto;
}

.searchAgain {
    right: 10px;
    position: relative;
}

@media only screen and (max-width: 600px) {
    h2 {
        font-size: 1.2em !important;
    }
}

.grecaptcha-badge {
    visibility: hidden;
}