﻿/* CAS override starts here*//* override*//* override*//* override*//* override*//* override*/

@font-face {
  font-family: "Alfa Slab One";
  src: url("/AlfaSlabOne/AlfaSlabOne-Regular1.eot");
  src: local("Alfa Slab One"), local("AlfaSlabOne-Regular"), url("/fonts/AlfaSlabOne/AlfaSlabOne-Regular.eot?#iefix") format("embedded-opentype"), 
  url("/cas/themes/flc-theme-2020/fonts/AlfaSlabOne/AlfaSlabOne-Regular.woff2") format("woff2"), 
  url("/cas/themes/flc-theme-2020/fonts/AlfaSlabOne/AlfaSlabOne-Regular.woff") format("woff"), 
  url("/cas/themes/flc-theme-2020/fonts/AlfaSlabOne/AlfaSlabOne-Regular.ttf") format("truetype"), 
  url("/cas/themes/flc-theme-2020/fonts/AlfaSlabOne/AlfaSlabOne-Regular.svg#AlfaSlabOne-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {

body {
  position: static !important;
 }
}
.form-group {
    margin-bottom: 0;
}

#username {
	margin-bottom: .5em;
}
#password {
	margin-bottom: .5em;
}

#LoginBtn {
	
	margin-top: .5em;
}

#PolicyLink {
	margin-top: 1em;
}
.btnBlue {
    padding: .5rem .5rem;
    width: 100%;
    font-size: larger !important;
}

.text-center {
    text-align: center !important;
    font-size: larger !important;
    color: #004b8d !important;
}


#msg.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;
}
/*
input {border-width:1px; font-family: "Roboto", sans-serif; font-size:1.1em; padding:.2em; min-height:1.5em;}
input.btn-submit {border-width:2px; color: #fff;}
*/
.fm-v section.row {margin:0; padding:.5em 0; width:100%;}
.fm-v section.row input.btn-submit {display:block; margin:0; }

label {cursor:pointer; font-size:1.1em; font-weight: normal !important;}
.fm-v section.row label {float:left; line-height:1.5; width:auto; font-weight: bold !important;}



.hero.hero--landing {
    margin-bottom: 1em;
}
.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;
}

.container-fluid {
	width: 85%;
	margin: auto;
}
.white {
	height: 1em;
    	background:#fff;
}

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

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

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

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


.card-text.myBox {
	padding-left: 1.2rem;
	padding-right: 1.2rem;
}

.card-text{
	font-weight: 400;
	margin: .4em;
}

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

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

.preheader {
  padding: 1rem 0;
}

.main-content {
	margin: auto;
}

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


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

@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; }
}

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

@media (min-width: 992px) {
.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: 780px) {
  
  .break3 { display: block; }
  
  .main-content h1 {
   
    margin-top: -20px;
	}
  	
	.container-fluid { 
		width: 100%;
	}
		
	.card {
		margin: .5rem;
	}
}

@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: 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: 6rem;
    		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: -15px;
   	}

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

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