/* Custom codes for wp theme */

#header_content ul li.current-menu-item a{

    background: #10a9ab none repeat scroll 0 0;
    color: white;

}

#header_content ul .current-menu-ancestor > a {
    background-color: #10a9ab;
    color: #fff;
}

/*

.wrapper {

    max-width: 100%;

}

*/



.wrapper_pad {

    padding: 0;

}







.youtube-video-wrapper2 {

	max-width: 1300px;

	height: 770px;

	min-height: 400px;

	margin: auto;

	width: 100%;

}



.youtube-video-wrapper3 {

	max-width: 754px;

	height: 100%;

	height: 420px;

	min-height: 400px;

	margin: auto;

	width: 100%;

}



.video-container {

	position:relative;

	padding-bottom:56.25%;

	padding-top:30px;

	height:0;

	overflow:hidden;

}



.video-container iframe, .video-container object, .video-container embed {

	position:absolute;

	top:0;

	left:0;

	width:100%;

	height:100%;

/*max-width:800px;*/

}





.youtube-video-wrapper iframe { width: 100%; height: 600px; min-height: 400px; }



.youtube-video-wrapper2 iframe { width: 100%; height: 770px; }



ul.what_is.about div.article ul {

	margin-bottom: 15px;

}



ul.what_is.about div.article ul ul {

	margin-left: 20px;

}



div.section.what_is {

    padding-top: 1%;

}



div.chart_div {

	margin-bottom: 20px;

}





@media screen and (max-width:1024px) {

	.youtube-video-wrapper2 { height: auto; }

	.youtube-video-wrapper2 iframe { width: 100%; height: auto; min-height: 400px; }



}


section.user .dash-cards {
    position: relative;
}
section.user .dash-img-text {
    position: absolute;
    bottom: 0;
    background: #10a9ab7d;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    max-height: 48px;
    backdrop-filter: blur(5px);
    border-radius: 0 0 5px 5px;
}
section.user p.dash-inner-text {
    font-size: 17px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    line-height: 1.2;
    text-transform: uppercase;
}
label.error {
    margin-bottom: 0rem;
    font-size: 10px;
    color: red;
	margin-left: 12px;
}
section.user select.error + button.dropdown-toggle {
	box-shadow: 0px 0 4px 1px #e95252 !important;
}