.youtube-video video{
	width: 100%;
}
video{
	width: 100%;
}

.block.gates .imageWrapper .image:before{
	background: transparent;
}
.block.feed .imageWrapper .image:before{
	background: transparent;
}

.block.timeline .text h3{
	min-width: 30%;
}
@media (max-width: 991px) {
    .block.timeline .text h3{
		min-width: 40%;
    }
}

#topSocial svg{
	width: 20px;
	height: 20px;
	position: relative;
	top:2px;
}
.weixinbox{
	position: relative;
}

.weixinbox .tcbox{
	position: absolute;
	right:-20px;
	top:100%;
	width: 200px;
	padding:20px;
	box-sizing: border-box;
	background-color: #0B2F4F;
	visibility: hidden; /* 初始状态为不可见 */
	opacity: 0; /* 初始透明度为0 */
  	transition: opacity 0.5s ease, visibility 0.5s ease; /* 添加过渡效果 */
  	-webkit-transition: opacity 0.5s ease, visibility 0.5s ease; /* 添加过渡效果 */
}
.weixinbox .tcbox img{display: block;}

.weixinbox:hover .tcbox{
	visibility: visible; /* hover时可见 */
	opacity: 1; /* 透明度变为1，即完全不透明 */
}


.block.form div + form{
    margin-top: 50px;
}
.marketingForm .twoOptionFormFieldBlock div.radiobuttons div input, 
.marketingForm .twoOptionFormFieldBlock div.twooption_checkbox div input, 
.marketingForm .optionSetFormFieldBlock div.radiobuttons div input, 
.marketingForm .multiOptionSetFormFieldBlock fieldset>div>input[type="checkbox"], 
.marketingForm .eventSession>div>input[type="checkbox"], 
.marketingForm .consentBlock div input {
    appearance: auto;
    -moz-appearance: auto;
    -webkit-appearance: auto;

}
.marketingForm label {
    line-height: 1.4em;
    transform: none !important;
    br:first-child {
        display: none;
    }
}
.marketingForm .primaryButton,
.marketingForm .submitButton {
    width: auto !important;
}

.marketingForm p {
    color: #000000 ;
}
.block.text.bgColor .marketingForm p {
    color: #000000 ;
}
.marketingForm label p{
	font-size: 12px;
    color: #49738b;
}
.block.text .marketingForm .emptyContainer:first-child *{
	text-align: center !important;
}
.block.text.bgColor .marketingForm label p{
	font-size: 12px;
    color: #49738b;
}
body.slug-newsletter {

}
.marketingForm .topic-disabled-text p{
    color: #a6a6a6 ;
}
.block.text.bgColor .marketingForm .topic-disabled-text p{
    color: #a6a6a6 ;
}
.block.text .contentBox.center .marketingForm *{
    text-align: left !important;
}
.block.text .marketingForm .submitButton{
	 text-align: center !important;
	 margin-left: auto!important;
}
.block.text .marketingForm .submitButtonWrapper{
	 text-align: center !important;
	 margin-left: auto!important;
}
.block.text .marketingForm .submitButtonWrapper+div{
	 text-align: center !important;
	 margin-left: auto!important;
}
.block.text .marketingForm .submitButtonWrapper+div p{
	 text-align: center !important;
	 margin-left: auto!important;
}
