/*
*
|  Page Name       : account_list.css
|  Description     : css for displaying accounts
|  Created by      : Kathlynn 
|  Date Created    : November 2018
|  Last Update by  : Kathlynn Gallardo
|  Last update     : November 2018
*
*/
.-case-main{
  width: 100%;
  height: 100%;
}
.-case-content{
  background-image: linear-gradient(to right, #FFCF6D , #FF8964);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-top: 200px;
  padding-bottom: 8vh;
}
.-case-container .-case-content{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-top: 20vh;
}
.-case-content .-title{
  margin: 0px;
  width: 50%;
  padding-top: 15px;
  text-align: center;
  font-weight: 600;
  font-size: 36px;
  color: #ffffff;
}
.-case-content .-content{
  margin: 0px;
  width: 80%;
  line-height: 1.6;
  padding-top: 15px;
  text-align: center;
  font-weight: 400;
  font-size: 20px;
  color: #ffffff;
}
.-study-title{
  text-align: center;
  font-size: 36px;
  font-weight: 600;
  padding-top: 10vh;
}
.-divider .-case-label{
  font-size: 16px;
  font-weight: 600;
  margin: 0px;
  padding-bottom: 20px;
}
.-label-before,
.-label-after {
  display: flex;
  justify-content: space-between;
  text-align: center;
  align-items: baseline;
  flex-direction: row;
  padding-bottom: 30px;
  padding-top: 10px;
  margin: 0px;
}
.-col {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 100%;
}
.-label-before .-col .-title{
  font-size: 22px;
  font-weight: 600;
  color: #FF0041;
  width: 21vh;
}
.-label-before .-col .-content{
  font-size: 14px;
  font-weight: 400;
  color: #ff00418a;
  line-height: 1.2;
}
.-label-after .-col .-title{
  font-size: 22px;
  font-weight: 600;
  color: #2EC250;
  width: 21vh;
}
.-label-after .-col .-content{
  font-size: 14px;
  font-weight: 400;
  color: #2ec2508a;
  line-height: 1.2;
}
.-before .-study-content,
.-after .-study-content{
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  margin: 0px;
  height: 100px;
}
.-divider{
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  width: 400px;
}
/******BEFORE VECTORS******/
.-all-case-study{
  display: flex;
  justify-content: space-around;
  text-align: center;
  align-items: center;
  flex-direction: row;
  padding: 5vh 25vh 25vh 25vh;
}
.-all-case-study .-before{
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  width: 50vh;
}
.-before .-vector,
.-after .-vector{
  width: 400px;
  height: 400px;
  padding-bottom: 5vh; 
}
.-before .-img{
  width: 100%;
  height: 100%;
}
/******AFTER VECTORS******/
.-all-case-study .-after{
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  width: 50vh;
}

.-after .-img{
  width: 100%;
  height: 100%;
}
/******SCHOOL LOGO******/
.-about-logo{
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 0px;
  flex-direction: column;
  margin: 100px 20px 20px 20px;
}
.-about-logo .-logo {
  width: 230px;
  height: auto;
  margin: 20px;
}
.-logo .-img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.-logos{
  display: flex;
  justify-content: center;
  flex-direction: row;
}
@media screen and (max-width: 769px){
  .-case-content{
    padding-top: 100px !important;
    width: 100% !important;
  }
  .-case-content .-title {
    margin: 0px;
    width: 50%;
    padding-top: 0px;
    text-align: center;
    line-height: 1.4;
    font-weight: 600;
    font-size: 26px;
    color: #ffffff;
  }
  .-case-content .-content {
    margin: 0px;
    width: 100%;
    line-height: 1.4;
    padding: 2vh 5vh;
    text-align: center;
    font-weight: 400;
    font-size: 14px;
    color: #ffffff;
  }
  .-before .-vector, 
  .-after .-vector {
    width: 300px !important;
  }
  .-about-logo {
    flex-direction: row;
    align-items: center;
    margin-top: 25px;
  }
  .-about-logo .-logo {
    width: 120px;
    height: auto;
    margin: 0px; 
    padding-top: 0vh; 
  }
  .-all-case-study {
    flex-direction: column !important;
    padding-top: 0px;
  }
  .-study-title {
    padding-top: 0vh; 
    font-size: 26px;
  }
  .-label-before .-col .-title {
    width: 12vh !important;
    font-size: 18px;
    line-height: 1.4;
  }
  .-col {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    width: 34%;
    align-items: center;
  }
  .-label-before, .-label-after {
    width: 100% !important;
  }
  .-study-title {
    padding-top: 0vh;
    font-size: 20px;
  }
  .-label-after .-col .-title{
    font-size: 18px;
  }
  .-logos {
    flex-direction: column;
    margin: 25px !important;
  }
  .-divider{
    width: 100% !important;
  }
}