/* Standard
----------------------------------------*/
body.team-standard .team-hero-overlay {
  background: #dee8e9;
  padding-bottom: 50px;
}
body.team-standard .team-hero-overlay .team-hero-overlay-text {
  border-bottom: 8px solid #fff;
  padding: 50px 0 0 50px;
  display: inline-block;
}
body.team-standard .team-hero-overlay .team-hero-overlay-text a {
  color: inherit;
  text-decoration: none;
  outline: 0;
}
body.team-standard .team-hero-overlay .team-hero-overlay-text a:link {
  color: inherit;
  text-decoration: none;
}
body.team-standard .team-hero-overlay .team-hero-overlay-text a:visited {
  color: inherit;
}
body.team-standard .team-hero-overlay .team-hero-overlay-text a:hover {
  color: inherit;
  text-decoration: none;
}
body.team-standard .team-hero-overlay .team-hero-overlay-text a:active {
  color: inherit;
  text-decoration: none;
}

@media screen and (max-width: 960px) {
  body.team-standard .team-hero-overlay .team-hero-overlay-text {
    border-bottom-width: 3px;
    padding: 20px 0 0 50px;
  }
}
body.team-standard .team-hero-overlay .team-hero-overlay-text  h1 {
  //font-size: 48px;
  font-size: 28px;
  font-weight: 600;
  margin: 0;
  color: #000000;
}
@media screen and (max-width: 960px) {
  body.team-standard .team-hero-overlay .team-hero-overlay-text  h1 {
    font-size: 18px;
  }
}

body.team-standard .content-body .wrapper {
  display: block;
  width: auto;
  vertical-align: top;
  position: static;
  max-width: 1200px;
} 
body.team-standard .download-wrapper {
  text-align: center;
  padding-bottom: 20px;
}

/*body.team-standard .download-wrapper a.article-download {
  width: 250px;
  height: 100px;
  margin: 10px;
  text-align: center;
  padding: 10px 0 0 0;
  position: relative;
  vertical-align: top;
  font-size: 36px;
  display: inline-block;
}
body.team-standard .download-wrapper a.article-download span {
  display: block;
  line-height: normal;
  width: 100%;
  font-size: 13px;
  height: 50px;
  word-break: break-all;
}*/
/*
body.team-standard {
  background: #e6e6e6;
}
body.team-standard .content-header {
  height: 520px;
  border-top: 180px solid #ed1b24;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  clear: both;
}
@media screen and (max-width: 900px) {
  body.team-standard .content-header {
    height: 240px;
    border-top: 0;
  }
}
body.team-standard .main {
  position: relative;
  top: -195px;
  max-width: 860px;
  min-height: 600px;
  margin: 0 auto -195px auto;
  padding: 40px;
  background: #ffffff;
  box-shadow: 0 0 10px 0 #666;
}
@media screen and (max-width: 900px) {
  body.team-standard .main {
    top: 0;
    margin: 0 auto 0 auto;
  }
}
@media screen and (max-width: 640px) {
  body.team-standard .main {
    padding: 40px 10px 10px 10px;
  }
}
body.team-standard .main h1 {
  text-align: center;
  color: #29384d;
  margin: 0;
  font-size: 46px;
}
body.team-standard .main h1::after {
  content: '';
  border-top: 3px solid #ed1b24;
  width: 200px;
  display: block;
  margin: 20px auto 0 auto;
  padding: 0 0 10px 0;
}
@media screen and (max-width: 900px) {
  body.team-standard .main h1 {
    font-size: 36px;
  }
}
@media screen and (max-width: 640px) {
  body.team-standard .main h1 {
    font-size: 26px;
  }
}*/