/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 230px;
  padding-bottom:0px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 230px;
  padding-top: 15px;
    padding-bottom:0px;
    background: #ecedf0;
	margin-top:100px;
	
}
span.footerbold {
	font-weight: 700;
}

.paddingtopfooter {
	
	padding-top:60px;
}
@media (max-width: 768px) {
	.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: auto;
  padding-top: 35px;
    padding-bottom:60px;
    background: #ecedf0;
		
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 280px;
  padding-bottom:370px;
	margin-top:250px;
}
	
}


@media (max-width: 991px){
	.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: auto;
  padding-top: 35px;
    padding-bottom:50px;
    background: #ecedf0;
		
}
	body {
  /* Margin bottom by footer height */
  margin-bottom: 280px;
  padding-bottom:370px;
		margin-top:0px;
}
	.paddingtopfooter {
	
	padding-top:0px;
}
}





.teamnopaddinbottom {
	padding-bottom:0px;
}

@media (max-width: 1355px) {
	

.teamfullwidth {
	width:100%;
	height:1476px;
	background-image:url(../images/team/teamhg_forsmallerdevices.jpg);
	background-repeat:no-repeat;
	margin:0 auto;
	background-size:cover;
	padding-bottom:380px;
	padding-top:30px;
}
}


.teamfullwidth {
	width:100%;
	height:100%;
	background-image:url(../images/team/teamhg.jpg);
	background-repeat:no-repeat;
	margin:0 auto;
	background-size:cover;
	
	padding-top:30px;
}


