*{
	margin: 0px;
	padding: 0px;
  	box-sizing: border-box;
}
body{
	overflow-x: hidden;
}
.page_banner{
	width: 100%;
	height: 180px;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: cover;
}

.foryou-bg {
	background-image: url(../images/OP/stands_committed_banner.jpg);
}
.realstory-bg {
	background-image: url(../images/OP/life_stories_banner.jpg);
}
.years20-bg {
	background-image: url(../images/OP/past_20_years_banner.jpg);	
}
.onlineevent-bg {
	background-image: url(../images/OP/webinar_banner.jpg);
}
.dialogue-bg {
	background-image: url(../images/OP/mpf_dialogue_banner.jpg);
}
.h20years-bg {
	background-image: url(../images/OP/highlights_banner.jpg);
}

.page_banner h3{
	font-size: 24px;
	color: #f7941e;
}

.page_banner h2{
	font-size: 50px;
	color: #fff;
}

.page_title{
/*	padding-top: 5%;*/
/*	padding-left: 100px;*/
	width: 100%;
	position: absolute;
  	top: 50%; 
  	left: 0%;
  	transform: translate(6%,-50%);
}

.page-container{
	width: 100%;
	padding-bottom: 100px;
/*	border-left: 1px solid #a4aeb4;
	border-right: 1px solid #a4aeb4;*/
	position: relative;
	clear:both;
	overflow:hidden; 
}

.page_banner{
	position: relative;
}

.banner_bg{
	position: absolute;
	bottom: -30px;
	right: 0px;
	width: 75%;
	height: 30px;
	background: url(../images/OP/banner_bg.jpg) no-repeat;
	z-index: 1;
	background-size: cover;
}

.rectangle{
  width: 310px;
  height: 342px;
  background-color: #ffdebe;
  position: absolute;
  right: 6%;
  top: 0px;
  z-index: -1;
}


.rectangle-buttom{
  width: 310px;
  height: 382px;
  background-color: #fff2cb;
  position: absolute;
  right: 6%;
  bottom: 0;
}

.page_line{
	width: 1px;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.1);
	display: none;
}

.page_line1{
	position: absolute;
	left: 6%;
	top: 0px;
}

.page_line4{
	position: absolute;
	right: 30%;
	top: 0px;
}

.page_line2{
	position: absolute;
	left: 25%;
	top: 0px;
}

.page_line3{
	position: absolute;
	left: 46%;
	top: 0px;
}

.page_line5{
	position: absolute;
	right: 6%;
	top: 0px;
}

.video_bg{
	width: 100%;
/*  	height: 520px;*/ 
  	background-color: #ffca26;
}

.tw_video{
	margin:0 auto 0;
	padding-top: 8%;
	max-width: 70%;
	z-index: 2;
	position: relative;
	height: 100%;
}

.tw_video:first-child{
	overflow: hidden;
}

.tw_video.links{
	padding-top: 0%;
	overflow: hidden;
}

.vid__video {
  display: none;
}
.vid__video--show {
  display: block;
}

.vid__video > video {
	height: auto;
}

.vid__image img{
	width: 100%;
	z-index: 222;
	position: relative;
}

.vid{
	position: relative;
	left: 20px;
    top: -20px;
    line-height: 0;
}

.vid__video{
	width: 100%;
	height: 100%;
	position: relative;
	top: 0px;
	left: 0px;
}

.vid__play{
	position: absolute;
	right: 0px;
	bottom: 0px;
	z-index: 333;
	width: 100%;
	height: 100%;
}

.tw_video .video_dec{
	/*font-size: 18px;*/
	margin-top: 40px;
	color: #414042;
}

.Rectangle-centere{
  width: 100%;
  max-width: 1029px;
  height: 350px;
  background-color: #ffdebe;
  position: absolute;
  left: 0px;
  top: 55%;
  margin-top: -175px;
}

.rectangle-pink{
  width: 411px;
  height: 131px;
  background-color: #ffe2db;
  position: absolute;
  right: 0px;
  top: 74%;
  
}

.grid-container-page{
	position: relative;
	overflow: hidden;
}

.people_list{
	width: 94%;
  	padding: 50px 0;
  	background-color: #ffdebe;
  	overflow: hidden;
}

.dialogue_box{
	width: 100%;
/*	padding-right: 20%;*/
}

.bg_gray{
	width: 69%;
	height: 100%;
	background: #f9f9f9;
	position: absolute;
	right: 6%;
	top: 0;
	z-index: -2;
}

.people_list{
	margin-bottom: 100px;
}


div.event_before, div.people_list:last-child {
	margin-bottom: 0;
}

.people_list .box, .people_list .people_text{
	float: left;
	/*margin-left: 2%;*/
}

.people_list .people_text{
	width: 27%;
	padding: 0 2% 0 8%;
}

.people_list .box{
	width: 35.5%;
	margin-right: 2%;
}

.margin-none{
	margin-right: 0px !important;
}



.people_list div img{
	width: 100%;
}
/*
.people_text{
	padding-left: 6%;
}*/

.people_text h2{
	font-size: 44px;
  	color: #f7941e;
}

.video-area .vid__play{
	display: none;
}

.video-area img{
	opacity: 0;
	z-index: 0;
}

.video-area .vid__image img{
	z-index: 0;
}


.video-js {
    display: block;
     vertical-align: top; 
     box-sizing: border-box; 
     color: #fff; 
     background-color: #000; 
     position: static !important; 
     padding: 0; 
    font-size: 10px;
    line-height: 1;
    font-weight: normal;
    font-style: normal;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.video1-dimensions {
    width: 100% !important;
    height: 100% !important;
}

.video-js {
    width: 100% !important;
    height: 100% !important;
}

.vid__image{
	position: relative;
	overflow: hidden;
}

.vid__image video{
	position: absolute !important;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

.vid__image div.jwplayer{
	position: absolute !important;
	top: 0px;
	left: 0px;
	width: 100% !important;
	height: 100% !important;
}

.people_text{
	font-size: 18px;
}

.people_title {
	width: 100%;
	height: 1px;
}

.people_text .line, .line{
  width: 30px;
  height: 1px;
  border: solid 1px #f7941e;
  margin:19px 0; 
}

.event_left .line{
	border: solid 1px #fff;
}

.event_info-right > div.box > .people_info p{
	padding-left: 0px;
}

.people_info p{
	margin:0;
	padding-left: 28px;
}

.people_info h3{
	font-size: 28px;
	color: #414042;
	padding-left: 28px;
}

.people_info img{
	margin-bottom: 20px;
}

.people_info a{
	display: block;
}

.people_list-even{
	margin-left: 6%;
}

/*.people_list-even .people_info{
	margin-right: 2%;
	margin-left: 0 !important;
}*/

.people_list-even .people_text{
	padding: 0 8% 0 2%;
}

.class_name{
	display: block;
}

.show_poup .modal{
	display: block;
}

.show_poup .test{
	display: none;
}

.show_poup2 .modal{
	display: none;
}

/* 1. Ensure this sits above everything when visible */
.modal {
    position: fixed;
    z-index: 10000; /* 1 */
    top: 0;
    left: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
}

.modal.is-visible {
    visibility: visible;
}

.modal-overlay {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: hsla(0, 0%, 0%, 0.5);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s linear 0.3s, opacity 0.3s;
  transition: visibility 0s linear 0.3s, opacity 0.3s;
}

.modal.is-visible .modal-overlay {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.modal-wrapper {
  position: absolute;
  z-index: 9999;
  top: 12%;
  left: 50%;
  width: 50%;
  margin-left: -25%;
/*  background-color: #fff;*/
/*  box-shadow: 0 0 1.5em hsla(0, 0%, 0%, 0.35);*/
}

.modal-transition {
  -webkit-transition: all 0.3s 0.12s;
  transition: all 0.3s 0.12s;
  opacity: 0;
}

.modal.is-visible .modal-transition {
  opacity: 1;
}

/*.modal-header,
.modal-content {
  padding: 1em;
}
*/
.modal-header {
  position: relative;
  text-align: center;
  font-size: 36px;
  color: #f7941e;
  margin-bottom: 30px;
}

.modal-close {
  position: absolute;
  top: -20px;
  right: -20px;
/*  padding: 1em;*/
  color: #aaa;
  background: none;
  border: 0;
  width: 40px;
  z-index: 1;
}

.modal-close:hover {
  color: #777;
}

.modal-content{
	position: relative;
}

.modal-heading {
  font-size: 1.125em;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.modal-content > *:first-child {
  margin-top: 0;
}

.modal-content > *:last-child {
  margin-bottom: 0;
}

.body_scoll{
	overflow:hidden; 
}

.event_box{
	float: right;
}

/* Support IE6 and up */

.clearfix:before,
.clearfix:after {
	content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

/* Support IE8 and up */

.event_box{
	background-image: url("../images/OP/opening_address_bg.jpg");
	background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.event_box .event_left{
	width: 20%;
	float: left;
	font-size: 44px;
	color: #fff;
	padding: 0 2%;
}

.event_box .event_right-width{
	width: 74%;
	float: left;
}

.event_box .event_right img{
	width: auto;
}

.event_box .event_right a{
	width: 100%;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	padding: 20px 2%;
	display: block;
	background: url(../images/OP/opening_address_bar.jpg) no-repeat center;
	background-size: cover;
	vertical-align: middle;
	position: relative;
	margin-bottom: 15px;
}

.event_right a > span{
	width: 80%;
}

.event_box .event_right a img, .event_box .event_right a span{
	display: inline-block;
	vertical-align: middle;
	margin-right: 15px;
}

.event_arrow{
	position: absolute;
	right: 0px;
	top: 50%;
	margin-top: -8px;
	width: 25px !important;
}

.news_box{
	background: url("../images/OP/press_releases_bg.jpg") no-repeat;
	background-size: cover;
	background-position: center;
}

.event_info{
	background: url("../images/OP/event_highlights_bg.jpg") no-repeat;
	background-size: cover;
}

.inter_con{
	background: url("../images/OP/webinar_video_bg.jpg") no-repeat;
	background-size: cover;
}

.news_box .event_right a{
	background: transparent;
	margin-bottom: 0px;
	border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.news_box .event_right a:last-child{
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.news_box .event_right a span.news_date{
  	font-size: 18px;
  	font-style: italic;
  	color: #f7941e;
  	margin-right: 23%
}

.event_info-right >div, .event_info-right >div.box{
	width: 33%;
	float: left;
	cursor: pointer;
}

.event_info-right >div{
	padding-right: 5%;
}

.event_info-right div img{
	width: 100%;
}

.event_line{
	width: 100%;
	height: 2px;
	background: #fff;
	margin:20px 0 15px 0; 
}

.event_date{
	color: #000;
	font-style: italic;
	margin-bottom: 15px;
}

.event_info-right >div p{

	color: #fff;
}

.event_before{
	float: right;
	padding: 0px;
}

.event_before img{
	width: 100%;
}

.people_list .modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 0px;
    border: 1px solid #888;
    width: 100%;
}

.people_list .modal-wrapper{
	width: 50%;
}

.people_list .modal.is-visible .modal-transition{
	transform: translate(0%, 0%);
}

.people_list .modal {
    background-color: rgba(0,0,0,0.6);
}

@media only screen and (max-width: 1180px) {
	.event_box .event_left {
    	width: 33%;
	}

	.event_box .event_right-width {
    	width: 66%;
	}

	.people_list .modal-wrapper{
		width: 80%;
	}
	.people_list .modal.is-visible .modal-transition {
    	transform: translate(-20%, 0%);
	}
}

/*tablat*/
@media only screen and (max-width: 1024px) {
	.tw_video {
		padding-top: 15%;
	}
	.people_list .people_text {
		width: 100%;
		padding: 0% 6%;
	}
	.people_list .box {
		width: 100%;
	}
	.people_info {
	    margin: 10% 6% 0% 6%;
	}
	.people_info h3,.people_info p {
		padding-left: 0;
	}
	.people_list-even {
		display: grid;
	}
	.people_list {
		margin-bottom: 70px;
	}
	.dialogue_box > div:last-child,	.dialogue_box > .people_list.event_before {
		margin-bottom: 0px;
	}
	.people_list-even .people_text {
		order: 1;
	}
	.people_list-even .box:first-child {
		order: 2;
	}
	.people_list-even .margin-none{
		order: 3;
	}
	.page-container {
		/*padding-bottom: 0%;*/
	}
}

/*tablat2*/
@media only screen and (max-width: 768px) {
	.tw_video {
		padding-top: 20%;
		}
	.event_box .event_left {
    	width: 100%;
	}

	.event_box .event_right-width {
    	width: 100%;
    	padding: 0 2%;
	}
	.event_info-right >div, .event_info-right > div.box{
		width: 50%;
	}
	.event_right a > span{
		width: 70%;
	}
}

/*mobile*/
@media only screen and (max-width: 425px) {
	/*page banner*/
	.page_title{
		transform: translate(0%,-50%);
		padding: 0% 6%;
	}
	.foryou-bg {
		background-image: url(../images/mobile/stands_committed_banner_mobile.jpg);
	}
	.realstory-bg {
		background-image: url(../images/mobile/life_stories_banner_mobile.jpg);
	}
	.years20-bg {
		background-image: url(../images/mobile/past_20_years_banner_mobile.jpg);
	}
	.onlineevent-bg {
		background-image: url(../images/mobile/webinar_banner_mobile.jpg);
	}
	.dialogue-bg {
		background-image: url(../images/mobile/mpf_dialogue_banner_mobile.jpg);
	}
	.h20years-bg {
		background-image: url(../images/mobile/highlights_banner_mobile.jpg);
	}
	/*background and video*/
	.page-container > .tw_video{
		padding-top: 0px;
		padding-bottom: 70px;
	}
	.page_banner {
		height: 200px;
	}
	.tw_video:first-child {
		padding-top: 25%;
	}
	.banner_bg {
		bottom: -19px;
		width: 94%;
		height: 25px;
	}
	.rectangle {
		width: 54%;
		height: 220px;
		right: 0%;
	}
	.tw_video {
		max-width: 88%;
	}
	.vid {
		left: 3%;
		top: -6px;
		}
	.video_bg {
		width: 97%;
	}
	.tw_video .video_dec {
		margin-top: 24px;
	}
	.Rectangle-centere {
		width: 73%;
		height: 300px;
		top: 39%;
		z-index: -1;
	}
	.rectangle-pink {
		width: 128px;
		height: 70px;
		top: 51%;
	}
	.rectangle-buttom {
		width: 128px;
		height: 193px;
	    right: 0;
	}
	/*dialogue page*/
	.people_list .people_text {
		width: 100%;
		padding: 0% 6%;
	}
	.people_list .box, .event_info-right > div.box {
		width: 100%;
	}
	.event_info-right > div.box > .people_info {
		margin: 0%;
	}
	.people_info {
	    margin: 10% 6% 0% 6%;
	}
	.people_info h3,.people_info p {
		padding-left: 0;
	}
	.people_list-even {
		display: grid;
	}
	.people_list {
		margin-bottom: 70px;
	}
	.dialogue_box > div:last-child,	.dialogue_box > .people_list.event_before {
		margin-bottom: 0px;
	}
	.people_list-even .people_text {
		order: 1;
	}
	.people_list-even .box:first-child {
		order: 2;
	}
	.people_list-even .margin-none{
		order: 3;
	}
	.page-container {
		padding-bottom: 0%;
	}
	/*online-event page*/
	.event_box .event_left {
		width: 100%;
		float: none;
		padding: 0 6%;
	}
	.event_left > br {
		display: none;
	}
	.event_box .event_right-width {
		width: 100%;
		float: none;
		padding: 25px 6% 0 6%;
	}
	.event_box .event_right a span {
		margin-right: 5%;
	}
	
	.news_box {
		background-size: cover;
	}
	.event_info-right > div {
		width: 100%;
		float: none;
		padding-right: 0%;
		padding-bottom: 50px;
	}
	.event_info-right > div:nth-child(3) {
		padding-bottom: 0px;
	}
	.people_list.event_box.event_info {
		padding-bottom: 0;
	}
	.event_box .event_right a img {
		margin-right: 2%;
		width: 8%;
	}
}

.activies_box{
    padding: 0;
    background: none;

}

.activies_box .event_info-right >div, .event_info-right >div.box {
    width: 25%;
    margin: 0;
    padding-left: 1%;
    padding-right: 1%;
}

.activies_box .people_info{
	padding: 20px;
	background: #ADB6BB;
	position: relative;
}

.activies_box .people_info b{
	display: block;
	padding-bottom: 10px;
	font-size: 14px;
	font-style: italic;
}

.right_arrow{
	width: 25px !important;
	filter: invert(94%) sepia(12%) saturate(24%) hue-rotate(343deg) brightness(104%) contrast(107%);
	position: absolute;
	right: 20px;
	bottom: 10px;
	margin-bottom: 0 !important;
}

.activies_box .people_info p{
	padding-left: 0;
	min-height: 44px;
}

@media only screen and (max-width: 1024px) {
	.activies_box .event_info-right >div, .event_info-right >div.box {
		width: 50%;
	}
}


@media only screen and (max-width: 580px) {
	.activies_box .event_info-right >div, .event_info-right >div.box {
		width: 100%;
	}
}
