.nobrdr {
    border: none !important
}

.gbgr {
    background: #f9f9f9 !important;
    display: inline-block;
    width: 100%;
    border-top: 3px solid #a93535;
    margin-top: 20px;
}

.nobg {
    background: none !important
}

.form_bx {}

.form_bx ul {
    margin: 0px;
    padding: 0px;
    list-style: none
}

.form_bx ul li {
    padding-bottom: 10px;
    width: 85%;
    margin: auto;
    text-align: left;
}

.PdsHomeForm input[type="text"],
.PdsHomeForm input[type="number"],
.PdsHomeForm input[type="tel"],
.PdsHomeForm input[type="email"] {
    border: 1px solid #e7e7e7 !important;
    padding: 15px 10px!important;
    height: auto !important;
    width: 100%;
    font-size: 18px;
}

.PdsHomeForm #byear {
    border: 1px solid #e7e7e7 !important;
    padding: 0px 10px!important;
    width: 65% !important;
}


/*.no_maxwdth{ max-width:none; width:auto !important}*/

.marhead {
    font-size: 24px;
    color: #a93535;
    font-family: inherit;
}

.text-left {
    text-align: left;
}

.qa_div {
    margin-top: 12px;
    font-size: 16px;
}

.qa_div label {
    display: inline-block;
    float: none;
    margin-bottom: 0px;
    min-width: 0px !important;
    padding-right: 15px;
    padding-top: 0 !important;
    text-align: left;
}

.quest_div {
    padding-left: 20px;
    padding-right: 20px;
}

.ans_div {
    font-size: 16px;
    color: #a93535;
    padding: 20px;
}

.submit-button-wrapper {
    padding-left: 20px;
    padding: 0px 15px !important;
}

.marg_tp10 {
    margin-top: 10px;
}

.TEXTCENTER {
    text-align: center;
}

.RESPONSEWAITTINGDIV {
    display: none;
    /*position: absolute;
	left: 35%;
	top: 78%;*/
}

div#formdiv.scussess-msg {
    color: #000;
    font-size: 18px;
    padding: 8px;
    text-align: center;
}

.home-form-lable {
    font-size: 25px;
    color: #000;
    text-align: center;
}

.marhead {
    text-align: center;
}

.marhead {
    padding: 10px;
}

#disability-form {
    padding: 0px !important;
}


/* custom anova scripts */

.form-container {
    padding: 25px 0px;
    margin: auto;
    width: 100%;
    border: 1px solid #ccc;
    background-color: #daeaec;
    text-align: center;
}

.form-holder #age {
    max-width: 64px;
    margin: auto;
    text-align: center;
}

.form-holder .form-check-label input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.form-holder a:hover,
a:focus {
    color: #003566;
}

.form-holder .required-notification {
    color: #999;
    font-size: 12px;
    font-style: italic;
    display: block;
    text-align: center;
}


/*bootstrap & form overrides*/

.form-control:focus,
.form-control {
    background-color: white;
}

h4 {
    line-height: 1.5;
}

form h4 sup {
    color: #F96152;
}

.btn-primary {
    padding: 5px 28px;
    font-size: 18px;
    padding-bottom: 3px;
}

#registration h4 {
    margin-bottom: 20px;
    margin-top: -15px;
}

.form-check-inline label:first-of-type {
    margin-right: 25px;
}

#registration h3 {
    margin-bottom: 25px;
}

#registration .free-eval {
    font-size: 16px;
    color: #285073;
    margin-bottom: 20px;
}

#registration .free-eval strong {
    color: #0084ff;
}


/* RADIO BUTTON & INPUT STYLES */

.disclaimer .control {
    font-size: 12px;
    font-weight: normal;
    line-height: 16px;
}

.control {
    font-size: 18px;
    position: relative;
    display: inline;
    margin-bottom: 15px;
    padding-left: 30px;
    cursor: pointer;
}

.control input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.control__indicator {
    position: absolute;
    top: 2px;
    left: 0;
    width: 20px;
    height: 20px;
    background: #f8fbfd;
}

.control--radio .control__indicator {
    border-radius: 50%;
}


/* Hover and focus states */

.control:hover input~.control__indicator {
    background: #ccc;
}


/* Checked state */

.control input:checked~.control__indicator {
    background: #0084ff;
}


/* Hover state whilst checked */

.control:hover input:not([disabled]):checked~.control__indicator,
.control input:checked:focus~.control__indicator {
    background: #0084ff;
}


/* Disabled state */

.control input:disabled~.control__indicator {
    pointer-events: none;
    opacity: .6;
    background: #f8fbfd;
}


/* Check mark */

.control__indicator:after {
    position: absolute;
    display: none;
    content: '';
}


/* Show check mark */

.control input:checked~.control__indicator:after {
    display: block;
}


/* Checkbox tick */

.control--checkbox .control__indicator:after {
    top: 2px;
    left: 6px;
    width: 7px;
    height: 13px;
    transform: rotate(45deg);
    border: solid #fff;
    border-width: 0 3px 3px 0;
}


/* Disabled tick colour */

.control--checkbox input:disabled~.control__indicator:after {
    border-color: #7b7b7b;
}


/* Radio button inner circle */

.control--radio .control__indicator:after {
    top: 7px;
    left: 7px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #fff;
}


/* Disabled circle colour */

.control--radio input:disabled~.control__indicator:after {
    background: #7b7b7b;
}


/*RESPONSIVE STYLES*/

@media only screen and (max-width: 991px) and (min-width: 1px) {
    /*containers & size adjustments*/
    .form-holder {
        width: 100%;
    }
    .form-holder #description {
        min-height: 150px;
    }
    .m-t-100 {
        margin-top: 40px !important;
    }
    /*typography*/
    h2 {
        font: 600 38px/1 "Poppins", sans-serif !important;
        letter-spacing: -2px !important;
    }
    .form-holder #age,
    .form-holder #description {
        /*font-size: 14px;*/
    }
    .navbar .navbar-header .navbar-brand {
        width: 200px;
    }
    .form_bx ul li {
        padding-bottom: 10px;
        width: 95%;
        margin: auto;
    }
}


/* NEW STYLES FOR EXISTING FORM */

.form-holder .sbHolder {
    display: none !important;
}

.form-holder .birthYearSelect {
    display: block !important;
}

.PdsHomeForm #byear {
    display: block !important;
    max-width: 150px;
    height: 62px !important;
    border-radius: 0 !important;
    margin: auto !important;
    position: relative;
    font-size: 18px;
    left: -9px;
    float: left;
}

@media only screen and (max-width: 1000px) and (min-width: 1px) {
    .PdsHomeForm #byear {
        max-width: none;
        width: 105% !important;
    }
}

.PdsHomeForm select {
    border: 1px solid #e7e7e7 !important;
    padding: 12px 10px!important;
    height: auto !important;
    width: 65%;
}

.form-holder label {
    font-weight: bold;
    float: none !important;
    text-align: left;
}

.form-holder label:first-child {
    padding-top: 10px;
}

.form-holder label sup {
    color: red;
}

.form-holder .birthYearCtnr {
    position: relative;
    padding: 10px;
}

.anovaLPGrid h1 {
    font-size: 62px !important;
    letter-spacing: -0.02em !important;
    text-align: center;
}

.anovaLPGrid .post-header {
    max-width: 800px;
    margin: auto;
}

.anovaLPGrid .post-header p {
    font-size: 24px;
    color: #999;
    text-align: center;
}

.form-holder .orng_btn,
.submit-button-wrapper input[type="button"] {
    background: none;
    background-color: #0084ff !important;
    padding: 15px 30px;
    border-radius: 25px;
    width: 100%;
    margin-top: 30px;
}


/* Form step 2  */

.quest_div {
    font-size: 18px;
    font-weight: bold;
    text-align: left;
}

.ans_div {
    font-size: 18px;
    color: #000;
    padding: 12px 20px 20px;
    font-weight: bold;
    float: left;
}

.ans_div input[type="radio"] {
    margin-right: 5px;
    height: 30px;
    width: 30px;
    vertical-align: top;
}

.ans_div input[type="radio"]:nth-child(1) {
    color: green;
}

.ans_div input[type="radio"]:nth-child(2) {
    color: red;
}

.ans_div select {
    max-width: 250px;
    height: 60px !important;
    float: left;
    font-size: 18px;
}

.submit-button-wrapper {
    padding-left: 0;
}

.form-container .grid-unit {
    float: none;
}

.gform_fields {
    /*margin-top: 20px !important;*/
    /*margin-bottom: 20px !important;*/
}

.form-holder input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #999 !important;
}

.form-holder input::-moz-placeholder {
    /* Firefox 19+ */
    color: #999 !important;
}

.form-holder input:-ms-input-placeholder {
    /* IE 10+ */
    color: #999 !important;
}

.form-holder input:-moz-placeholder {
    /* Firefox 18- */
    color: #999 !important;
}

.form-holder select::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #999 !important;
}

.form-holder select::-moz-placeholder {
    /* Firefox 19+ */
    color: #999 !important;
}

.form-holder select:-ms-input-placeholder {
    /* IE 10+ */
    color: #999 !important;
}

.form-holder select:-moz-placeholder {
    /* Firefox 18- */
    color: #999 !important;
}


/*RESPONSIVE STYLES*/

@media only screen and (max-width: 991px) and (min-width: 1px) {
    .anovaLPGrid h1 {
        font-size: 48px !important;
        line-height: 48px;
    }
    .anovaLPGrid .post-header p {
        /* font-size: 15px; */
        font-size: 1.9vh;
        line-height: 2.5vh;
        color: #333;
        text-align: center;
        display: block;
        margin-top: -10px;
    }
    .PdsHomeForm select {
        padding: 5px;
    }
    .PdsHomeForm input[type="text"],
    .PdsHomeForm input[type="number"],
    .PdsHomeForm input[type="tel"],
    .PdsHomeForm input[type="email"] {
        padding: 17px 10px !important;
    }
}


/* NEW STYLES 1/28 */

.securityLogos {
    position: relative;
    height: auto;
    text-align: center;
    margin-bottom: -25px;
    padding-left: 30px;
    padding-right: 30px;
}

.securityLogos p {
    display: block;
}

.securityLogos .secureLogo {
    display: inline-block
}


/* error styles*/

.form_bx ul li .formError {
    display: block !important;
    float: left !important;
    margin-left: -65% !important;
}

.content-wrap .content {
    border-top: 2px solid #165e69 !important;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


/* NEW FORM OVERRIDES */

#infoForm input.error,
#infoForm select.error {
    border: 1px #ee6666 solid !important;
}

#infoForm label.error {
    font-weight: normal;
    font-size: 14px;
    color: #999;
    font-style: italic;
    margin-top: -5px;
}

#questionForm label.error {
    display: none !important;
}

#questionForm select.error {
    border: 1px #ee6666 solid !important;
}

.main {
    padding-left: 0;
    padding-right: 0;
}

.form-holder .birthYearCtnr {
    padding: 0;
}

.PdsHomeForm #byear {
    display: block !important;
    max-width: 150px;
    height: 62px !important;
    border-radius: 0 !important;
    margin: auto !important;
    position: relative;
    font-size: 18px;
    left: 0px;
    float: left;
}

.questionForm {
    display: none;
}

.anovaLP {
    /*background-color: #daeaec;*/
}

.submit-button-wrapper input[type="submit"] {
    background: none;
    background-color: #0084ff !important;
    padding: 15px 30px;
    border-radius: 25px;
    width: 100%;
    margin-top: 30px;
}

.control__indicator {
    position: absolute;
    top: -1px;
    left: -2px;
    width: 25px;
    height: 25px;
}

.control--radio .control__indicator:after {
    top: 8px;
    left: 8px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #fff;
}

.loading {
    margin: 10px;
    text-align: center;
    margin-bottom: 20px;
    display: none;
    background-color: white;
    position: absolute;
    top: 49%;
    padding: 25px;
    border: 3px #a93535 solid;
    margin: 0 25px;
    border-radius: 10px;
    z-index: 99;
    -webkit-box-shadow: 0px 0px 16px 4px rgba(153, 153, 153, 1);
    -moz-box-shadow: 0px 0px 16px 4px rgba(153, 153, 153, 1);
    box-shadow: 0px 0px 16px 4px rgba(153, 153, 153, 1);
}

.please-wait {
    font-size: 17px;
    font-weight: bold;
    padding: 25px;
}

@media only screen and (max-width: 1000px) and (min-width: 1px) {
    .PdsHomeForm #byear {
        width: 100% !important;
        margin-top: 2px !important;
        max-width: none;
    }
    .ans_div {
        width: 100%;
        padding-bottom: 10px;
        margin-top: 5px;
    }
    .ans_div select {
        max-width: none;
        width: 100%;
    }
}

#agree {
    padding: 0;
    width: 20px;
    height: 20px;
    margin-top: 15px !important;
}

#label_1_25_1 {
    margin-top: -13px !important;
    display: inline-block;
    position: relative;
    top: -4px;
}

#agreetoterms-error {
    position: absolute;
}

@media only screen and (max-width: 420px) and (min-width: 1px) {
    .anovaLPGrid h1 {
        font-size: 4.0vh !important;
        line-height: 4.3vh;
    }
}

@media only screen and (max-width: 320px) and (min-width: 1px) {
   /*typography*/
    h2 {
        font: 600 30px/1 "Poppins", sans-serif !important;
        letter-spacing: -2px !important;
        /* text-align: center; */
    }
	h3{
		font-size: 130%;
		/* text-align: center; */
	}
}