html,
body,
input,
select,
textarea,
legend,
legend.left,
label,
label.left,
table.breakdown .desc{
	font-size:1rem !important;	
}
a,
a:visited,
a:active{
	color:#9b0b8c;
	font-weight:bold;
	text-decoration:underline;
}
a:hover,
a:focus{
	text-decoration:none;
	color:#9b0b8c;
}
.fancybox-bg{
	opacity:0.6 !important;	
}
div.file-upload label {
    width: auto !important;
    margin-right: 0px !important;
}

div.file-upload input {
    max-width: 86%;
    width: 100%;
}

div.file-upload legend {
    float: left;
    font-size: 14px;
    border: none;
    margin-right: 10px;
    width: 20%;
}

div.file-upload div.form-group {
    margin-bottom: 0px;
}

div[data-group="file"] .form-group fieldset div {
    position: relative;
    width: 100%;
    height: 80px;
    margin: 15px;
}
div[data-group="file"] .help-block.error-help-block{
	position: absolute;
	bottom: 0px
}
div[data-group="file"] .form-group fieldset div:after {
    content: attr(data-text);
    font-size: 18px;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    padding: 10px 15px;
    display: block;
    width: calc(100% - 40px);
    pointer-events: none;
    z-index: 2;
    height: 47px;
    line-height: 27px;
    color: #999;
    border-radius: 5px 10px 10px 5px;
    font-weight: 300;
    border: 1px solid rgba(00, 00, 00, 0.1);
    box-shadow: 1px 1px 3px rgb(0 0 0 / 10%);
}

div[data-group="file"] .form-group fieldset div:before {
    content: 'Upload';
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    height: 47px;
    background: #4daf7c;
    color: #fff;
    font-weight: normal;
    z-index: 3;
    font-size: 1rem;
    line-height: 40px;
    padding: 4px 10px;
    text-transform: uppercase;
    pointer-events: none;
    border-radius: 0 5px 5px 0;
}

div[data-group="file"] .form-group fieldset div:hover:before {
    background: #3d8c63;
}

div[data-group="file"] .form-group fieldset div input {
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99;
    height: 47px;
    margin: 0;
    padding: 0;
    display: block;
    cursor: pointer;
    width: 100%;
}

div[data-group="file"] fieldset legend {
    border: none;
    width: 30%;
    float: left;
	padding-left:15px;
}

div[data-group="file"] div.form-group fieldset {
    margin-right: 0px;
    margin-bottom: 5px;
}

div[data-group="file"] div.form-group fieldset div {
    width: 68% !important;
    margin: 0px;
    padding: 0px;
}

div[data-group="file"] div.form-group fieldset legend {
    font-weight: 400 !important;
    padding-top: 10px;
	padding-left:0px !important;
}

div[data-group="file"] p {
    display: none;
}

div[data-group="file"] p.foot {
    display: block;
    width: 74%;
    float: right;
    margin-top: 0px;
    padding: 5px;
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    border-radius: 4px;
    margin-right: 0;
}

/***********************************
    Radio/Checkbox Inputs
***********************************/
[type="radio"],
[type="checkbox"]{
    opacity:0;
    position: absolute;
}
[type="radio"] + label,
[type="checkbox"] + label{
    position:relative;
    padding-left:30px;
    cursor:pointer;
    display:inline-block;
    color:#666;
    line-height:25px;
}

[type="radio"] + label:before,
[type="checkbox"] + label:before{
    content:"";
    position:absolute;
    left:0;
    top:4px;
    width:20px;
    height:20px;
    border-radius: 100%;
    border:2px solid rgba(51,170,157,0.8);
    background:#fff;
}
[type="checkbox"] + label:before{
    border-radius: 0px;
}

[type="radio"]:checked + label:after,
[type="checkbox"]:checked + label:after{
    content:"";
    position:absolute;
    left:3px;
    top:7px;
    width:14px;
    height:14px;
    border-radius:100%;
    background:rgba(155, 11, 140,1.0);
    transform:scale(1);
    opacity:1;
    transition:all .3s ease;
}
[type="checkbox"]:checked + label:after{
    border-radius:0;
}
[type="radio"]:checked + label:before,
[type="checkbox"]:checked + label:before{
    border-color:rgba(51,170,157,1.0);
}

[type="radio"]:not(:checked) + label:after,
[type="checkbox"]:not(:checked) + label:after{
    content:"";
    position:absolute;
    left: 3px;
    top: 7px;
    width:14px;
    height:14px;
    border-radius:100%;
    background:#fff;
    transform:scale(0);
    opacity:0;
}
[type="checkbox"]:not(:checked) + label:after{
    border-radius: 0;
}
label.full:after{
    content:"Full" !important;
    font-size: 14px;
    color: orangered;
}
#paymentForm input[type="radio"] {
    opacity: 1 !important;
    float: none;
    position: relative;
}
div[data-group="wide"] div.text-editable{
	width:100% !important;	
}
div.field div.form-group div{
	width: 68% !important;
}
div.field div.form-group label {
    width: 29% !important;
}
fieldset legend.left{
	float: left;
    width: 31%;
    border: none;
    font-weight: normal;	
}
div.field div.form-group fieldset div.de_fieldset span.de_cols_1 label {
    width: 100% !important;
    float: left;
    
    padding-top: 3px;
}
div[data-group="yesno"] fieldset legend{
	border: none;
    float: left;
    width: 75%;
}
div[data-group="yesno"] fieldset div.de_fieldset{
	width: 23%;
    float: left;
    padding-left: 0px;
    margin-left: 0px;
}
div[data-group="yesno"] fieldset div.de_fieldset .de_cols_1{
	width: 44%;
    float: left;
    display: inline-block;
    clear: none;	
}
div[data-group="yesno"] fieldset div.de_fieldset .de_cols_1 label{
	padding-left: 35% !important;	
}

div[data-group="consent"] p{
	display:none;	
}
div[data-group="consent"] fieldset legend{
	width:80% !important;
	display:none;
}
div[data-group="consent"] fieldset div{
	width:18% !important;	
}
div[data-group="consent"] fieldset div .de_cols_1{
	float:left !important;
	clear:none !important; 
	display:inline !important;
	width:50%;
}

div[data-group="consent"] p.consent_txt {
    display: block !important;
    width: 76%;
    float: left;
    margin-top: 0px;
    margin-left: 0px;
}
div[data-group="consent"] fieldset div.de_fieldset {
    float: left;
    width: 19% !important;
    padding-left: 0px;
}
div[data-group="consent"] fieldset div.de_fieldset span.de_cols_1 label{
	padding-left: 25px !important;
}
div[data-group="note"] div.form-group p.information{
	display:none;
}
div[data-group="note"] div.form-group .text-editable{
	width:100% !important;	
}
div[data-group="note"] div.form-group .text-editable .alert{
	width:98% !important;
	margin:15px;
}
div.field fieldset span.de_cols_1{
	width:auto !important;	
}
.form-group {
    margin-bottom: 0px;
}
#button {
    text-align: right !important;
}
#button input[type="submit"]{
	width:auto !important;
}
#button input[type="submit"],
#button input[type="submit"]:visited,
#button input[type="submit"]:active{
	color:#ffffff !important;	
}
#button input[type="submit"]:hover,
#button input[type="submit"]:focus,
.navRegistrant:hover,
.navRegistrant:focus{
	background:#9b0b8c !important;	
}
#footer .footer{
	height: 100%;
    overflow: hidden;
    display: block;
    padding: 45px;
    margin-top: 30px;
}
.modalPopUp{
	width:75% !important;	
}
.forInfo,
.forInfo:hover,
.regTitles,
.regTitles:hover{
    background:#00a99d !important;
    color:#fff !important;
    text-decoration:none !important;
	border-color: #a0218c !important;
}
@media (min-width:240px) and (max-width:1000px){
    #header{
        height:auto;
        min-height: auto;
    }
    #header .container .col-md-6{
        text-align: center;
    }
    #section#content{
        margin-top:0px;
    }
    .col-sm-9,
    .col-sm-3{
        width:100%;
        float:none;
        display:block;
        height:100%;
        overflow: hidden;
        clear:both;
    }
    fieldset legend,
    div.field div.form-group label,
    div.field div.form-group div{
        width:100% !important;
        display:block !important;
        float:none !important;
    }
}

div[data-group="registrationfee"] div div.field-note{
	float: right;
    width: 68% !important;
    margin-top: 10px;
    font-weight: bold;
    font-size: .9rem;
	margin-bottom: 0px;
}