/* ====== Base Styles ====== */
body,
h1,
h2,
h3,
h4,
a {
    font-family: 'Inter', sans-serif;
}

a,
a:hover,
a:focus,
a:visited {
    color: #0053AA !important;
}

body {
    background: #fff;
    color: #444;
}

#content {
    width: 100% !important;
    padding: 0;
}

.row {
    padding-right: 20px;
    padding-left: 20px;
}

/* ====== Fonts ======= */
/* Regular */
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    src: url('https://fonts.gstatic.com/s/inter/v12/UcCO3FwrJd4s5yuhGCb04jMyxe_2wMJKXhUO.woff2') format('woff2');
}

/* Medium */
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    src: url('https://fonts.gstatic.com/s/inter/v12/UcCO3FwrJd4s5yuhGCb04jMyxe_2wPpKXhUO.woff2') format('woff2');
}

/* Bold */
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    src: url('https://fonts.gstatic.com/s/inter/v12/UcCO3FwrJd4s5yuhGCb04jMyxe_2wKxKXhUO.woff2') format('woff2');
}

/* ====== Header ======= */

/* #notMeLink {
  display: block !important;
} */

.link-container {
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    height: 50px;
}

h2.form-title {
    padding: 0 !important;
    margin: 40px 0 0 !important;
    text-align: center;
    font-size: 30px;
    font-weight: 800;
    color: #0d0d0d;
}

.required-txt {
    order: 2;
    padding-right: 14px;
    padding-left: 14px;
    color: #9e9e9e !important;
}

.clearForm {
    order: 1;
    margin-bottom: 10px !important;
}

.clearForm-Link {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 14px;
    color: #0053AA;
}

.clearForm-Link>p a,
p a:visited {
    color: #0053AA !important;
}

font[color=red] {
    color: #D10707 !important;
}


/* ======== Labels ======= */
label,
span.questionlabel {
    color: #9e9e9e !important;
    font-size: 14px;
    line-height: 1.2em;
}

p.drg-element-type-standard-field .questionlabel {
    width: 100% !important;
}

span.questionlabel {
    margin-bottom: 8px;
}

form input,
form textarea,
form select {
    border: 1px solid #D1D5DB !important;
    border-radius: 0px;
    padding: 10px;
    font-size: 14px;
    box-sizing: border-box;
}

/* Optionally add a focus state */
form input:focus,
form textarea:focus,
form select:focus {
    border-color: #BCC0C6 !important;
    outline: none;
}

input[type="text"] {
    height: 40px;
}

select {
    height: 40px;
    padding-right: 0 !important;
    font-size: 14px;
}

input[type="text"],
input[type="password"],
input[type="email"],
textarea,
select {
    color: #545454;
}

/* ======= Button ======= */
div.button {
    text-align: left;
}

#custombtn {
    width: 230px !important;
    height: 50px !important;
    text-transform: uppercase;
    border-radius: 0;
    background: #1f74c9;
    /* Button background color */
    font-size: 15px;
    line-height: 21.5px;
    /* Vertically align text */
    color: #fff;
    text-align: center;
    padding-right: 55px;
    /* Create space for the icon */
    position: relative;
    /* Needed for the background position */
    background-image: url('https://cdn.omeda.com/hosted/images/CLIENT_CYG/CPS/download-btn.png');
    background-repeat: no-repeat;
    background-size: 16px 16px;
    /* Size of the icon */
    background-position: calc(100% - 35px) center;
    /* Position the icon */
    cursor: pointer;
    border: none;
}

#custombtn:hover {
    opacity: 0.8;
    transition: all 0.25s;
}


/* ======= Footer ======= */
footer a {
    color: #4581C8;
}

footer {
    color: #6D7278;
}

.sixteen.columns.footer {
    padding: 0 25px 40px
}

/* ======= Fields ======== */
.drg-element-sub-type-fieldname-EMAILADDR,
input[type="type=text"],
select {
    width: 100% !important;
}

.drg-element-type-demographic {
    padding-right: 0 !important;
}

.addresslabel,
.drg-element-sub-type-fieldname-PHONE,
.drg-element-sub-type-type-1,
p {
    margin: 0 !important;
    padding: 8px 12px !important;
}

.drg-element-sub-type-type-1 {
    margin: 0 !important;
}

p.drg-element-sub-type-type-2 {
    display: block !important;
}

#p5073843 {
    display: none !important;
}

span {
    width: 100% !important;
}

span.drg-element-sub-type-type-1 {
    display: inline-block;
    margin: 0 !important;
    padding: 0 !important;
    width: 50% !important;
}

addresslabel,
.drg-element-sub-type-fieldname-PHONE,
.drg-element-sub-type-type-1,
select {
    display: inline-block;
    width: 50%;
    padding: 8px;
    box-sizing: border-box;
    margin-bottom: 0px !important;
    vertical-align: top;
}

span.drg-element-sub-type-type-1 {
    display: inline-block !important;
    width: 50% !important;
}

p.drg-element-type-demographic.drg-element-sub-type-type-1 {
    display: block !important;
    width: 100% !important;
    margin-bottom: 20px;
}

.disclaimer span.drg-element-sub-type-type-1 {
    display: block !important;
    width: 100% !important;
}

.disclaimer span.questionlabel {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
}

.questionlabel:has(> br) {
    margin-top: -50px !important;
}

input[type="text"],
select {
    width: 100%;
    padding: 6px 4px;
}

.addresslabel,
.questionlabel,
label {
    margin-bottom: 3px !important;
}

span>p {
    marign-bottom: 0 !important;
}


/* ======= Confirmation Page ======== */
.confirmation-container {
    text-align: center !important;
}

.confirmation-container>h3 {
    margin-bottom: 10px;
    text-align: center;
    font-weight: 700;
}

.confirmation-container>p {
    text-align: center;
    font-size: 15px;
    line-height: 1.4em;
}

.confirmation-container>.downloadReport-btn {
    width: 180px;
    margin: 0 auto 20px;
    padding: 13px 20px;
    color: #fff !important;
    border-radius: 8px;
    background-color: #EA7822;
}

.confirmation-container>.downloadReport-btn:hover {
    transition: all 200ms ease-in;
    background-color: #1A89DD;
}

.confirmation-container a,
.confirmation-container a:visited {
    text-decoration: none !important;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #fff !important;
    font-size: 15px;
    font-weight: 700;
}


/* ======= Checkboxes ======== */
ul {
    margin-top: -10px !important;
    margin-left: 8px !important;
    padding-left: 10px;
    /* Consolidated styles */
}

ul li {
    display: block;
    margin: 0 !important;
}

ul li input[type="checkbox"] {
    display: inline-block;
    width: 18px;
    height: 18px;
    appearance: none;
    -webkit-appearance: none;
    border: 0.12rem solid #D1D5DB !important;
    border-radius: 4px;
    background-color: #fff;
    cursor: pointer;
    margin-right: 0px;
    vertical-align: middle;
    transition: all 0.3s ease;
}

input[type="checkbox"]:checked {
    background-color: #1f74c9;
    border-color: #1f74c9;
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="%23ffffff"%3E%3Cpath d="M6.293 11.293L2.146 7.146a.5.5 0 1 1 .708-.708L6.5 10.293l6.646-6.647a.5.5 0 0 1 .708.708l-7 7a.5.5 0 0 1-.708 0z"/%3E%3C/svg%3E');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 14px 14px;
}

input[type="checkbox"]:hover {
    outline: 2px solid #C9D6EF !important;
}

.checkboxlabel,
.checkboxlabel label,
.checkboxlabel>span {
    color: #9e9e9e !important;
    font-size: 15px !important;
    line-height: 1.4em !important;
    margin-left: 0.2em;
}

.disclaimer .checkboxlabel,
.disclaimer .checkboxlabel label,
.disclaimer .checkboxlabel>span {
    color: #6D7278 !important;
    font-size: 12px !important;
    line-height: 1.8em !important;
}

.disclaimer ul {
    margin-left: 0 !important;
}

.disclaimer input[type="checkbox"] {
    margin-left: 0;
}

.disclaimer div {
    margin-top: 0 !important;
    padding-top: 0 !important;
    ;
}

/* Large screens (1280px and above) */
@media only screen and (min-width: 1280px) {

    .addresslabel,
    .drg-element-sub-type-fieldname-PHONE,
    .drg-element-sub-type-type-1,
    select {
        width: 50%;
    }

    .disclaimer .drg-element-sub-type-type-1 {
        margin: 0 auto;
        padding: 0;
    }


}

/* Medium-large screens (960px to 1279px) */
@media only screen and (min-width: 960px) and (max-width: 1279px) {

    .addresslabel,
    .drg-element-sub-type-fieldname-PHONE,
    .drg-element-sub-type-type-1 {
        width: 50%;
        padding: 12px;
    }

    .drg-element-sub-type-fieldname-EMAILADDR {
        width: 100%;
    }

    .drg-element-type-demographic {
        width: 48%;
    }

    p.drg-element-type-demographic select,
    p.drg-element-type-demographic span.questionlabel,
    span.drg-element-sub-type-type-1 select {
        width: 100%;
    }

    .disclaimer {
        margin-top: -10px;
    }

    .disclaimer span {
        padding-right: 10px;
    }
}

/* Tablet screens (768px to 959px) */
@media only screen and (min-width: 768px) and (max-width: 959px) {

    .addresslabel,
    .drg-element-sub-type-fieldname-PHONE,
    .drg-element-sub-type-type-1 {
        width: 50%;
        /* Retain two-column layout */
        padding: 8px;
    }

    input[type="text"],
    select {
        width: 98%;
    }

    p.drg-element-type-demographic select,
    p.drg-element-type-demographic span.questionlabel {
        width: 100%;
    }


    .disclaimer span {
        padding-right: 10px;
    }

    span.questionlabel:empty {
        display: none !important;
    }

    span.questionlabel:has(> br) {
        display: none !important;
    }



}

/* Small-medium screens (480px to 767px) */
@media only screen and (min-width: 480px) and (max-width: 767px) {

    h2.form-title {
        font-size: 24px;
        line-height: 1.5rem;
    }

    .addresslabel,
    .drg-element-sub-type-fieldname-PHONE,
    .drg-element-sub-type-type-1 {
        width: 50%;
        /* Retain two-column layout */
        padding: 8px;
    }

    .drg-element-type-demographic {
        width: 96%;
    }

    .drg-element-type-demographic label {
        font-size: 15px;
        line-height: 1.2em;
    }

    .otherfillin {
        width: 100%;
        max-width: 90%;
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .disclaimer span.questionlabel {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
    }



}

/* Small screens (479px and below) */
@media only screen and (max-width: 479px) {
    h2.form-title {
        font-size: 24px;
        line-height: 1.5rem;
    }

    .link-container {
        height: 40px;
    }

    .link-container p {
        font-size: 13px !important;
    }

    .sixteen.columns.footer,
    .row {
        padding-right: 10px;
        padding-left: 10px;
    }

    .addresslabel,
    .drg-element-sub-type-fieldname-PHONE,
    .drg-element-sub-type-type-1 {
        width: 100% !important;
        /* Switch to single-column layout */
        padding: 8px 12px !important;
    }


    span.drg-element-sub-type-type-1,
    p.drg-element-type-demographic {
        width: 100% !important;
        /* Switch to single-column layout */
        padding: 8px 12px !important;
    }


    .otherfillin {
        width: 100%;
        max-width: 90%;
        margin-bottom: 5px;
    }

    input[type="checkbox"] {
        margin-bottom: 8px;
    }

    .drg-element-type-demographic {
        width: 94%;
        padding-right: 0;
    }

    ul {
        margin-top: -5px;
    }

    div.button {
        margin-top: -10px;
        text-align: center;
    }


    .disclaimer ul {
        padding-left: 0;
        margin-left: 0;
    }

    .disclaimer .checkboxlabel label {
        line-height: 1.6em !important;
        font-size: 11.5px !important;
    }

    .disclaimer ul li input[type="checkbox"] {
        margin-bottom: 2px;
        margin-left: 0;
    }

    span.drg-element-sub-type-type-1 {
        padding: 0 !important;
        margin: 0 !important;
    }


}
