@charset "utf-8";
/* CSS Document */





.cpactive .e_container-5{background-color: #e4312b !important;border-color: #e4312b !important;}
.cpactive .e_container-5 a{color:#fff !important;}

.nyactive .e_text-7:after{height:100% !important;}
.nyactive .e_text-7{color:#fff !important;}



.topnav {
	background: rgba(255,255,255,0.9) !important;
	position: fixed !important;
	top: 0px !important;
	/* height: 84px; */
	box-shadow: 6px 1px 10px rgb(0 0 0 / 20%);
	transition: all ease 1s;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 15px);
    padding: 0.375rem 0.8rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fbfbfb;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    box-shadow: none !important;
}
.p_required, [class^=e_][required] .p_label::after {
    vertical-align: middle;
    font-size: 14px;
    line-height: 100%;
    top: 0;
    padding-left: 0px;
    position: relative;
    font-weight: 500;
}
.p_label .s_label{
    color: rgb(0 0 0 / 50%);
}
