/* 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;
	
}


.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: 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;
	color: white;
	border-radius: 10px;
	text-align: center;
	padding: 5px;
	font-weight: bold;
    width: 62px;
    float: left;
	margin-right: 14px;
}
.press-item .date .day{
	display: block;
	background-color: white;
	color: #0050ff;
	border-radius: 10px;
	font-size: 2em;
	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{
	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;
}





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;


}