/* CSS Document */

pre{
	white-space: pre-wrap;
}

.banner-img{
	position:relative;
}
.banner-caption {
	position: absolute;
	left: 25%;
	top: 10%;
	z-index: 10;
	padding-top: 0px;
	padding-bottom: 0px;
	color: #fff;
	text-align: center;
	text-shadow: none;
	font-size: 2.5em;
	font-weight: bold;
	text-shadow: 1px 1px 2px #666;
	
}
.modal-backdrop.in {opacity: 0!important;}

.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.29em;
}

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;
}

.social-badges{}
.social-badges .fa{
	font-size: 1.5em;
	padding: .25em;
	width: 1.5em;
	height: 1.5em;
	background-color: #123123;
	color: white;
	margin: 0em .25em;
}
.social-badges .fa-facebook{background-color:#3b5999;}
.social-badges .fa-twitter{background-color:#5eaade;}
.social-badges .fa-linkedin{background-color:#0177b5;}
.social-badges .fa-instagram{background-color:#a6745b;}
/*.social-badges .fa-snapchat-ghost{background-color:#FFFC00;color:black;}*/
.social-badges .fa-snapchat-ghost{background-color:#FFFC00;color:white;text-shadow: 0px 0px 2px black;}
div.snapchat{margin-top: 1em;}

.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: 9px;
	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;
	color: white;
	border-radius: 10px;
	text-align: center;
	padding: 5px;
	font-weight: bold;
    width: 55px;
    float: left;
	margin-right: 14px;
}
.press-item .date .day{
	background-color: white;
	color: #0050ff;
	border-radius: 10px;
	font-size: 1em;
	font-weight: bold;
	padding: 3px 5px;
	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{
	color:white;
	background-color:#3c81f8;
	font-size: 1em;
	padding: .5em 2em;
	font-weight: bold;
	float: right;
}

.btn-more {float: left;margin-top:0;
       }
section{
	margin-bottom: 2em;

}

section h4.sect-title{
	color:#0050ff;
}









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;
}

section.press.item a.learn-more {
	color: #fff;
	background-color: #00289c;
	padding: .25em .5em;
	float: right;
	border-radius: 4px;
}

#transitionResumeModal{
	margin-top: 60px;
}

/* ------------------------------------------- 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;}
/* --------------------------------------------  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: 1; /* 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.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;

}

/* 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;}