.mediaQueryDetect{
	position: absolute;
	padding: 4px;
	top: 4px;
	left: 4px;
	z-index: 1;	
}

.col-md-3{
	width: 25%;
	float: left;
}
.col-md-9{
	width: 75%;
	float: left;
}

a.orangeButton, .orangeButton{
	color: white;
	background: url(../images/white-arrow.png) no-repeat #fc6142 90% 50%;
	text-transform: uppercase;
	color: #ffffff;
	text-decoration: none;
	font-size: 14px;
	padding: 5px 20px;
	box-sizing: border-box;
	padding-right: 50px;
	cursor: pointer;
}
.orangeButton span {
text-transform:capitalize;	
}
input.orangeButton {
	border:none;
}

a.orangeButton:hover, .orangeButton:hover{ background-color: #dc624a; transition: 0.3s; }

hr{ border: 0; background: #c4c4c4; height: 1px; }

.bxsliderEli{height: 396px; overflow: hidden;}

.bxsliderEli a{display: block;}

.bxsliderEli ul { margin-left: 0;}

.content { margin-top: 0px; }

.detailHover {
	background: #f4f4f4;
	width: 320px;
	position: absolute;
	z-index: 10000;
	box-sizing: border-box;
	top: 10px;
	right: 30px;
	display: none;
	padding: 30px;
	-webkit-box-shadow: 0px 0px 15px 2px rgba(0,0,0,0.38);
	-moz-box-shadow: 0px 0px 15px 2px rgba(0,0,0,0.38);
	box-shadow: 0px 0px 15px 2px rgba(0,0,0,0.38);
}

.detailHover:before{
	position: absolute;
	left: -10px;
	content:"";
	width: 0; 
	height: 0; 
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;	
	border-right: 15px solid white;
}

.detailHover h2{ font-size: 16px!important; line-height: 20px; color:#373737; font-weight: 600; }

.detailHover p {
	font-size: 14px!important;
	float: none!important;
	width: 100%!important;
}

.excerpt{
	padding-top: 5px;
	margin-top: 27px;
	/*border-top: 2px solid #c4c4c4;*/
}

.footer {
	width: 1080px;
	margin: auto;
	background: #3b3b3b;
	color: #ffffff;
	padding: 30px;
	box-sizing: border-box;
	font-size: 12px;
}

.footer .leftFooter { float: left; }
.footer .leftFooter span { margin-left: -5px; margin-right: 5px; }
.footer .logoFooter { margin-right: 20px; position: relative; top: 10px; }
.footer .rightFooter { float: right; }

.footer a {
	color: #ffffff;
	text-decoration: none;
	margin-right: 10px;
}

.halfLeft{ float: left; }

.halfLeft h4{
	font-size: 18px;
	font-weight: 300;
	line-height: 24px;
	margin-top: 20px;
}

.halfLeft, .halfRight{ width: 48%; }

.halfRight{ float: right; }

.halfRight p{
	margin-bottom: 15px;
	font-size: 14px;
	line-height: 19px;
}

.header { position: relative; }

.header .logos{ padding: 20px 30px; box-sizing: border-box; }

.header .logos .logosLeft { float: left; }
.header .logos .logosLeft img {
	width:100px;
}

.header .logos .logosRight { float: right; position: relative; top: 10px; }

.header .navBar {
	width: 100%;
   background: #3b3b3b;
	color: #ffffff;
	padding: 0px 22px;
	box-sizing: border-box;
	z-index: 10000;
}

.header .navBar .myArea {
	margin-right: 0;
	float: right;
	top: 10px;
}

.header .navBar .orangeButton {
	font-size: 13px;
	padding: 0px 20px;
	background-image: none;
}

.header .navBar .orangeButton:hover{ background: #dc624a; transition: 0.3s; }

.header .navBar ul {
	float: left;
	margin-bottom: 0px;
	margin-left: 0;
	width: 100%;
}

.header .navBar ul li {
	display: inline-block;
	margin-right: 16px;
	position: relative;
}

.header .navBar ul li a {
	text-transform: uppercase;
	color: #ffffff;
	text-decoration: none;
	font-size: 14px;
	cursor: pointer;
	padding: 10px 0px;
	display: inline-block;
}

.header .navBar ul li a.active { font-weight: bold; }

.anouncement{
	 background: #3b3b3b;
    padding: 20px 20px 30px;
    color: white;
    font-size: 14px;
    line-height: 20px;
    /*margin-bottom: 2px;*/
}

.anouncement a{
	background: black url(../images/white-arrow.png) no-repeat 95% 50%;
	color: white;
	text-decoration: none;
    padding: 5px 20px;
    box-sizing: border-box;
    padding-right: 50px;
	font-weight: bold;
	text-transform: uppercase;
}

.innerContent{ padding: 15px 40px 30px 40px; }

.innerContent img.alignLeft{ margin-right: 20px; margin-bottom: 20px; }
.innerContent img.alignRight{ margin-left: 20px; margin-bottom: 20px; }

.innerContent p{
	font-size: 15px;
	font-weight: 400;
	line-height: 24px;
	color: black;
	margin-bottom: 15px;
	/*word-break: break-all;*/
}

.innerContent li {font-size:15px;}

.innerContent .jobsDesc p{
	font-size: 13px;
	line-height: 18px;
	margin-bottom: 20px;
}

.innerContent h1{
	font-weight: 300;
	color: black;
	font-size: 30px;
	border-bottom: 3px solid #fc6142;
	padding-bottom: 15px;
	padding-top:15px;
}
.innerContent h3{ font-size: 26px; font-weight: 300; }

.innerContent h4{ font-size: 20px; font-weight: 300; }

.innerContent h5{ font-size: 16px; font-weight: 600; line-height: 21px;}

.event{
	padding-top: 20px;
	padding-bottom: 27px;
	border-top: 2px solid #c4c4c4;
}
.event.noBorder {
	border-top:none;
	padding-top:5px;
}
.event .dates{
	width: 180px;
	float: left;
	border: 1px solid #fc6142;
	text-align: center;
	padding: 18px 0px;
	position: relative;
	top: 4px;
}

.event .dates p{
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 600;
	line-height: 21px;
}

.event .dates p .day{ color: #fc6142; font-size: 21px; }

.event .dates p b{ font-weight: 300; }

.event .text{ width: 595px; float: right; margin-top: 6px;}
.event .logo {	float:left;	width: 180px; padding:15px 0px; margin-right:20px;    border: 1px solid #afafaf;
    margin-top: 4px;
    height: 72px;
    text-align: center;
    line-height: 103px;}

.event .text h2{ font-weight: 300; font-size: 22px; margin-bottom: 12px; }

.event .text h3{
	font-weight: 600;
	font-size: 16px;
	margin-bottom: 18px;
	text-transform: uppercase;
}

.event p{ margin-bottom: 0; }

.event:hover{
	background: #f2f2f2;
	padding-left: 40px;
	padding-right: 40px;
	margin-left: -40px;
	margin-right: -40px;
}

.event:hover + .event{
	padding-left: 40px;
	padding-right: 40px;
	margin-left: -40px;
	margin-right: -40px;
}

.eventButton {
	background: white;
	border-top: 1px solid #d8d8d8;
	padding: 25px 30px;
	margin: 10px -30px -30px -30px;
}

.eventButton { display: block; }

.leftColumn { float: left; margin-top: -30px; background: #e1e1e1; position:relative; z-index:100000;}

.leftColumn .greyCont {
	padding: 30px;
	box-sizing: border-box;
	background: #f4f4f4;
	color: #000000;
	font-size: 14px;
}
.leftColumn .happyNewYear {

    padding: 30px 30px 10px 30px;
    box-sizing: border-box;
    color:#fc6142;   
    z-index:10000;
    background-image:url(../images/happyNewYear.png);
    background-size:100% 100%;
}
.leftColumn .happyNewYear h1{
	 font-size:24px;
    line-height:28px;
}
.leftColumn .greyCont .bigFont { font-size: 18px; font-weight: 300; padding: 20px; box-sizing: border-box; }

.leftColumn .greyCont img { float: right; margin-left: 15px; margin-bottom: 15px; }

.leftColumn .orangeCont{
	padding: 15px 30px;
	padding-right: 50px;
	padding-bottom: 30px;
	box-sizing: border-box;
	color: #ffffff;
	background: #fc6142;
}

.leftColumn .orangeCont h1 { font-size: 24px; margin-top: 20px;  margin-bottom: 10px;}

.leftColumn .orangeCont p{ font-size: 18px; line-height: 28px; font-weight: 300; margin-bottom:0;}

.leftColumn, .rightColumn{ width: 50%; }

.main {
	width: 1080px;
	margin: auto;
	height: auto;
	background: #ffffff;
	min-height: 850px;
}

.noMarginRight{ margin-right: 0px!important; }


.rightColumn{
	float: right;
	position: relative;
	margin-top: -203px;
	z-index: 10000;
	background: #ffffff;	
}

.rightColumn .article ul{
	margin: 0;
}

.bx-wrapper .bx-controls-direction a{
	top: 70%;
}

.bx-wrapper .bx-prev{
	left: 40px;
}

.bx-wrapper .bx-next{
	right: 40px;
}
.rightColumn .article .imageCont{
	background: #e1e1e1;
	padding: 30px 30px 30px 30px;
	box-sizing: border-box;
}

.rightColumn .article .imageCont img{
	width: 100%;
	height: auto;
}

.rightColumn .article .whiteTextCont { padding: 30px; }

.rightColumn .article .whiteTextCont a{
	color: #fc6142;
  	text-decoration: none;
	font-size: 14px;
	cursor: pointer;
}

.rightColumn .article .whiteTextCont h1 {
	text-transform: uppercase;
	color: #000000;
	font-size: 24px;
}

.rightColumn .article .whiteTextCont p { font-size: 14px; margin-bottom: 0;}

.newsDetail {
	padding: 8px 22px;
	box-sizing: border-box;
	background: #f4f4f4;
	position: relative;
	cursor: pointer;
}

.newsDetail:hover{
	border: 2px solid #fc6142;;
	padding: 6px 20px;
}

.newsDetail .date { width: 17%; text-align: left; }

.newsDetail .date .day, .newsDetail .date .year  {
	font-size: 18px;
	color: #000000;
	width: 80px;
	text-align: center;
    line-height: 21px;
    margin-bottom: 5px;
}
.newsDetail .date .year {
	 margin-top: 5px;
	 font-size: 16px;
	 color: #000000;
}
.newsDetail .date .month {
	font-size: 14px;
	text-transform: uppercase;
	color: #ffffff;
	background: #f1592a;
	width: 80px;
	text-align: center;
}

.newsDetail .date span { display: block; }

.newsDetail .date, .rightColumn .newsDetail p { float: left; }

.newsDetail p { font-size: 14px; line-height: 24px; width: 75%; margin-bottom: 0px; }

.newsDetail p span{text-transform: uppercase; font-size: 13px; color: gray;}

.newsDetail .detailCont p{font-size: 14px; line-height: 19px; margin-bottom: 20px;}

.newsDetail.grey { background: #e1e1e1; }

.newsHeadline { padding: 10px 30px; padding-bottom: 25px; box-sizing: border-box; }
.leftColumn .newsHeadline{background: white; padding: 30px;}

.newsHeadline h1{
	color: #f1592a;
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
	margin-top: 10px;
	margin-bottom: 10px;
}

.newsHeadline p { font-size: 14px; color: #000000; margin-bottom: 15px;}

.newsTitle{
	background: #e1e1e1;
	padding:10px 22px;
	box-sizing: border-box;
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
	color: #000000;
	margin-bottom: 0px;
}

.newsTitle.darkGrey{
	background: #3b3b3b;
	color:#ffffff;
}
.newsTitle.darkGrey span, .newsTitle.orange span {
	background: url(../images/white-arrow-down.png) no-repeat 20% 50%;
}
.newsTitle.orange {
	background: #fc6142;
	color:#ffffff;
}
.newsTitle span{
	display: inline-block;	
	background: url(../images/silver-arrow.png) no-repeat 20% 50%;
	width: 14px;
	height: 18px;
}

.submenu {
	position: absolute;
	margin: 0;
	list-style: none;
	text-align: left;
	height: auto;
	left: 0px;
	top: 45px;
	width: 127px;
}

.submenu li {
	background: #1d1d1e;
	opacity: 0.9;
	color: #ffffff;
	position: relative;
	z-index: 1000;
	padding: 5px 10px;
	width: 200px;
}

.header .navBar ul li .submenu li a{	
	font-size: 14px !important;
	text-transform: none !important;
	padding: 2px 0px;
}

.submenu li a:focus { display: block; }
.submenu li { background: #fc6142; }
.submenu li:hover { background: #dc624a; }

.topRightCont{
	position: relative;
	z-index: 1000;
	-webkit-box-shadow: -7px 7px 20px -7px rgba(0,0,0,0.48);
	-moz-box-shadow: -7px 7px 20px -7px rgba(0,0,0,0.48);
	box-shadow: -7px 7px 20px -7px rgba(0,0,0,0.48);
}
.photoGallery img {
	border: 5px solid #fff;
	width:250px; 
	margin-right:15px;
  -webkit-box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.38);
     -moz-box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.38);
          box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.38);
}
.messageTable {
	width:100%;
}
.messageTable label {
	display:block;
	margin-bottom: 15px;
	margin-top:8px;
}
.messageTable input[type=text], .messageTable input[type=password]{
	width:30%;
}
.messageTable input[type=text]:focus, .messageTable textarea:focus {
	-webkit-box-shadow: -1px 3px 10px -3px #fc6142;
-moz-box-shadow: -1px 3px 10px -3px #fc6142;
box-shadow: -1px 3px 10px -3px #fc6142;
border: 1px solid #fc6142;
}
.messageTable input[type=text],.messageTable input[type=password], .messageTable textarea {
	padding:5px;
	box-sizing:border-box;
	font-size: 14px;
	border: 1px solid #AFAFAF;
}
 .messageTable textarea{
	padding:5px;
	box-sizing:border-box;
	font-size: 14px;
	border: 1px solid #AFAFAF;
	width :75%;
	height:200px;
}
.messageTable .labelTD {
	width:20%;
	vertical-align:middle;
}
.messageTable .labelTextareaTD{
	vertical-align:top;
} 
.messageTable input.orangeButton {
	margin-top:20px;
}
.imageAndDesc {
	width:300px;
	text-align:center;
}
.imageAndDesc small {
	font-size:12px;
	text-align: justify!important;
	display:block;
}
.imageAndDesc.alignLeft{
		margin-right:15px;	
} 
.imageAndDesc.alignRight{
		margin-left:15px;	
} 
h2.dateTitle{font-size: 22px; color: #000000; padding: 10px 5px;}
h2.dateTitle span {color: #ffffff; background: #f1592a; padding: 5px; font-size: 16px; line-height: 30px; display: inline-block; position: relative; top: -2px;}
.SSLFooter {
	margin-top:10px;
}
.SSLFooter a {
	display:inline-block;
	float:right;
	margin-left:5px;
	color:#ffffff!important;
	font-size:12px!important;
}
.SSLFooter img {
	width:60px;
}
.fancybox-overlay {
	z-index:200000!important;
}
.homeGallery {
	margin-top:0px;
	padding:30px 30px 30px 30px;
	box-sizing:border-box;
}
.homeGallery img {
	width: 130px;
}
.homeGallery ul li a {
	float:left;
	display:inline-block;
	margin-bottom:10px;
}
.homeGallery ul  {
	margin-left:5px;
	margin-top:0px;
}
.homeGallery .bx-wrapper .bx-controls-direction a{
	top:280px;
}
.homeGallery .bx-controls{
	margin-top: 20px;
}
.homeGallery h1 {
	text-transform: uppercase;
	color: #000000;
	font-size: 24px;
	margin-bottom:0px;
}
.galleryCounter {
	text-align:center;
}
.article .bx-viewport {
	max-height:662px;
	height:662px!important;
}
#expList .collapsed {
    background: url(../images/collapsed.png) #ffffff no-repeat;
     color: #000000;  
}
#expList .expanded {
    background: url(../images/expanded.png)#ffffff no-repeat;   
    color: #000000;    
  
}
#expList .expanded ul,   #expList .collapsed ul {
	background:#ffffff;
	color:#000000;
	
}

#expList .expanded ul li .content,   #expList .collapsed ul li .content {
	border:1px solid#fc6142;
	margin-bottom:10px;
	background:#ffffff;
	color: #000000;
	margin-left:-30px;
}
#expList .expanded span, #expList .collapsed span {
	background:#fc6142;
	color:#ffffff;
	width:200px;
	padding:3px;
	display:inline-block;
	margin-bottom:10px;

}
#expList li {
    line-height: 140%;
    text-indent: 0px;
    background-position: 1px 8px;
    padding-left: 30px;
    background-repeat: no-repeat;
  
}
#expList li a {
	display:block;
	margin-bottom:10px;
	color:#000000;
}
#expList ul {
    list-style: none;
    margin: 0;
    padding: 0;
    cursor: pointer;
}
#expList li {
    line-height: 140%;
    text-indent: 0px;
    background-position: 1px 8px;
    padding-left: 30px;
    background-repeat: no-repeat;
    list-style: none;
}
.listControl a {
    border: 1px solid #fc6142;
    color: #ffffff;
    cursor: pointer;
    height: 1.5em;
    line-height: 1.5em;
    margin-right: 5px;
    padding: 4px 10px;
    text-transform:uppercase;
    text-decoration:none; 
    background:#fc6142;
}
.listControl {
    margin-bottom: 15px;
}
#listContainer {
    margin-top: 15px;
}



/* IMPULSE PROJECT
----------------------------------------------------------------------------------------*/

.row{
	display:flex;
	flex-direction:row;
}
.buildingImg {
	width: 319px;
	height: 192px;
	margin-right: 7px;
}
.impulseImg{
	max-width: 30%;
	margin-left: 10px;	
}
.impulsePart img {
	width: 85%;
	height: auto;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
	margin-top: 30px;
}
.EUProject{
	margin:40px 0 10px 0;
	padding-top: 25px;
	border-top: 1px solid rgb(35, 164, 234);
}
#smallTitle{
	font-weight: bold;
	margin-bottom: 25px !important;
}
.italicTxt{
	font-style: italic;
}
#lastParagraph{
	margin-left: 15px;
	font-style: italic;
}
.lastSection{
	margin-bottom: 50px;
}
@media (max-width: 768px) {
	.row {
	  flex-direction: column;
	}
	.buildingImg {
		width: 85%;
		height: auto;
		display: block;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 7px;
	}
	.impulseImg {
		width: 85%;
		height: auto;
		display: block;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 7px;
	}
  }

/* IMPULSE PROJECT
----------------------------------------------------------------------------------------*/

@media screen and (max-width: 1080px) {
	.mediaQueryDetect{z-index: 2;}
	.main, .footer{ width: 100%; }
   .event .dates{ width: 15%; }
   .event .text{ width: 65%; }
   .event .logo {margin-right:1%;   }
	.newsDetail p {width:70%;margin-left:3%;}
	.newsDetail {padding-right:0;}
	.photoGallery img {width:22%;}
	.bxsliderEli{height: auto;}
	.header .navBar ul li a{padding: 5px 0px;}
	.header .navBar{padding: 10px 30px;}
	.submenu{top: 35px;}
	.bx-wrapper img{height: auto;}
	.header .navBar ul li {
		margin-right: 1.28%;
	}
	.homeGallery img {
	width: 88%;
	height:96px;
}
.homeGallery ul li a {
	float:left;
	display:inline-block;
	margin-bottom:10px;
	width:33%;
}
.homeGallery .bx-wrapper .bx-prev{
	left:5px;
}
 .homeGallery .bx-wrapper .bx-next{
 	right:5px;
 }
 .homeGallery .bx-wrapper .bx-controls-direction a{ 
 top:100%;
 }
}

@media screen and (max-width: 1024px) {
	.mediaQueryDetect{z-index: 3;}
   .event .dates{ width: 20%; }
   .event .text{ width: 59%; }
    .event .logo {margin-right:2%; }
	.rightColumn{ margin-top: -100px;}
	.header .navBar{padding: 10px 20px;}
	.header .navBar ul{margin-top: 0; display: inline-block; float: none;}
	.header .navBar ul li a{font-size: 14px;}
	.header .navBar .orangeButton, .header .navBar .orangeButton:hover{background: none; color: #fd7f64; padding: 0;}
	.newsHeadline .orangeButton.alignRight {
		float:left;
		/*margin-top:5px;*/
	}
	.newsHeadline .orangeButton.alignLeft {
		margin-right:4px;
	}
}

@media screen and (max-width: 960px) {
	.mediaQueryDetect{z-index: 4;}
   .event .dates{ width: 25%; }
   .event .text{ width: 50%; }
   .newsDetail .date .month, .newsDetail .date .day {
   	width:100%;
   }
   	.photoGallery img {
		width:45%;
		margin-bottom:10px;
	}
	.newsHeadline .orangeButton.alignLeft {
		margin-bottom:5px;
	}	  
	.homeGallery img {
	width: 87%;
	}
}

@media screen and (max-width: 800px){
	.inlineLogos {
		display:none;
	}
	
}
@media screen and (max-width: 768px) {
	.mediaQueryDetect{z-index: 5;	}
   .event .dates{ width: 30%; }
   .event .text{ width: 40%; }
   .event .logo {margin-right:1%; width:25%; }    
   .halfLeft, .halfRight{ width: 100%; margin: 0; }
   .halfLeft img{ width: 100%; height: auto; }
   .leftColumn, .rightColumn{ width: 100%; }
	.header .navBar{position: static;}
	.header .logos{padding: 20px;}
	 .newsDetail p {
   	float:right;
   }
   .newsHeadline .orangeButton.alignRight {
		float:right;
		margin-top:0;
	}
	.messageTable .labelTD,	.messageTable .labelTextareaTD , .messageTable .inputTD  {
	width:100%; display:block;}
	.messageTable label {
		margin-bottom:5px;
	}
	.messageTable input[type=text], .messageTable textarea {
		width:100%;	}

}

@media screen and (max-width: 600px) {
	.mediaQueryDetect{z-index: 6;}
   .event .dates{ width: 50%; }
   .event .logo {margin-right:1%; width:45%; }    
   .event .text{ width: 100%; float:left; margin-top:15px; }
  	.photoGallery img {
		width:40%;
		margin-bottom:10px;
	}
	.contactImage{
		display:none;
		
				}
	.homeGallery ul li a {
		width:50%;
	}			
	.homeGallery img {
	width: 80%;
	 -webkit-box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.38);
    -moz-box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.38);
    box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.38);
}
	}

}

@media screen and (max-width: 480px) {
	.mediaQueryDetect{z-index: 7;	}
	.innerContent{ padding: 20px; }
   .event .text{ width: 100%; }
   .event .dates{
		width: auto;
		border-width: 4px;
		margin-bottom: 20px;
		padding: 15px 20px;
	}
	.event:hover{
		padding-left: 20px;
		padding-right: 20px;
		margin-left: -20px;
		margin-right: -20px;
	}
	.event:hover + .event{
		padding-left: 20px;
		padding-right: 20px;
		margin-left: -20px;
		margin-right: -20px;
	}
	 .newsHeadline .orangeButton.alignRight {
	float:left;
	margin-top:5px;
	}

}

@media screen and (max-width: 360px) {
	.mediaQueryDetect{z-index: 8;	}
	.event .dates{
		width: 100%;
		padding-left: 0;
		padding-right: 0;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
	}
	a.orangeButton{
		width: 100%;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		display: block;
	}
	.event .text h2{ font-size: 24px; line-height: 28px; }

}

.alignLeft{
	float: left;
}
.alignRight{
	float: right;
}
.col-md-5{
	width: 15%;
	float: left;
}

