@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
	box-sizing:border-box;	
}
html {
	font-size: 62.5%; 	/* 10px */
}
body {
	position: relative;
  margin: 0;
}
.bg-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  margin: 0 auto;
  overflow: hidden;
  /* background-color: yellow; */
  z-index: -1;
}
.bg-video__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: 0 auto;
  /* border-bottom: 1rem solid yellow; */
  z-index: -1;
}
.bg-video__gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: inset 230px -1px 240px -7px rgba(0,0,0,0.8);
  background-blend-mode: multiply;
  background-image: linear-gradient(to right bottom, rgba(0, 0, 139, 0.8), rgba(0, 0, 139, 0.6));
  z-index: 9;
}


h4 {
	color: #000;
    transition: color 0.15s cubic-bezier(0.33, 0.66, 0.66, 1);
    word-break: break-word;
    word-wrap: break-word;
	
	border: 0;
    font: inherit;
    font-size: 100%;
    margin: 0;
    padding: 0;
    vertical-align: baseline;		
}
ul {
	list-style-type: none;
}
a:hover {
	cursor: pointer;
}
.flex-container {
	/*width: 98%;*/
	width: calc(100% - (50px * 2));
	margin: 0 auto;
	display: flex;
	margin-top: 10rem;
}
.container {
	width: 100%;
	position: relative;
  /*margin-top: 100vh;*/
  background-color: #ffe;
  padding-top: 20rem;
  margin-top: -18rem;
  /*z-index: 10;*/
}
.wallpaper-image {
  	background-image: linear-gradient(to right bottom, rgba(0, 0, 139, 0.8), rgba(0, 0, 139, 0.6)), url("../img/PLT at night.jpg");

    /*background-image: url("../img/PLT at night.jpg");*/
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: 100% auto;
	background-size: cover;
	opacity: 0.8;
	height: 100vh;
    bottom: 0;
    left: 0;
    /*position: fixed;*/
    right: 0;
    top: 0px;
	z-index: -1;
    box-shadow: inset 230px -1px 240px -7px rgba(0,0,0,1);
}
.flex-row {
	display: flex;
	width: 100%;
	float: left;
	
}
.content-left {
	width: 66.666%;
}
.box {
	border-radius: 1px;
    border-top: 3px solid #000;
    box-shadow: -1px 0 2px 0 rgba(0,0,0,0.12), 1px 0 2px 0 rgba(0,0,0,0.12), 0 1px 1px 0 rgba(0,0,0,0.24);
    padding: 0 0 16px;
	margin: 16px 16px 0;
	background-color: #fff;
	position: relative;
  transition: all .2s;
	
}
.box:hover {
	cursor: pointer;
	transform: translate(0,-3px)
}
.box-left {
	margin: 0 16px 16px 0;
}
.box-standard {
	width: calc(62% + -6.333px);
}
.box-border {
	border-bottom: 1px solid #ccc;
}
.box-narrow {
    width: calc(38% + -11.667px);
}
.box-small {
	width: 50%;
}
.box-full {
	width: 100%;
	height: 320px;
}
.box-img {
	max-width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	padding: 16px;
	object-fit: cover;
}
.side-bar-right {
    min-width: 300px;
    position: relative;
	background: white;
	border-top: 10px solid #000;
	width: 33.333%;
	box-shadow: -1px 0 2px 0 rgba(0,0,0,0.12), 1px 0 2px 0 rgba(0,0,0,0.12), 0 1px 1px 0 rgba(0,0,0,0.24);
}
.box-title1 {
	font-size: 1.5rem;
	margin-bottom: 4px;
	padding-left: 16px;
	padding-right: 16px;
	color: rgba(0,0,0, 0.7);
  display: block;
}
.box-title3 {
	font-size: 1.3rem;
	margin-bottom: 4px;
	padding-left: 16px;
	padding-right: 16px;
	color: rgba(0,0,0, 0.6);
}

.box h2 {
    display: -webkit-box;
    max-height: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: brandon-text-wired,brandon-text,brandon-grotesque-1,brandon-grotesque-2,BrandonText-Bold,Gill Sans,HelveticaNeue-Bold,"Helvetica Neue Bold","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #000;
    font-size: 18px;
    line-height: 2.3rem;
    background: #fff;
    opacity: 1;
    transition: opacity .15s cubic-bezier(0.33, 0.66, 0.66, 1);
	padding-left: 16px;
	padding-right: 16px;
	margin-top: 4px;
	margin-bottom: 4px;
}

.title-bar-component {
    color: rgb(0, 0, 0);
    font-size: 45px;
    line-height: 34px;
    font-family: ambroise-francois-std, "Bodoni 72", Didot, "Hoe­fler Text", serif;
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
    border-bottom: 1px solid rgb(204, 204, 204);
    padding: 16px;
}
.title-bar-component h4 {
	font-size: 2.8rem;
	font-weight: 600;
}
.ulSidebar {
	padding: 16px;
	float: right;
	
}
.ulSidebar li {
	display: flex;
	padding-top: 16px;
	padding-bottom: 16px;
	border-bottom: 1px solid #999;
	height: 130px;
	overflow:hidden;
}
.ulSidebar li img {
	width: 34%;
	object-fit: cover;
}
.ulSidebar li .sidebar-text {
	width: 70%;
	padding-left: 16px;	
	padding-right: 16px;
}
.sidebar-text h4 {
	font-size: 1.6rem;
	margin-bottom: 0.5rem;
}
.sidebar-text p {
	font-size: 1.4rem;
	margin-bottom: 0.8rem;
}
.sidebar-text h5 {
	font-size: 1.4rem;
	color: #aaa;
}
.clear-fix {
	clear: both;
}
.box-full {
	display: flex;
	width: 100%;

}
.box-full img {
	width: 50%;
}
.box-full-text {
	width: 50%;
	padding: 16px;
}
.box-full-text h5 {
	font-size: 1.4rem;
	margin-bottom: 8px;
}
.box-full-text h2 {
	font-size: 2rem;
	margin-bottom: 8px;
	padding-left: 0;
	line-height: 2.4rem;
}
.header {
	position: fixed;
	top: 20px;
	left: 20px;
}
.pkyLogo {
	display: inline-block;
	width: 80px;
}
.header_pkyText {
	font-size: 2rem;
	color: white;
	display: inline-block;
	margin-left: 10px;
}
/*Lay out video section*/
.box-huge {
	width: 90%;
	width: calc(100% - (50px * 2));
	margin: 0 auto;
	margin-top: 20px;
    border-top: 10px solid #000;
    -webkit-box-shadow: -1px 0 2px 0 rgba(0,0,0,0.12), 1px 0 2px 0 rgba(0,0,0,0.12), 0 1px 1px 0 rgba(0,0,0,0.24);
    box-shadow: -1px 0 2px 0 rgba(0,0,0,0.12), 1px 0 2px 0 rgba(0,0,0,0.12), 0 1px 1px 0 rgba(0,0,0,0.24);	
}
.video-box {
	display: flex;
	width: 100%;
    background-color: #fff;
}
.box-huge h1 {
	display: table-cell;
	font-size: 3rem;
	height: 5rem;
	vertical-align: middle;
}
.videoPlayer {
	width: 79%;
	float: left;
	padding: 8px;

}
.video-box ul {
	width: 21%;
	float: right;
	padding: 8px;
	text-decoration: none;
	padding-top: 0;
	/*border: 1px solid gray;*/
	
}
.video-box img {
	width: 100%;
	object-fit: cover;
}
.video-box ul li h5 {
	font-size: 1.6rem;
	font-weight: 800;
}
.video-box ul li {
	margin-top: 10px;
}
.video-box ul li p {
	font-size: 1.6rem;
	/*text-align: justify;*/
	word-wrap: break-word;
}
#videoId {
	width: 100%;
	object-fit: cover;
}
#captionId h2 {
	/*height: 3rem;*/
	margin-top: 12px;
	font-size: 2rem;
}
#captionId p {
	margin-top: 4px;
	font-size: 1.5rem;
	margin-bottom: 8px;
}
.videoLink h5 {
	margin-bottom: 4px;
}
.section-title {
  margin-top: 4rem;
  font-size: 4rem;
  margin-left: 4rem;
}
