@import url("https://fonts.googleapis.com/css?family=Montserrat:400,500,700&display=swap");


* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
  font-family: "Montserrat", sans-serif;
}

body {
  background: linear-gradient(90deg, #7ab8a5 70%, #d1e0df 60%);
  font-size: 12px;
  line-height: 20px;
  color: #555555;
}

p {
  margin-bottom: 1em;
}

.expand {
    height: 24px;
    line-height: 20px;
    overflow: hidden;
    transition: height 0.3s ease;
    font-style: italic;
    margin-bottom: 0;

}

.expand a {
  /*font-weight:600;*/
  color: #5a9885;
}

.bold {
  font-weight: 400;
  font-size: 20px;
  text-transform: uppercase;
  padding-bottom: 10px;
}

.bold span {
    color:#5a9885;
    font-weight: 600;
    font-size: 16px;
}

.semi-bold {
  font-weight: 500;
  font-size: 13px;
}

.divider-left {
    width: 100%; 
    height: 25px; 
    background-color: #868585;
} 

.divider-left p {
    text-align: center;
    color: #dcdbdb;
    padding-top: 3px;
}

.divider-right {
    width: 100%; 
    height: 25px; 
    background-color: #dcdbdb;
} 

.divider-right p {
    text-align: center;
    color: #868585;
    padding-top: 3px;
}

.resume {
  width: 800px;
  height: auto;
  display: flex;
  margin: 0px auto;
  margin-bottom: 3em;
  background: #d1e0df;
}

.resume .resume_left {
  width: 230px;
  background: #d1e0df;
}

.resume .resume_left .resume_profile {
  width: 100%;
  height: 120px;
  overflow: hidden;
}

.resume .resume_left .resume_profile img {
  width: 100%;
  position: relative;
  top: -80px;
}

.resume .resume_left .resume_content {
  padding: 0 25px;
}

.resume .title {
  margin-bottom: 10px;
}

.resume .resume_left .bold {
  color: #555555;
}

.resume .resume_left .regular {
  color: #555555;
}

.resume .resume_item {
  padding: 25px 0;
  border-bottom: 2px solid #7ab8a55c;
}

.resume .resume_left .resume_item:last-child,
.resume .resume_right .resume_item:last-child {
  border-bottom: 0px;
}

.resume_left a {
  color: #555555
}

.resume_left a:hover {
  color: #5a9885
}

.resume .resume_left ul li {
  display: inline-flex;
  align-items: center;
}

.resume .resume_left ul li:last-child {
  margin-bottom: 0;
}

.resume .resume_left ul li .icon {
  width: 20px;
  height: 35px;
  /*background: #fff;*/
  color: #7ab8a5;
  border-radius: 50%;
  font-size: 16px;
  position: relative;
}

.resume .icon i,
.resume .resume_right .resume_hobby ul li i {
  position: absolute;
  top: 50%;
 
  transform: translate(-50%, -50%);
}

.resume .resume_left ul li .data {
  color: #555555;
  
}

.resume .resume_left .resume_skills ul li {
  display: flex;
  margin-bottom: 10px;
  color: #555555;
  justify-content: space-between;
  align-items: center;
}

.resume .resume_left .resume_skills p span {
    color: #5a9885;
    font-size: 18px;
  }
  

.resume .resume_left .resume_skills ul li .skill_name {
  width: 25%;
}

.resume .resume_left .resume_skills ul li .skill_progress {
  width: 60%;
  margin: 0 5px;
  height: 5px;
  background: #efefef;
  position: relative;
}

.resume .resume_left .resume_skills ul li .skill_per {
  width: 15%;
}

.resume .resume_left .resume_skills ul li .skill_progress span {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: #5a9885;
}

.resume .resume_left .resume_social .semi-bold {
  color: #fff;
    margin-bottom: 0;
    margin-top: 0.5em;
}

.resume .resume_left .resume_social .semi-bold span {
    color: #7ab7a5;
    margin-bottom: 3px;
    font-weight: 100;
  }

.resume .resume_left .resume_social a {
  color: #5a9885;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  text-decoration: none;
}

.resume .resume_left .resume_social p {margin-bottom: 0;}
.resume .resume_left .resume_social .expand {
  font-style: normal;    
}

.resume .resume_right {
  width: 570px;
  background: #fff;
  padding: 0px;
}

.resume .resume_right .bold {
  color: #555555;
}

.resume .resume_right .resume_profile {
    width: 100%;
    height: 120px;
    padding-top: 10px;
  }

.resume .resume_right .resume_profile h1 {
    text-align: center;
    font-weight: 100;  
    font-size: 30px;  
    line-height: 35px;
    text-transform: uppercase;
}

.resume .resume_right .resume_profile p {
    text-align: center;
    font-weight: 200;
    font-size: 10px;
    line-height: 14px;
    margin: 0px 15px;
}

.resume .resume_right .resume_content {
    padding: 0 25px;
  }

.resume .resume_right .resume_work ul,
.resume .resume_right .resume_education ul {
  padding-left: 40px;
  overflow: hidden;
  margin-bottom: 20px;
}

.resume .resume_right .resume_work ul p span,
.resume .resume_right .resume_education ul p span {
  font-size: 11px;
  font-style: italic;
  
}


.resume .resume_right ul li {
  position: relative;
}

.resume .resume_right ul li .date {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 5px;
  color:#7ab8a5;
}

.resume .resume_right ul li .date span {
    font-size: 13px;
    font-weight: 100;
    color:#555555;
  }

.resume .resume_right ul li .info {
  margin-bottom: 20px;
  
}

.resume .resume_right ul li:last-child .info {
  margin-bottom: 0;
}

.resume .resume_right .resume_work ul li:before,
.resume .resume_right .resume_education ul li:before {
  content: "";
  position: absolute;
  top: 5px;
  left: -25px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  border: 2px solid #bfbfbf;
}

.resume .resume_right .resume_work ul li:after,
.resume .resume_right .resume_education ul li:after {
  content: "";
  position: absolute;
  top: 14px;
  left: -21px;
  width: 2px;
  height: 100%;
  background: #bfbfbf;
}

.resume .resume_right .resume_hobby ul {
  display: flex;
  justify-content: space-between;
}

.resume .resume_right .resume_hobby ul li {
  width: 80px;
  height: 80px;
  border: 2px solid #0bb5f4;
  border-radius: 50%;
  position: relative;
  color: #0bb5f4;
}

.resume .resume_right .resume_hobby ul li i {
  font-size: 30px;
}

.resume .resume_right .resume_hobby ul li:before {
  content: "";
  position: absolute;
  top: 40px;
  right: -52px;
  width: 50px;
  height: 2px;
  background: #0bb5f4;
} 

.resume .resume_right .resume_hobby ul li:last-child:before {
  display: none;
}

.resume .resume_right .resume_other ul {
    display: flex;
    justify-content: space-between;
  }

  .resume .resume_right .resume_other  .semi-bold {
    font-size: 16px;
    margin-bottom: 0;
  }
 
  .resume .resume_right .resume_other  .semi-bold span {
    color:#5a9885;
    
  }


.resume .resume_right .resume_volunteering ul {
    display: flex;
    justify-content: space-between;
  }

  .resume .resume_right .resume_volunteering  .semi-bold {
    font-size: 16px;
    margin-bottom: 0;
  }
 
  .resume .resume_right .resume_volunteering  .semi-bold span {
    color:#5a9885;
    
  }

  .custom-link {
    color: #555555;
  }

  .custom-link:hover {
  color: #5a9885
}

.resume_item.resume_info {
  background-color: #5a9885;
}

.resume_item.resume_info ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 10px;
  padding-left: 2em;
  color:#d1e0df;
}

.resume_item.resume_info ul li {
  display: flex;
  align-items: center;
  font-size: 13px;
  line-height: 18px;
}

.resume_item.resume_info ul li .icon {
  margin-right: 8px;
  color:#d1e0df;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 10px;
}

.resume_item.resume_info ul li .data {
  flex: 1;
}

.resume_item.resume_info ul li .data a {
  color: #d1e0df;
}

.resume_item.resume_info ul li .data a:hover {
  color:#555555;
}



 /* AD CONTAINERS */ 

  .resume_item.resume_ads {
    display: none;
  }

  .gam-container-lb {
    margin: 20px auto;
    width: 728px;
    display: flex;
   
}

.gam-container-mpu {
    margin: 20px auto;
    width: 300px;
    height: 250px;
    display: none;

    
}

.gam-container-sky {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  width: 300px;
  height: 600px;
  z-index: 1000;


  /* initially invisible but measurable */
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.gam-container-sky.left {
  transform: translate(-20px, -50%);
}

.gam-container-sky.right {
  transform: translate(20px, -50%);
}

.gam-container-sky.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(-50%);
}

.gg-image {
  width: 480px;
}


/* IMA SDK video ad container */ 

.video-js {
    
    width: 480px;
    height: 100%;
    display: flex;
}

#ad-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

#video-anchor {
    height: auto;
}

#vid-container {
	display: block;
    width: 480px;
    height: 270px;
    margin: 20px auto;
    position: relative;
    transition: all 0.4s ease;
    z-index: 1;
}

#vid-container.floating {
    position: fixed;
    bottom: 2rem;
    right: 1rem;
    width: 248px;
    height: 140px;
    z-index: 9999;
    background: #000;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.25);
}

#vid-container.floating .video-js,
#vid-container.floating .vjs-tech {
    width: 100% !important;
    height: 100% !important;
    overflow: hidden !important;
    object-fit: cover;
}

  /* MOBILE ADJUSTMENTS */ 
  
  @media (max-width: 768px) {
  body {
    margin: 0;
    padding: 0;
  }

p {
    margin-bottom: 1em;
    text-align: center;
}

  .resume {
    flex-direction: column;
    width: 100vw;
    max-width: none;
    margin: 0;
    padding: 0;
 
  }

  .resume_left,
  .resume_right {
    flex: 1 1 100%;
    padding: 0 !important;
    width: 100vw;
    background: none;
    display: contents;
  }

  .resume .resume_item {
  border-bottom: none;
}

.resume .resume_left .resume_profile {
    height: 150px;
}

.resume .resume_left .resume_profile img {
    top: -180px;
}

.divider-right {
    display: none;
}

.resume .resume_right .resume_profile {
    height: 40px;
}

.resume_item.resume_info ul {
  
  padding-left: 0;

}

.resume_item.resume_info ul li {
  display: flex;
  align-items: center;
  font-size: 12px;
  line-height: 18px;
}

.resume_item.resume_info ul li .icon {
  margin-right: 8px;
  color: #5a9885;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 10px;
}

.resume_item.resume_info ul li .data {
  flex: 1;
}

.resume .icon i, .resume .resume_right .resume_hobby ul li i {
    top: auto;
   transform: none;
}

.resume_item.resume_skills ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-left: 0;
}

.resume_item.resume_skills ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.resume_item.resume_skills ul li .skill_name {
  width: 30%;
  font-size: 13px;
}

.resume_item.resume_skills ul li .skill_progress {
  width: 65%;
  height: 5px;
  background: #efefef;
  position: relative;
}

.resume_item.resume_skills ul li .skill_progress span {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: #5a9885;
}

.resume .resume_left .resume_social .semi-bold {
    margin: 0 0.5em 0 0;
}

  .resume_content {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
  }

  .resume .resume_item {
    width: 100vw;
    padding: 20px;
  }

  .resume .resume_item:nth-of-type(4n+1) {
    background-color: #d1e0df;
  }

  .resume .resume_item:nth-of-type(4n+2) {
    background-color: #efefef;
  }

  .resume .resume_item:nth-of-type(4n+3) {
    background-color: #7ab8a5;
  }

  .resume .resume_item:nth-of-type(4n+4) {
    background-color: #dcdbdb;
  }

  .resume_profile,
  .resume_profile img {
    width: 100vw;
    height: auto;
    display: block;
  }

  .resume_profile { order: 0; background-color: #efefef;}
  .resume_item.resume_about { order: 1;}
  .resume_item.resume_info { order: 9; }
  .resume_item.resume_skills { order: 2; padding-top: 15px; }
  .resume_item.resume_work { order: 3; }
  .resume_item.resume_education { order: 5; }
  .resume_item.resume_social { order: 6; }
  .resume_item.resume_other { order: 4; }
  .resume_item.resume_volunteering { order: 7;  background-color: #efefef !important;}
  .resume_item.resume_ads {order: 8; background-color: #fff !important;}

    .resume_item.resume_about p { margin-bottom: 0;}

  .resume_item.resume_work {
  padding-left: 25px;
  position: relative;
}

.resume_item.resume_work ul {
  padding-left: 20px;
  margin-top: 15px;
  border-left: 2px solid #bfbfbf;
}

.resume_item.resume_work ul li {
  position: relative;
  padding-left: 0px;
  margin-bottom: 20px;
  text-align: left;
  margin-left: -5px;
}

.resume_item.resume_work ul li:before {
  content: "";
  position: absolute;
  top: 5px;
  left: -23px;
  width: 10px;
  height: 10px;
  background: #bfbfbf;
  border-radius: 50%;
  border: 2px solid #bfbfbf;
}

.resume_item.resume_work ul li:after {
  display: none;
}

.resume_item.resume_work .bold,
.resume_item.resume_work .date,
.resume_item.resume_work .info,
.resume_item.resume_work p {
  text-align: left;
}

  .bold {
    font-size: 16px;
    font-weight: 500;
  }

  .semi-bold {
    font-size: 12px;
  }

.resume_item.resume_work .date  {
  font-weight: 600;
  margin-bottom: 5px;
  color:#7ab8a5;
}

.resume_item.resume_work .date span {
    font-weight: 100;
    font-size: 8px;
    color:#555555;
  }

.resume_social .expand {
    text-align: center;
    margin-bottom: 0.5em;
}

.resume_social .expand .semi-bold {
    margin: 0 0.5em 0 0;
}

  .gam-container-lb {
    display: none;
}

 .gam-container-mpu {
    display: flex;    
}

#vid-container {
	display: block;
    width: auto;
    height: 180px;
    margin: 20px auto;
    position: relative;
    transition: all 0.4s ease;
    z-index: 1;
}

.video-js {
    width: 320px;
}

.gg-image {
  width: 320px;
}

  }

  
/* LARGE SCREENS ONLY */

@media (min-width: 1550px) {

  .gam-container-sky {
    display: block !important;
  }
} 