.nav-submenu > div {
    height: auto;
}

#container {
    width: 100% !important;
	padding: 0px;
  
}

.container {
    width: 100% !important;
	padding: 0px;
}

header {
	padding: 0 20px 0 0;
}

footer {
	padding: 0px;
}

.cas-footer {
    font-size: 1.125rem;
    background-color: #1e1e1e;
    color: #FFF;
	margin-top: 20px;
}

@media screen and (min-width: 960px)
#container {
    width: 100% !important
}

@media (min-width: 1200px)
.container {
    width: 100% !important
}

body {
    background: #FFF;
	font-family: "Montserrat", "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
	background-color: #fff;
	color: #000;
	margin: 0;
	padding: 0;
	word-wrap: break-word;
}

header h1 {
	background: none;
}

.strongtext {
	font-weight: bold;
}

@media only screen and (max-width: 855px) {
	#fm1 .row .btn-submit, #fm2 .row .btn-submit {
		background: #38518B;
	}
}

@media only screen and (max-width: 855px) {
	#fm1 .row .btn-submit:hover, #fm2 .row .btn-submit:hover {
		background: #2E78CD;
	}
}

#login .btn-submit {
	background: #38518B;
}

#login .btn-submit:hover {
	background-color: #2E78CD;
}

#login {
    padding: 30px;
    background-color: #fff;
    border-radius: 4px;
    overflow: hidden;
    vertical-align: top;
}

a, a:link, a:visited {
    color: #38518B;
}

a:link, a:hover {
    color: #c6000e;
}

.nimsinfobox {
	background-color: #efefef !important;
}

.nav__link:hover{
	background-color: transparent !important;
}

p {
    font-weight: 300;
    margin: 0 0 1rem;
}

.mdc-typography {
	font-family: "Montserrat", "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
}

.mdc-card {
	box-shadow: none;	
}

hr {
	
}

.cas-brand {
    height: 100%;
}

.mdc-top-app-bar {
	background-color: #FFF;
}

.mdc-top-app-bar__row {
	height: 100%;
}

.mdc-top-app-bar__section {
	flex: none;
	padding: 0px;
}

.nav__link {
    color: #fff !important;
    text-decoration: none !important;
}

.nav__link:hover, .nav__link:focus {
	color: #4A90E2 !important;
    text-decoration: underline !important;
}

.welcome {
    color: #C91342;
    padding-top: 10px;
    text-align: right;	
}

.apptitle h2 {
    padding-left: 20%;
    margin-top: 0px;
}

@media (max-width: 599px) {
	.mdc-top-app-bar--fixed-adjust {
		padding-top: 100px;
	} 
}

@media (max-width: 768px) {
	.mdc-top-app-bar--fixed-adjust {
		padding-top: 100px;
	}
}

.mdc-button--raised:not(:disabled) {
    background-color: #38518B;
}

@media (min-width: 25em) {
	h1 {
		font-size: 2.5909090909em;
	}
}

h1 {
    font-family: "Montserrat", sans-serif;
    font-size: 1.7272727273em;
}

h1, h2, h3, h4, .staff-card-wide__name h2, .staff-card__details .staff-details__name, .meta--large .meta__label, h5, h6 {
    color: inherit;
    font-weight: 700;
    -webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    letter-spacing: 0.02em;
    line-height: 1.3;
    margin: 0 0 1rem;
    text-rendering: optimizeLegibility;
}

@media (min-width: 25em) {
	h2 {
		font-size: 1.7272727273em;
	}
}

h2 {
    font-family: "Montserrat", sans-serif;
    font-size: 1.4545454545em;
    font-weight: 500;
}

.mdc-top-app-bar--fixed-adjust {
    padding-top: 100px;
}

:root {
  --cas-theme-primary: #38518B !important;
}

div#content {
    box-shadow: none !important;
}


.visually-hidden {
  visibility: hidden !important;
}

.login-section {
  border-right: none !important;
}

.mdc-button--raised:not(:disabled) {
    border-radius: 4px !important;
    background-color: var(--cas-theme-primary, #38518B) !important;
}

.navbar  .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
	padding-left: 0px !important;	
}

.removepadding {
	padding-right: 0px !important;	
}

.py-4 {
  padding-top: 0.5rem !important;
}