.py-4 {
	padding-top: .5rem !important;
	padding-bottom: .5rem !important;
}

div#content {
  box-shadow: none;
}
.card-container {
	width : 50%
}
.ui-accordion {
	border: 0;
	background : #fff;
	color: #0f0f0f;
	font-family: "Roboto", sans-serif;
	font-size: 1rem;
	font-weight: 300;
	line-height: 1.5;
}

.ui-accordion .ui-accordion-header {
	color: #004b8d;
	background : #fff;
	border: 0;
	display: block;
	cursor: pointer;
	position: relative;
	margin: 2px 0 0 0;
	padding: .5em .5em .5em .7em;

}

.ui-accordion .ui-accordion-header h3{
	color: #004b8d;
	background : #fff;
	border: 0;
	display: block;
	cursor: pointer;
	position: relative;
  font-size: 1rem;
	font-weight: 400;
}

#login-form-controls {
	margin-bottom: .5em;
}
.loginLinks {
	justify-content: space-evenly;
}
.policyLink {
	justify-content: center;
	display : none !important;
}

.policyText {
	justify-content: center;
	display : block !important;
}

.policyTextSmall {
	justify-content: center;
	display : none !important;
}

#label {
	display: inline-block;
	margin: 0rem 2rem 0rem 2rem;
}

#usernameSection {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	margin-top: 1.5em;
}
#username {
	width: 90%;
	margin-left: .5rem;

}

#passwordSection {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
}
#password {
	width: 90%;
	margin-left: .5rem;
}
.mdc-drawer-app-content {
	flex: auto;
	overflow: unset;
	position: relative;
}
.footer {
	position: relative !important; 
	padding: 0.625rem 0; 
	background: #004b8d;
}


.footerLine{
	color: #f0f0f0;
	font-weight: 400;
	width: 90%;
}

.container.footerLine a {
    color: #f0f0f0;
}

#loginErrorsPanel p, .text {
	
	margin-bottom : 0rem;
	
	
}

#loginErrorsPanel.alert {
    background: #fed url(../images/exclamation.png) no-repeat 10px !important;
    color: #d21033;
}
.alert, .info, .errors, .success {
    clear: both;
    padding: 10px 10px 10px 40px;
 }
 
.alert {
    position: relative;
    margin-bottom: 1rem;
    border: 1px solid transparent;
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;
    border-radius: .25rem;
}

.alert p:last-child, .text:last-child {
	margin-bottom: 0;
}


.white {
	height: 1em;
    	background:#fff;
}


.flex-column {
	margin: 0rem;
/*	column-gap: 3rem; */
flex-grow: 1;
flex-basis: 0
}

p:last-child, .text:last-child {
  margin-bottom: .5rem;
}

.main-content {
	margin: auto;
	max-width: 1700px;
	margin-top: -20px;
	margin-left: 5rem !important;
    margin-right: 5rem !important;
}



.py.card-4 {
	 padding-top: 0 !important; 
	 padding-bottom: 0 !important; 
}

.mdc-top-app-bar--fixed-adjust {
  padding-top: 0;
}

#main {
	margin-top: 7.2rem !important;
	z-index: 1;
	position: relative;
}

.accesskey {
    font-weight: bold;
    padding-left: 10px;
    text-decoration: underline;
}


.btnBlue {
    padding: .5rem .5rem;
    width: 100%;
    font-size: larger !important;
}

.btnBlue.disabled, .btnBlue:disabled {
    opacity: .65;
}

.btnBlue {
	padding: .5rem .5rem;
}

.btn-block {
  width: 30% !important; 
}

.text-center {
    text-align: center !important;
    font-size: larger !important;
    color: #004b8d !important;
}
.header {
	position: absolute;
	z-index: 100;
	top: 0;
	width: 100%;
}

.mdc-top-app-bar {
	/* background-color: #6200ee; */
	background-color: #004b8d;
	color: white;
	display: flex;
	position: fixed;
	flex-direction: column;
	justify-content: space-between;
	box-sizing: border-box;
	width: 100%;
	z-index: 4;
}
.cas-footer {
	background-color: #004b8d;
	color: whitesmoke;
}


.hero.hero--landing {
    margin-bottom: 0;
}
.hero--landing .hero__content {
    max-width: 100%;
	-webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
}
.hero__content {
      padding-top: -2em;
}
.hero__title{
  max-width: 620px;
  font-weight: 100;
  hyphens: none;
}


.preheader {
  padding: 1rem 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

a.options {
    padding: 2em;
}

.menu.menu--preheader-left {
    min-height: 1em;
}


.card {
      margin: .75em 2em;
      box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
      transition: 0.3s;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
/*  word-wrap: break-word; */
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.card-deck .card {
  margin-bottom: 15px;
}

.card-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.card-group > .card {
  margin-bottom: 15px;
}
.card-columns .card {
  margin-bottom: 0.75rem;
}

.accordion > .card {
  overflow: hidden;
}

.accordion > .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}

.accordion > .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}

.accordion > .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion > .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.accordion > .card .card-header {
  margin-bottom: -1px;
}

.break1 { display: none; }
.break2 { display: none; }
.break3 { display: none; }

@media (max-width: 460px) {
	
	.info-message {
		padding: 1.25rem 1.25rem 0 1.25rem !important;
	}
	
	label {
    margin-bottom: 0;
	}
	
	.hero .hero__content {
    		padding-bottom: 0rem;
		padding-top: 2rem;

	}

	#main {
    		margin-top: 4.5rem !important;
    		z-index: 1;
    		position: relative;
	}

	.col-md-4 	{
		padding-left: 10px;
		padding-right: 10px;
		
	}
	
	.card-body {
		padding: .5rem;
	}
	
	 .break1 { display: block; }
	 .break3 { display: block; }
	
	.fm-v section.row {
		padding: 0 .5em .3em 0;
	}
	
	.main-content 	{
 	  margin-top: -1.75em;
	  margin-left: 0rem !important;
      margin-right: 0rem !important;
   	}

   	.main-content h1 {
 	  font-size: 1.4rem;
	  padding-bottom: 1rem;
   	}
	
	.main-content h2 {
 	  font-size: 1.2rem;
   	}

	.hero.hero--landing {
		height: auto !important;
	}
	
	.container-fluid
	{
		padding: 2px;
    }
}

@media (min-width: 576px) {
		
  .card-deck {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }

  .card-group {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .card-group > .card {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }

  .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

@media (max-width: 780px) {
  
  .break3 { display: block; }
  
  .main-content h1 {
   
    margin-top: -20px;
	}
  	
	.container-fluid { 
		width: 100%;
	}
		
	.card {
		margin: 0rem 0rem .5rem 0rem;

	}
}

@media (min-width: 990px) {
	.col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
		float: left;
	}
	
	.flex-md-row {
		flex-direction: row !important;
	}
}

@media (max-width: 990px) {
	.flex-md-row {
		flex-direction: column !important; 
	}
	.main-content {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
}

@media (max-width: 992px) {
	.card-container
	{ width : 100%}
}

@media (max-width: 1000px) {
	 .break2 { display: block; }
}

@media (max-width: 1000px) {
	 .break2 { display: block; }
}

@media (max-width: 1150px) {

	label {
		display: inline-block;
		}

	#username {
		width: 100%;
	}

	#password {
		width: 100%;
	}

}

@media (max-width: 1150px) {
	.policyText {
		display : none !important;
	}
	.policyTextSmall {
		display : block !important;
		margin-top: .75em;
		margin-bottom: .75em;
	}
	
	.main-content 	{
	  margin-left: 0rem !important;
      margin-right: 0rem !important;
   	}
}

@media (max-width: 1200px) {
	 .break1 { display: block; }
}

@media (min-width: 1200px) {
	.col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
		float: left;
	}
}

@media (max-width: 1200px) {
	.col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
		max-width: 100%;
	}
}

@media (max-width: 1200px) {
	 .break1 { display: block; }
}