  .ncc-mc-form {
    position: relative;
 	margin-left: auto;
}
 
/* Clearfix hack  */
.ncc-mc-form:before, 
.ncc-mc-form:after { 
    content: " "; display: table; 
}
 
.ncc-mc-form:after { 
    clear: both; 
}
 
.ncc-mc-column {
    width: 40%;
    padding: 10px 40px;
    float: left;
}
 
/*.ncc-mc-form label {
    display: block;
    padding: 40px 5px 5px 2px;
    font-size: 1.3em;
    cursor: pointer;
    color: #02014B;
}*/
 

.ncc-mc-form input[type=checkbox] + label {

}

.ncc-mc-form input[type=checkbox] {

display: inline-block !important;
--width: 10%;
width: 15px; /*Desired width*/
  height: 15px; /*Desired height*/
  cursor: pointer;
}



.ncc-mc-form input,
.ncc-mc-form textarea,
.ncc-mc-form select {
    line-height: 1.5;
    font-size: 1.2em;
    display: block;
    width: 100%;
    background: transparent;
    color: #02014B;
}
 
.ncc-mc-form input,
.ncc-mc-form textarea {
    border: 1px solid #02014B;

}
 
.ncc-mc-form textarea {
    min-height: 200px;
}
 
.ncc-mc-form input:focus,
.ncc-mc-form textarea:focus,
/*.ncc-mc-form label:active + input,*/
.ncc-mc-form label:active + textarea {
    outline: none;
    border: 3px solid #03014B;
}
 
.ncc-mc-form select:focus {
    outline: none;
}
 
::-webkit-input-placeholder { /* WebKit browsers */

}
 
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */

}
 
::-moz-placeholder { /* Mozilla Firefox 19+ */

}
 
:-ms-input-placeholder { /* Internet Explorer 10+ */

}
 
.ncc-mc-submit-wrap {
    text-align: center;
    padding-top: 40px;
    clear: both;
}
 
.ncc-mc-form input.ncc-mc-submit {
    background: #EE7F1F;
    border: none;
    color: #fff;
    width: auto;
    cursor: pointer;
    text-transform: uppercase;
    display: inline-block;
    padding: 15px 30px;
    font-size: 1.1em;
    border-radius: 2px;
    letter-spacing: 1px;
}
 
.ncc-mc-form input.ncc-mc-submit:hover {
    background: #bd600f;

}
 
@media screen and (max-width: 70em) {
    .ncc-mc-column {
        width: 80%;
    }
   /* .ncc-mc-column:nth-child(3) {
        width: 100%;
    }*/
}
 
@media screen and (max-width: 48em) {
    .ncc-mc-column {
        width: 90%;
        padding: 10px;
    }
}