body {
    border-top: 65px solid #006278;
    padding-top: 40px;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
}

.crx-wl-redirect-new {
    cursor: pointer;
}

h1, h2, h3, h4, h5, h6 {
    color: #006278;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
}

a {
    color: #006278;
    text-decoration: underline;
}

.greyBar {
    position: absolute;
    width: 100%;
    background: #686868;
    height: 12px;
    top: 65px;
    left: 0;
    border-top: 2px solid #fff;
}

.actionBtn {
    background: #006278;
    border-color: #ccc;
    font-weight: bold;
    font-size: 25px;
    padding: 2px 30px;
    margin: 20px 0 30px;
}

.actionBtn:hover {
    background: #006278;
    border-color: #ccc;
}

.logoWrapper img {
    width: 300px;
    max-width: 100%;
}

.logoWrapper h1 {
    color: #006278;
    padding: 20px 0;
    font-size: 42px;
}

.introTxt h2 {
    font-size: 24px;
}

.termsTxt {
    margin-top: 30px;
}

.termsTxt h3 {
    font-size: 18px;
}

.termsTxt ul {
    padding-left: 16px;
}

.termsTxt ul li {
    margin-bottom: 10px;
    list-style: none;
}

.termsTxt ul li span {
    display: table-cell;
}

.termsTxt ul li span.bullet {
    padding-right: 5px;
    color: #006278;
}

.termsTxt ul li a {
    color:#006278 !important;
    text-decoration: none !important;
    border-bottom: 1px solid #006278;
}

.footerWrapper {
    background: #686868;
    margin-top: 30px;
}

.footerWrapper .footerBox {
    margin: auto;
    padding: 40px 0 20px;
}

.footerWrapper .col-md-4 img {
    max-width: 100%;
}

.footerWrapper .col-md-8 {
    color: #fff;
    font-size: 14px;
}

.footerWrapper .col-md-8 p {
    margin-bottom: 0;
    padding-right: 5%;
}

.footerWrapper .col-md-8 ul {
    padding: 0;
}

.footerWrapper .col-md-8 ul li {
    list-style: none;
    display: inline;
    padding: 0 10px;
}

.footerWrapper .col-md-8 ul li:nth-child(1) {
    border-right: 1px solid #fff;
    margin-left: 0;
    padding-left: 0;
}

.footerWrapper .col-md-8 ul li a {
    text-decoration: none !important;
    border-bottom: 1px solid #fff;
    color: #fff;
}

.cardForm {
    margin: 20px 0 0;
}

.label-width .form-check, .label-width1 {
    width: 100%;
}

.form-group label a,.form-group p a {border-bottom: 1px solid #000; text-decoration: none !important;}

.boldLabel {
    font-weight: bold;
}

.form-check-inline {
    display: inline-block;
    margin-right: 30px;
}

.colorRed {
    color: #ff0000;
    font-weight: bold;
}

.reqAlert {
    color: #fff;
    background: #ff0000;
    font-weight: 600;
    padding: 5px 8px;
    border-bottom: 10px solid #fff;
    margin: auto;
    width: 60%;
}

.reqAlert img {width: 20px;}

.formWrapper {
    background: #e8e8e8;
    padding: 20px;
}

.mainForm {
    border: 3px solid #006278;
    background: #fff;
}

.mainForm h3 {
    font-size: 14px;
    font-style: italic;
    font-weight: 600;
    color: #fff;
    padding: 20px 50px;
    background: #006278;
}

.formfields {
    padding: 20px 50px;
}

.mainForm .form-group {
    margin: 30px 0 40px;
}

.checkboxAlign input {
    float: left;
}

.checkboxAlign label {
    width: 95%;
}

.form-group .txtFields .col-lg-4 {
    margin-top: 10px;
}

.txtFields input {
    border-radius: 0;
    padding: 0 5px;
    margin: 5px 0 7px;
    border-color: #000;
}

.submitBtn {
    margin-bottom: 0;
}

input[type="text"].error {
    background: #ffe5e5;
    border-color: #ff0000;
}

.errorMsg {
    color: #ff0000;
    font-weight: 600;
    display: none;
}

.txtFields .col-lg-12 input {
    max-width: 30%;
}

.backBtn {
    margin-left: 30px;
}

@media only screen and (max-width: 992px) {
    .txtFields .col-lg-12 input {
        max-width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .footerWrapper .col-md-8 p {
        padding-right: 0;
    }
    .reqAlert {
        width: 80%;
    }
    .checkboxAlign label {
        width: 90%;
    }
    .mainForm .form-group {
        margin: 20px 0 30px;
    }
}

@media only screen and (max-width: 562px) {
    .mainForm h3 {
        padding: 10px 20px;
    }
    .formfields {
        padding: 10px 20px;
    }
    .reqAlert {
        width: 100%;
    }
}

.hideElment{
    display: none;
}
.error label.val-error {
    color: red;
}

.err-input {
    border-color: red !important;
    background-color: #FFA07A;
}

.crx-gray-out {
    overflow-y: hidden;
    z-index: 9999;
}

.crx-loader {
    z-index: 999999;
}

.error div.errorMsg{
    display: inherit;
    font-weight: bold;
}

.err-msg{
    display: none;
}

.crx-wl-submit-result{
    color: #ff0000;
}

.ftrNewTxt a{
    font-weight: 600;
    font-size:13.5px;
    color:#ffffff;
    text-decoration: underline !important;
   }