@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;
}*/
#about_us_container {
  position: relative; }

#about_us_container .container {
  position: absolute;
  top: 10vh;
  left: 5vw; }

#about_us_container .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; }

#about_us_container .subtitle {
  display: block;
  font-family: 'OpenSans', sans-serif;
  font-size: 25px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  font-size: 2.5vh;
  margin-top: 1vh;
  color: #1e252b; }

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

#about_us_container p {
  margin-bottom: 2vh;
  line-height: 2vh; }

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

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

#about_us_container .scrollbar_container {
  position: absolute;
  height: 45vh;
  width: 90vw;
  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.50vh; }
  @media (min-width: 768px) {
    #about_us_container .scrollbar_container {
      width: 40vw; } }

#about_us_container .scrollbar_box {
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%; }

#about_us_container .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: 39vw;
  height: 5vh;
  display: none; }

#about_us_container .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: 39vw;
  height: 5vh;
  display: none; }

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