@charset "utf-8";
/* CSS Document */

/* CSS Document */
/* Sticky footer styles
-------------------------------------------------- */
/*Default FA5 icon color*/
.bg-gray{

  background:#343a40 !important;
}
.shadow {
  -webkit-box-shadow: 0px 0px 40px rgba(29, 58, 83, 0.15) !important;
box-shadow: 0px 0px 40px rgba(29, 58, 83, 0.15) !important;
}
.mt-4{margin-top:4rem;}
.px-3 {
  padding-right: 1.75rem !important;
  padding-left: 1.75rem !important;
}
.nj-gray{color:#999999;}
.fa-twitter-square:hover{color:#1da1f2;}
.fa-twitter:hover{color:#1da1f2;}
.fa-facebook-square:hover{color:#3b5998;}
.fa-facebook:hover{color:#3b5998;}
.fa-instagram:hover{color:#c32aa3;}
.fa-youtube-square:hover{color:#ff0000;}
.fa-youtube:hover{color:#ff0000;}
.fa-pinterest-square:hover{color:#bd081c;}
.fa-pinterest:hover{color:#bd081c;}
.fa-flickr:hover{color:#f40083;}
.fa-linkedin:hover{color:#007bb5;}
.fa-tumblr-square:hover{color:#35465d;}
.fa-tumblr:hover{color:#35465d;}
.fa-wordpress:hover{color: #00a0d2;}
.fa-snapchat:hover{color: #fffc00;}
.fa-envelope:hover{color: #002e9b;}
.fa-podcast:hover{color: #b051e1;}

.no-pad {
  padding-right:0;
  padding-left:0;
}

pre{
	white-space: pre-wrap;
}

.banner-img{
	position:relative;
}
.banner-caption {
	position: absolute;
	left: 15%;
	top: 15%;
	z-index: 10;
	padding-top: 0px;
	padding-bottom: 0px;
	color: #fff;
	text-align: center;

	font-size: 2.5em;
	font-weight: bold;
	text-shadow: 1px 1px 2px #666;
	
}
.modal-backdrop.in {opacity: 0!important; 
                    position: relative;}

.divider {
  height: 1px;
  width:100%;
  display:block; /* for use on default inline elements like span */
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.page-title{
	font-size: 2.5em;
  font-weight:500;
}

img.fullWidth{
	width: 100%;
	flex-shrink: 0;/*solution to stop IE Edge stretching https://stackoverflow.com/questions/36822370/flexbox-on-ie11-image-stretched-for-no-reason */
}

.darkBlue{
	color:#0220b2;
}

.bk-blue{
	background-color:#00279c;
	color:white;
	padding: .5em;
	font-size: 1.43em;
}
/*Sticky Social*/
.sticky-social{
	position:fixed;
	right:0px;
	top: 25%;
	z-index:10001;
}


.sticky-social a{
	float:right;
	clear:right;
	background-color: rgba(255,255,255,1);
	padding: 0px .75rem 0 3px ;
	margin-bottom: 1px;
  margin-right:0;
}
.sticky-social a.toggle-sticky{
	padding-left:17px;
}

.sticky-social a:first-child {
	border-radius: 5px 0px 0px 0px;
}
.sticky-social.closed a:first-child {
	border-radius: 5px 0px 0px 5px;
	padding-left:3px;
}
.sticky-social a:last-child {
	border-radius: 0px 0px 0px 5px;
}

/*.social-badges .fa-snapchat-ghost{background-color:#FFFC00;color:black;}*/
.social-badges .fa-snapchat-ghost{	background-color: rgba(255,255,255,1);color:white;text-shadow: 0px 0px 2px black;}
div.snapchat{margin-top: 1em;}
.nj-gray{color:#999999;}
.container.social{
	margin-top: 4em;
}

.background-full{
	width: 100%;
	padding-bottom: 2em;
}

.background-full.gray{
	background-color: #ececec; 
}

.bkg-gray{
	background-color: #ececec; 
}


.padded-10{
	padding: 10px;
}


/*Photo Events*/
.past-photos-item{
	display: inline-block;
	width: 150px;
	text-align:center;
	color:#0050ff;
	font-weight:bold;
	padding: 1em;
}

.past-photos-item a img{
	background-color:#0050ff;
	padding: 10px;
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: .5em;
}


.photo-event-description{
	padding-bottom: 5em;
}






/*News*/

.fa-half{
	font-size: 0.5em;
}
.fa-rss-square{
	background-color: white;
	color: orange;
}
.fa-rss-square:hover{
	background-color: white;
	color: orange;
	font-size: 0.6em;
}

.filter-list{
	list-style:none;
	padding-left: 1em;
}
.filter-list .active{
	list-style-type:disc;
	color: #0220b2;
}
.filter-list li{
	margin-bottom: .5em;
}
.press-item{
	display: block;
	padding: 14px;
	overflow: auto;
}

.press-item:nth-child(even){
	background-color: #fff;
}
.press-item:nth-child(odd){
	background-color: #ececec;
}

.press-item.even{
	background-color: #ececec;
}
.press-item.odd{
	background-color: #fff;
}

.press-item .date{
	display: inline-block;
	/*background-color: #0050ff;*/
    background-color: #224098;

	color: white;
	border-radius: 10px;
	text-align: center;
	padding: 3px;
	font-weight: bold;
    width: 52px;
    float: left;
	margin-right: 14px;
}
.press-item .date .day{
	display: block;
	background-color: white;
	color: #00289c;
	border-radius: 10px;
	font-size: 1.5em;
	font-weight: bold;
	padding: 5px 10px;
	line-height: 1em;
}
.press-item .content{
    float: none; /* not needed, just for clarification */
    /* the next props are meant to keep this block independent from the other floated one */
    width: auto;
    overflow: hidden;
}

.press-item .btn-default, .btn-more, .bs-example .btn-more  {
	color:white;
	background-color:#224098;
	font-size: 1em;
	padding: .2em 1.2em;
	
	float: right;
}

.btn-more, .bs-example .btn-more {float: left;margin-top:0;
       }
section{
	margin-bottom: 2em;

}

section h4.sect-title{
	color:#0050ff;
}
h4.panel-title a:link{
	color:#0041a7;
}
/*ul.list-group-flush li.list-group-item {border:none;}*/


div.introduction .list-group-item .text-primary {border-bottom:1px solid #dddddd!important;
border-top:0;border-left:0;border-right:0}
div.introduction .list-group-item a:link, div.introduction .list-group-item  a:visited { text-decoration: underline; color:#405eb4 }
div.introduction .list-group-item a:hover, div.introduction .list-group-item a:active { text-decoration: underline; color:#0220b2!important }




img.pull-right.padded{
	padding-left: 1em;
	padding-bottom: 1em;	
}

img.pull-left.padded,
img.padded{
	padding-right: 1em;
	padding-bottom: 1em;
}


.img-post {
  max-width: 45%;
  margin: 0;
}


section.press.item{
	border-bottom: 2px solid #000;
	margin-bottom: 1em;
	padding-bottom: 1em;
	overflow: auto;
}

section.press.item .title{
	font-size: 1.5em;
	font-weight: bold;
	margin-top: 1.5em;
	margin-bottom: 0em;
	padding-bottom: 0em;
}

section.press.item .date{
	font-size: 1.25em;
    padding-left:1rem;
}

section.press.item a.learn-more {
	color: #fff;
	background-color: #00289c;
	padding: .25em .5em;
	float: right;
	border-radius: 4px;
}

#transitionResumeModal{
	margin-top: 60px;
}
/* ------------------------------------------- FFL Landing Page MG-------------------------------------*/
img.introImg {max-width:350px; margin-right:1.5rem; margin-top: 0rem;}

.wow {font-size: 110%;}
blockquote.lead  {
	background-color: #f8f8f8;
    font-weight: 700;
}

	blockquote.lead  i{
			font-size:1.5rem;
			vertical-align: -15%;
			color: #ccc;
			margin-right: 16px;
			margin-left: 0px;
      display: inline;
		}
	
    }
blockquote.lead  cite {
  color: #999;
  font-size: 0.9rem;
  margin-top: 5px;
}
.panel-body blockquote { font-size:normal!important;
                       border-left:none!important;
                       font-size: 0.9rem!important;}
#about article {
  position: relative;
}

#about article:after {
  position: absolute;
  bottom: 0;  
  height: 100%;
  width: 100%;
  content: "";
  background: linear-gradient(to top,
     rgba(255,255,255, 1) 20%, 
     rgba(255,255,255, 0) 80%
  );
  pointer-events: none; /* so the text is still selectable */
}

.bg_ini {background-color:#f5f6f7;}
       

 .section-padding {padding: 2rem 0;}
  .fl-card-img {  border-radius: 15px 50px 30px 5px;}     
 #social .card{ background-color: #fff; border: 1px solid transparent; border-radius: 6px; }
.card > .card-link{ color: #333; }
.card > .card-link:hover{  text-decoration: none; }
.card > .card-link .card-img img{ border-radius: 6px 6px 0 0; }
.card .card-img{ position: relative; padding: 0; display: table; }
.card .card-img .card-caption{
  position: absolute;
  right: 0;
  bottom: 16px;
  left: 0;
}
#policies .flcard {border-bottom: 1px solid #eef0f1!important; border-right: 1px solid #eef0f1 !important; border-radius: 3px;box-shadow: var(--newtab-card-shadow);}
.card .card-body{ display: table; width: 100%; padding: 12px; }
.card .card-header{ border-radius: 6px 6px 0 0; padding: 8px; }
.card .card-footer{ border-radius: 0 0 6px 6px; padding: 8px; }
.card .card-left{ position: relative; float: left; padding: 0 0 8px 0; }
.card .card-right{ position: relative; float: left; padding: 8px 0 0 0; }
.card .card-body h1:first-child,
.card .card-body h2:first-child,
.card .card-body h3:first-child, 
.card .card-body h4:first-child,
.card .card-body .h1,
.card .card-body .h2,
.card .card-body .h3, 
.card .card-body .h4{ margin-top: 0; }
.card .card-body .heading{ display: block;  }
/* ------------------------------------------- Form Apprentiship MG-------------------------------------*/
#fmApprentiship{
    
    font-family: 'Teko', sans-serif;
  padding-top: 3em;
                             padding-bottom: 30px;
                       
                            }                          
                             
.contact-section .col-md-6{
  width: 50%;
}

#fmApprentiship .form-line{
  border-right: 1px solid #B29999;
}

#fmApprentiship .form-group{
  margin-top: 10px;
}
#fmApprentiship label{
  font-size: 1.3em;
  line-height: 1em;
  font-weight: normal;
}
#fmApprentiship .form-control{

  color: #080808;
}
#fmApprentiship textarea.form-control {
    height: 265px;
   /* margin-top: px;*/
}

#fmApprentiship .submit{
  font-size: 1.1em;
  float: right;
  width: 250px;


}

/* ------------------------------------------- Blog MG-------------------------------------*/
.post {border-bottom: 1px solid #999;}


.post .btn {margin-top:15px;}
       .post .imgcntr {margin-bottom: 35px;}
.post p {line-height:1.42857143;}
       
       .post .btn-primary {  text-transform: uppercase;}
	   /* ------------------------------------------- Tabs page MG-------------------------------------*/
	.nav-tabs{
    border: none;
    margin: 0;
}
.nav-tabs li a, .nav-tabs li a.nav-link {
    padding: 10px;
    margin-right: 20px;
    /*font-size: 1.3rem;*/
    font-weight: 600;
    color: #0041a7;

    border: none;
    border-radius: 0;
    background: transparent;
    z-index: 2;
    position: relative;
    transition: all 0.3s ease 0s;   
}
       .tlink  font-size: 1.5rem;
.nav-tabs li a:hover,.nav-tabs li a:focus{
    text-decoration: none;
    outline: none;
}
	.nav-tabs li a:hover,
.nav-tabs li.active a, .nav-tabs li.active a.nav-link{ border: none; outline: none!important;}
.nav-tabs li a:before{
    content: "";
    width: 100%;
    height: 4px;
    background: #f6f6f6;
    border: 1px solid #e9e9e9;
    border-radius: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.nav-tabs li a:after{
    content: "";
    width: 0;
    height: 4px;
    background: #727cb6;
    border: 1px solid #727cb6;
    border-radius: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
    z-index: 1;
    transition: all 1s ease 0s;
}
.nav-tabs li.active a{ border: none; }



.nav-tabs li:hover a:after,
.nav-tabs li.active a:after{
    width: 100%;
    opacity: 1;
}
.tab-content{
    padding: 0;
    margin: 35px 0;
min-height: 600px;

}
.tab-content a,.tab-content a:link {text-decoration:underline!important}
       .panel-title h4 a:link {text-decoration:none!important}
.tab-content .sect-title{}
.panel-title {color: #197fc7;}

@media only screen and (max-width: 479px){
    .tab .nav-tabs li{
        width: 100%;
        text-align: center;
        margin-bottom: 15px;
    }
  .tab-content{ margin-top: 0; }
} 
.card .beige {   background-color: #fff9f6;}
/* --------------------------------------------  Modal images ---------------------------*/
       
#myPic1, #myPic2 {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#myPic1:hover, #myPic2:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 50000; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.7); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
  margin: auto;
  display: block;
  width: 100%;

}
.photoModal {

    width: 100%;
    margin: 30px auto;

}
/* Caption of Modal Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation */
.modal-content, #caption {  
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)} 
  to {-webkit-transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
}

.post { margin-bottom: 40px; padding-bottom:40px;}

  .read-more-state {
  display: none;
}

.read-more-target {
  opacity: 0;
  max-height: 0;
  font-size: 0;
  transition: .25s ease;
}

.read-more-state:checked ~ .read-more-wrap .read-more-target {
  opacity: 1;
  font-size: inherit;
  max-height: 999em;

}

.read-more-state ~ .read-more-trigger:before {
  content: 'Read more';
}

.read-more-state:checked ~ .read-more-trigger:before {
  content: 'Read less';
}

.read-more-trigger {
  cursor: pointer;
  display: inline-block;
  border: none; color: #0050ff; font-weight: 700; margin-left:0; padding-left:0;  text-transform: uppercase; font-size: 99%;
}

/* Left Column template*/
                  
.pl-5 {
  padding-left: 4rem;
}
.pb-3 {padding-bottom: 4rem;}
.mb-3 {margin-bottom: 3rem;}
.mt-2 {margin-top: 2rem;}
                  
 .bk-blue:hover,
.bk-blue:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.sect-title-blue{
	color:#224098;
}
                  /*News Include*/
ul#news-include-secondary{
	list-style: none;
	padding:0em 0;
	margin: 0px;
}
ul#news-include-secondary li{
	list-style: none;
	border-bottom: 1px solid #9c9c9c;
	padding-top: 1em;
                       padding-bottom: 1em;
}

ul#news-include li i{
	font-size: 5em;
	color: #9c9c9c;
}
ul#news-include-secondary li span.content{
	display: block;
	padding: 0em 0em 0em 0em;
                   line-height:normal
}

ul#news-include-secondary li a{
	color: #000;
}

ul#news-include-secondary li h4{
	color: #111;
	font-size: 1.3em;
	margin: 0px;
}
ul#news-include-secondary li .date{
	font-size:.85em;
   margin:0.5em 0 0 0;
color:#666;
}
