.row{
  position: relative;
}
.abt-video-base{
  overflow: hidden;
  position: relative;
  width: 90%;
  height: 500px;
}
.abt-video-base-border{
  position: absolute;
  width: 85%;
  height: 500px;
  top: 35px;
  right: 35px;
  border: 1px solid var(--pale-red);
}
#abt-video{
  height: 500px;
  width: 100vw;
  position: relative;
  left: -30vw;
}
.video-block{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background: rgba(0,0,0,.3);
}
.w-vid{
  /* cursor: url('../svg/ico-hero-play.svg'), pointer; */
  cursor: none;
}
/* .w-vid:hover .play-text{
  opacity: 1;
} */
.play-text:before{
  content: '';
  width: 80%;
  height: 1px;
  background-color: var(--white);
  position: absolute;
  bottom: -3px;
  right: 0;
}
.play-text img{
  margin-right: 10px;
}
.play-text{
  font-family: Roboto;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  opacity: 0;
  color: white;
  position: absolute;
  z-index: 99999999999;
}
.history .p-text{
  padding-right: 75px;
}
/*Timeline*/
.timeline{
  background-color: var(--very-light-pink);
  cursor: grab;
  overflow: hidden;
}
.timeline.mouseDown{
  cursor: grabbing;
}
.timeline-year{
  background-color: black;
  padding: 5px 10px;
  display: inline;
  position: absolute;
  transform: translateY(-135%);
  margin: 0;
}
.timeline-con{
	position: relative;
	width: 450px;
	height: 320px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
  flex-shrink: 0;
  margin: 0 15px !important;
  box-shadow: 2px 4px 16px 0 rgba(139, 139, 139, 0.3);
}
.timeline-base{
	height: 385px;
}
.year-con{
  padding: 30px 30px 10;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  background: white;
  height: 105px;
  width: 100%;
}
.school-con{
  width: 100%;
  height: 215px;
  background-color: var(--pinkish-grey) !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.timeline-con:first-child:after {
  width: 50%;
  right: 0;
}
.timeline-con:last-child:after {
  width: 50%;
  left: 0;
}
.time-odd{
	align-self: flex-start;
}
.time-odd:after{
	content: '';
	position: absolute;
	height: 1px;
	border-radius: 1px;
	width: 115%;
  bottom: -60px;
	background-color: var(--pale-red);
}
.time-odd:before{
  content: '';
  position: absolute;
  height: 9px;
  border-radius: 50%;
  width: 9px;
  bottom: -30px;
  background-color: var(--pale-red);
  z-index: 1;
}
.time-even{
	align-self: flex-end;
}
.time-even:before{
  content: '';
  position: absolute;
  height: 9px;
  border-radius: 50%;
  width: 9px;
  top: -30px;
  background-color: var(--pale-red);
  z-index: 1;
}
.time-even:after{
  content: '';
  position: absolute;
  height: 1px;
  border-radius: 1px;
  width: 100%;
  top: -60px;
  background-color: var(--pale-red);
}
/* .time-odd .year-con{
	bottom: 0;
	position: absolute;
	margin: 50px 0 15px;
}
.time-even .year-con{
	top: 0;
	position: absolute;
	margin: 15px 0 50px;
} */
.time-odd .school-con{
	background-color: var(--vivid-blue);
	bottom: 115px;
}
.time-odd .school-con:before{
	content: "";
	/* position: absolute;
	bottom: -10px;
	left: 48%;
	border-width: 10px 10px 0px;
	border-style: solid;
	border-color: var(--vivid-blue) transparent;
	display: block;
	width: 4%; */
}
.time-odd .school-con:after{
  content: "";
  position: absolute;
  background-color: var(--pale-red);
  width: 1px;
  height: 30px;
  left: 50%;
  bottom: -60px;
  z-index: 1;
}
.time-even .school-con{
	background-color: var(--marigold);
	top: 115px;
}
.time-even .school-con:before{
	/* content: "";
	position: absolute;
	top: -10px;
	left: 48%;
	border-width: 0px 10px 10px;
	border-style: solid;
	border-color: var(--marigold) transparent;
	display: block;
	width: 4%; */
}
.time-even .school-con:after{
  content: "";
  position: absolute;
  background-color: var(--pale-red);
  width: 1px;
  height: 30px;
  left: 50%;
  top: -60px;
  z-index: 1;
}
.time-even .timeline-txt{
	color: var(--black);
}
/* Certifications */
.cert-base{
  list-style: none;
  margin: 25px 0 0;
  padding: 0;
}
.cert-base li{
  width: 16.666666666666664%;
  padding: 15px;
  margin-top: 0 !important
}
.cert-base li div{
  height: 150px;
  background-size: contain;
  margin: 0 0 15px;
}
.corp-members .cert-base li div {
    background-color: white;
}
.cert-base li p{
  padding: 0 10px;
}
/* Policy */
.policy-content{
  padding-right: 50px;
}
.policy-content p{
  padding-bottom: 10px;
}
.policy-base{
  margin-top: 0 !important;
  margin-bottom: 30px !important;
}
.policy-con{
  box-shadow: 2px 4px 16px 0 rgba(139, 139, 139, 0.1);
  background-color: var(--white);
  padding: 20px;
  /* margin-bottom: 15px !important;
  margin-top: 15px !important; */
  text-align: center;
  height: 100%;
  margin: 0 !important;
}
.policy-con .policy-title{
  margin: 10px 0 !important;
}
.policy-con img{
  margin: auto !important;
}
.mission-base{
  padding: 25px 50px 35px !important;
  background-color: var(--very-light-pink);
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.vision-base{
  padding: 25px 50px 35px !important;
  background-color: white;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.vision-base .p-text p, .mission-base .p-text p, .soc-res .p-text p{
  padding-bottom: 10px;
}
.vision-base ol, .vision-base ul, .mission-base ol, .mission-base ul{
  column-count: 2;
  column-gap: 40px;
  padding-left: 20px;
  list-style: none;
}
.vision-base li:before, .mission-base li:before{
  content: "\2022";
  color: var(--pale-red);
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
.soc-res .p-text{
  padding-right: 50px;
}
.organization .sub-label{
  letter-spacing: 0;
}
.organization .container{
  position: relative;
}
.btn-anc{
  cursor: pointer;
}
.pres-base-img{
  height: 375px;
}
.modal-base-img{
  height: 450px;
}
.pres-base-img, .modal-base-img{
  margin: 0 !important;
}
.pres-base-img .pres-con-img, .modal-base-img .modal-con-img{
  height: 100%;
}
.pres-base-det, .modal-base-det{
  padding: 30px 40px !important;
  background-color: white;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.pres-base-det .p-text p, .modal-base-det .p-text p{
  padding-bottom: 10px;
}
.pres-base-det .sub-label, .modal-base-det .sub-label{
  margin: 10px 0 15px !important;
}
.btn--modal-close{
  position: absolute;
  top: 15px;
  right: 25px;
  cursor: pointer;
}
.vp-base{
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.exec .vp-img{
  cursor: default !important;
}
.vp-img{
  height: 375px;
  position: relative;
  cursor: pointer;
}
.vp-img:hover .btn-text{
  transform: translateY(-250%);
}
.vp-img:hover .card-overlay{
  opacity: 1;
}
.vp-img .btn-text{
  position: absolute;
  width: 100%;
  bottom: 0;
}
.card-overlay{
  background-blend-mode: multiply;
  background-image: linear-gradient(to bottom, rgba(24, 24, 24, 0) 8%, rgba(24, 24, 24, 0.6) 100%);
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.vp-det{
  background: var(--pale-red);
  padding: 20px;
  width: 90%;
  transform: translate(5.5%, -30%);
  text-align: center;
}
.vp-det .project-desc{
  margin: 5px 0 !important;
}
.exec .vp-img{
  height: 300px;
}
.exec .vp-det{
  padding: 20px 0;
  background: transparent;
  width: 100%;
  text-align: center;
  transform: translate(0%, 0%);
}
.exec .btn-text{
  bottom: -35px;
}
/* Harold */
.subtitle{
  display: flex;
  flex-flow:column wrap;
  align-items: center;
  width: 100%;
  margin-top: 24px;
}
.subtitle p{
  width: 533px;
}
.table{
  width: 100%;
  margin-top: 25px;
}
.table table tr td{
  padding: 15px;
  border: 1px solid #cccccc;
}
.table table tr td strong{
  color: #181818;
}
.table table tr td ul{
  margin: 0;
  padding-left: 15px;
}
.table table tr td{
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  color: #444444;
}
.padB-40{
  padding-bottom: 40px
}
.gall-header{
  display: flex;
  /* justify-content: center; */
  flex-flow: column wrap;
  align-items: center;
}
.album-con{
  display: grid;
  grid-template-columns: repeat(3,1fr);
  grid-gap: 31px;
  margin-top: 30px;
  margin-bottom: 68px;
}
.album-dets{
  margin-top: 16px;
}
.album-dets .album-count{
  margin-top: 8px;
}
.inside.album-count{
  margin-bottom: 12px;
}
.line{
  height: 48px;
  width: 1px;
  background: #cccccc;
}
.line-con{
  display: flex;
  justify-content: center;
  margin-bottom: 24px;
  margin-top: -16px;
}
@media (max-width: 992px){
  .album-con{
      grid-template-columns: repeat(2,1fr);
  }
  .table{
    overflow-x: auto;
  }
  #photo_gallery{
    margin: 0 15px;
  }
}
@media (max-width:769px){
  .history{
    padding-right: 15px;
    padding-left: 15px;
  }
  .history .p-text {
    padding-right: 0;
  }
  .abt-video-base {
    height: 60vw;
    margin-bottom: 50px !important;
    margin-top: 30px !important;
  }
  .abt-video-base-border {
    height: 60vw;
    top: 75px;
  }
  .cert-base li {
    width: 30%;
  }
  .policy-base{
    margin: 15px 0 !important;
  }
  /* Mission */
  .mission{
    padding-right: 30px;
    padding-left: 30px;
  }
  /* Organization */
  .pres-base-img, .modal-base-img {
    padding-left: 0 !important;
  }
  .vp{
    padding: 0 !important;
  }
  .modal-reveal {
    height: 90vh;
    overflow-x: hidden !important;
  }
  .vp-img, .exec .vp-img {
    height: 50vw;
  }
  .modal-base-img {
    height: 100vw;
  }
}

@media(max-width: 480px) and (orientation: portrait){
  .abt-video-base-border {
      height: 60vw;
      right: 20px;
      width: 80%;
  }
	.cert-base li {
    width: 50%;
	}
  .policy-content {
    padding-right: 0;
  }
  .policy-base {
    width: 100% !important;
    padding: 0 !important;
  }
  /* Mission */
  .mission{
    padding-right: 15px;
    padding-left: 15px;
  }
  .soc-res .p-text {
    padding-right: 0;
  }
  .abt-video-base-border {
    height: 60vw;
    top: 60px;
  }
  .abt-video-base {
    margin-bottom: 0 !important;
  }
  /* Organization */
  .pres-base-img, .pres-base-det, .vp-base{
    width: 100% !important
  }
  .pres-base-img, .vp-img, .exec .vp-img {
    height: 100vw;
  }
  .modal-reveal {
    max-width: 90vw !important;
    max-height: 95vh;
    height: 100%;
  }
  .gall-header h1{
    text-align: center;
  }
  .album-con{
      grid-template-columns: repeat(1,1fr) !important;
  }
}
@media (max-width: 480px){
  .subtitle p{
    width: 100%;
  }
  .respo-nav{
    margin: 0px !important;
  }
}
