







/* ___________________ custom stylesheet for client ______________________ */

@import url('https://fonts.googleapis.com/css2?family=Open+Sans');

html, body {
    font-family: 'Open Sans', Geneva, Arial, sans-serif;
}

#header-top, 
#header-bottom {
    background: #003C77; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' -> set in styles-ie.css */
    background: -moz-linear-gradient(top, #003C77 40%, #003C77  100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(40%,#003C77), color-stop(100%,#003C77 )); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #003C77 40%,#003C77  100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #003C77 40%,#003C77  100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #003C77 40%,#003C77  100%); /* IE10+ */
    background: linear-gradient(to bottom, #003C77 40%,#003C77  100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003C77', endColorstr='#003C77 ',GradientType=0 ); /* IE6-8 */
}

#header-banner {
    background-image: url('/koala_final/contents/images/en/ulethbridge/header-banner-pre-login.jpg');
}

#header.post-login #header-banner {
    background-image: url('/koala_final/contents/images/en/ulethbridge/header-banner-post-login.jpg');
}

#header-banner-text-small {
    background-image: url('/koala_final/contents/images/en/ulethbridge/header-banner-text-small.png');
}

#header-banner-text-large,
#header-banner-text-small {
    color: #003C77;
}

#accessibility-badge {
    display:none;
}

.btn-primary {
	background-color: #003C77;
}

.btn-primary:hover {
	background-color: #06559E;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
	background-color: #003C77;
}

#login-form button {
    background-color: #3498DB;
}

#login-form button:hover {
    background-color: #06559E;
}

#header .nav-item.active .nav-link {
    color: #FFCF01 !important;
}

#footer-top {
    background-color: #003C77;
    color: #000;
}

a:not(.btn):hover,
a:not(.btn):focus {
	text-decoration: underline !important;
	color: #003C77 !important;
	font-weight: bold;
}

.pre-login #header-banner-text-small-lower {
    display: none;
}