.errorMessage {
    color: #c81414;
}

.membershipForm .submit[disabled] {
    opacity: .5;
    background: #000;
}

.login-container{padding:100px 0;}
.flex-box{display: -webkit-box;display: -moz-box;display: -ms-flexbox;display: -webkit-flex;display: flex;}
.flex-box>div{width:100%;}
.flex-box>div a{display:block;color:#000000;text-decoration:underline;}
.flex-box>div a:hover{color: #c81414;}

.form-control.bootstrap-select {
    border: none;
}

.form-control.bootstrap-select.open .dropdown-toggle,
.form-control.bootstrap-select:hover .dropdown-toggle {
    border-color: #fbad19;
}
.pods-listing>li>div:hover .pod-img-box figure img {
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter:alpha(opacity=50);
    opacity:0.5;
}
.pods-listing>li>div:hover .more-btn {
    background:#faac18;
}
.pods-listing>li>div:hover {
    cursor: pointer;
}
.services-pod-listing>li>div:hover .services-pod-mask-container {
    bottom:-100%;
}

.services-pod-listing>li>div:hover .services-pod-mask-container2 {
    bottom:0px;
}
.services-pod-listing>li>div:hover{
    cursor: pointer;
}
.services-pod-listing>li>div {
    position:relative;
    display:block;
    width:100%;
    height:100%;
    color:#ffffff;
    overflow:hidden;
    border-radius:5px;
}
.info-box.form .form-group {
    margin-left: 0;
    margin-right: 0;
}
.info-box.form  .h5:not(:first-child) {
    padding-top: 30px;
}

.grecaptcha-badge {
    z-index: 100000;
}

#twitter-widget-0 {
    margin-bottom: -8px;
}

.social-share {
    margin-top: 20px;
}

.inline{
    display: inline-block;
}

.subscribe-error-message, .subscribe-success-message {
    margin: 0;
}

.wrapper-message {
    height: 24px;
}

/*loader*/

.wrapper-lds-ellipsis {
    height: 11px;
}
.lds-ellipsis {
    display: none;
    position: relative;
    width: 64px;
    /*height: 64px;*/
}
.lds-ellipsis div {
    position: absolute;
    top: 27px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #c81414;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
    left: 6px;
    animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
    left: 6px;
    animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
    left: 26px;
    animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
    left: 45px;
    animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(0);
    }
}
@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(19px, 0);
    }
}

/*end loader*/

form span.required {
    color: red;
}

div.flash-error,
div.flash-notice,
div.flash-success {
    padding: .8em;
    margin-bottom: 1em;
    border: 2px solid #ddd;
}

div.flash-error {
    background: #FBE3E4;
    color: #8a1f11;
    border-color: #FBC2C4;
}

div.flash-notice {
    background: #FFF6BF;
    color: #514721;
    border-color: #FFD324;
}

div.flash-success {
    background: #E6EFC2;
    color: #264409;
    border-color: #C6D880;
}

div.flash-error a {
    color: #8a1f11;
}

div.flash-notice a {
    color: #514721;
}

div.flash-success a {
    color: #264409;
}

.list-container{padding:100px 0;}
.tb-1 { color: #3a3a3a; width: 100%; }
.tb-1 th, .tb-1 td { padding: 15px 20px; vertical-align: top; }
.tb-1 th { background: #c81414; color: #fff; }
.tb-1 .search-row th { background: none; color: #3a3a3a; padding-bottom: 15px; padding-top: 15px; vertical-align: middle; }
.tb-1 tbody tr { border: #dddfe1 solid 1px; }
.tb-1 td { background: rgba(255,255,255,.7); }
.tb-1 p { margin: 0 0 5px; }
.tb-1 .space { border: none; }
.tb-1 .space td { background: none; height: 10px; padding: 0; }
.tb-1 .type { color: #c81414 !important; }

.form-change_password .input-group-addon .fas {
    color: #c81414;
}

.close-form {
    padding: 10px 30px 10px 30px;
    display: inline-block;
}
.form-change_password {
    padding: 0 20px;
}

span.highlight {
    background-color: yellow;
}

.image, .wp-video {
	background: #000;
    height: 500px;
    width: 100%;
	position: relative;
}
.wp-video .wrap-video {
	    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    height: 330%;
    width: 100%;
}
@media (max-width:1199px){
	.image, .wp-video {
		height: 350px;
	}
}
@media (max-width:1199px){
	.banner_caption .captionWrapper { width: 100%; }
}
@media (max-width:640px){
	.image, .wp-video {
		height: 300px;
	}
}
@media (max-width:560px){
	.image, .wp-video {
		height: 230px;
	}
	.banner_caption .captionContainer { padding-top: 15px; }
	.banner_caption .captionContainer .bannerHeading3 { font-size: 16px; }
	.banner-link-btn a { font-size: 12px; padding: 5px 20px; }
}
@media (max-width:560px){
	.image, .wp-video {
		height: 175px;
	}
	.banner_caption .captionContainer .bannerHeading3 { font-size: 12px; }
	.banner-link-btn a { padding-bottom: 5px; padding-top: 5px; }
}

.bg {
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.bg .bgimg {
	display: none !important;
}

#poll-popup {
    padding: 20px;
    min-width: 500px;
}
#poll-popup .survey-box {
    margin: 0;
    background: none;
    border: none;
    border-left: none;
}
#poll-popup .result {
    padding: 20px;
}
#poll-vote-btn {
    min-width: unset;
}
#poll-popup .lds-ellipsis div {
    top: 0;
}
#poll-popup .result.p20 {
    padding: 20px;
}

.pagination .selected a {
    cursor: default;
}
.filter-box .pager {
    float: right;
    margin: 2px auto;
}
.filter-box .pager .pagination {
    float: unset;
    margin: 0;
}
.hidee {
    display: none;
}

.sel-100{
    width: 135px !important;
    padding: 0px 0px 0px 5px !important;
}

.fancybox-wrap.member-popup .member-detail-row .label{
    font-size: 14px;
    text-align: left;
}

.more-btn, .learnmore-btn, .more-link-btn, .event-more-btn, .more-news-btn, .link-btn {
    text-transform: none !important;
}

.pageTitle h1, .pageTitle h2 {
    font-size: 36px;
}

body.lang-zh .special-event-datebox .special-event-date,
body.lang-zh .event-datebox .event-date {
    font-size: 20px;
}

@media (max-width: 1199px) {
	.header-nav-wrapper {
        display: none;
    }
}

.login-container .flex-box > div a {
    display: inline-block;
}

.accordion-header small {
    display: block;
    font-family: 'Poppins-Regular', Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: unset;
    color: #888888;
}

.logo a {
    width: unset;
    height: 100%;
}
.logo img {
    max-width: unset;
    height: 100%;
}

.social-links li.social-link-linkedin a {
    background: url(../images/linkedin-icon.png) 0px 5px no-repeat;
}
.social-links li.social-link-wechat a {
    background: url(../images/wechat-icon.png) 0px 5px no-repeat;
}

@media (max-width: 990px){
    .pods-listing .pod-img-box{
        padding-bottom: 0;
        height: initial;
    }
    .pods-listing .pod-img-box figure{
        position: initial;
    }
    .pods-listing .pod-img-box figure img{
        position: initial;
    }
}

#register-form .form-group{position:relative;z-index:1;}
#register-form .form-group .placeholder-textarea{position:absolute;top:0;left:0;right:0;bottom:0;z-index:-1;padding:4px 10px;color:#888888;}
#register-form .form-group .placeholder-textarea p{margin:0;}
#register-form .form-group .placeholder-textarea p+p{padding-left:10px;}
#register-form .form-group .placeholder-textarea p .left-2{padding-left:68px;}
#register-form .form-group textarea.form-control{background-color:transparent;position:relative;z-index:10;}
#register-form .form-group textarea.form-control:focus{background-color:#fff;}
#register-form .form-group textarea.form-control:focus+.placeholder-textarea{opacity:0;}

.info-member .info-head {
    width: 190px !important;
}