@import url("https://fonts.googleapis.com/css?family=Lato:300,400,700,900");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700");
/* SIZE 
$layout: 1200px;
$height:60px;
$middleheight:$height/2;
$smallheight:$middleheight/2;
*/
/* COLOURS */
/* MIXING */
@import url("https://fonts.googleapis.com/css?family=Lato:300,400,700,900");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700");
/* SIZE 
$layout: 1200px;
$height:60px;
$middleheight:$height/2;
$smallheight:$middleheight/2;
*/
/* COLOURS */
/*
@mixin animation($animation...) {
  -o-animation: $animation;
  -moz-animation: $animation;
  -webkit-animation: $animation;
  animation: $animation;
}*/
#team_slide {
  position: absolute;
  top: 0px;
  width: 300%;
  left: -100%; }
  @media (min-width: 768px) {
    #team_slide {
      left: 0px;
      width: 150%; } }

#team {
  float: left;
  width: 33.3333%;
  height: 100vh;
  position: relative; }

#team .team_container {
  position: absolute;
  top: 23vh;
  left: 5vw;
  width: 40vw; }

#team .title {
  display: block;
  text-transform: uppercase;
  font-family: 'Lato', sans-serif;
  font-size: 35px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  font-size: 3.5vh;
  color: #1e252b; }

#team .separation_line {
  margin-top: 4vh;
  width: 5vw;
  border-bottom: 1px solid #a89f88; }

#team .team_general_content {
  position: absolute;
  height: 45vh;
  width: 40vw;
  font-family: 'OpenSans', sans-serif;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #1e252b;
  font-size: 1.5vh;
  line-height: 2vh; }

#team_images {
  float: left;
  width: 33.3333%;
  height: 100vh;
  background-color: #1e252b;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: column wrap;
  flex-flow: column wrap;
  -webkit-align-content: left;
  align-content: left;
  align-items: center;
  justify-content: center; }

#team_images .fa-plus {
  font-size: 4vh; }

#team_images .team_member {
  clear: both;
  margin-bottom: 7vh;
  margin-top: 7vh;
  width: 100%;
  position: relative; }

#team_images img {
  width: 11vw;
  height: 11vw;
  float: left; }

#team_images .team_info {
  float: left;
  width: 70vw;
  margin-left: 4vw;
  margin-top: 1vh;
  position: relative;
  cursor: pointer; }
  @media (min-width: 768px) {
    #team_images .team_info {
      width: 32vw; } }

#team_images .team_info .team_memeber_name {
  font-family: 'Lato', sans-serif;
  font-size: 2vh;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 0.92;
  letter-spacing: normal;
  color: #a89f88; }

#team_images .team_info .team_member_short_description {
  margin-top: 2vh;
  font-family: 'OpenSans', sans-serif;
  font-size: 1.5vh;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #ffffff;
  max-width: 65vw;
  line-height: 2vh; }
  @media (min-width: 768px) {
    #team_images .team_info .team_member_short_description {
      max-width: 20vw; } }

#team_images .cross {
  width: 3vh;
  height: 3vh;
  position: absolute;
  right: 2vw;
  top: 50%;
  cursor: pointer; }

#team_images .cross:hover {
  opacity: 0.4; }

#team_cv_content {
  float: left;
  width: 33.3333%;
  height: 100vh;
  position: relative; }

#team_cv_content .scrollbar_backline {
  position: absolute;
  height: 100%;
  width: 2px;
  background-color: dimgrey;
  left: 2px; }

#team_cv_content .scrollbar_container {
  position: absolute;
  top: 16vh;
  left: 6vw;
  width: 38vw;
  height: 73vh;
  font-family: 'OpenSans', sans-serif;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #1e252b;
  font-size: 2vh; }

#team_cv_content .scrollbar_box {
  position: absolute;
  top: 0px;
  width: 200%;
  height: 100%;
  line-height: 2vh;
  font-size: 1.5vh; }
  @media (min-width: 768px) {
    #team_cv_content .scrollbar_box {
      width: 100%; } }

#team_cv_content .up_gradient {
  position: absolute;
  top: 0px;
  background: -moz-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );
  /* IE6-9 */
  height: 4vh;
  z-index: 1002;
  width: 36vw;
  height: 5vh;
  display: none; }

#team_cv_content .down_gradient {
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
  /* IE6-9 */
  height: 4vh;
  position: absolute;
  bottom: 0px;
  z-index: 1002;
  width: 36vw;
  height: 5vh; }

#team_cv_content .scrollbar_backline {
  position: absolute;
  height: 100%;
  width: 2px;
  background-color: dimgrey;
  left: 2px; }

#team_cv_content .thumb {
  opacity: 1;
  background-color: #a89f88;
  z-index: 1000; }

#team_cv_content li {
  margin-bottom: 2vh;
  padding-left: 30px;
  position: relative; }
  #team_cv_content li:before {
    content: "";
    width: 20px;
    height: 2px;
    background-color: #a89f88;
    margin-right: 5px;
    position: absolute;
    top: 0.6vh;
    left: 0px; }

/*# sourceMappingURL=team.css.map */
