/**BASE GLOBAL STYLES */
* {
    list-style: unset;
}

html,
body {
    height: unset;
}



body {
    font-size: unset;
    background-color: #fffffe;
    min-height: 100vh;
    font-family: "Oracle Sans", -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', sans-serif;
}

/* RESET FONT TO ORACLE SANS */
.results__area .obttns a,
.cmps-bttns,
.cloudbg .ty_btn a,
.demog1 button.btn.btn-primary.px-4.float-right.con-btn,
.demog2 button.btn.btn-primary.px-4.float-right.con-btn,
button.btn.btn-primary.px-4.float-right.con-btn.subBtn,
button,
.intro_btn_container div a,
label,
select,
h4,
ul.u10-links li a,
.cready h2,
.carousel-item h2,
ul li,
p,
.cloudbg .obttns a {
    font-family: "Oracle Sans", -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', sans-serif;
    font-weight: 600;
}



.f11w1 {
    max-width: unset !important;
}

.cloud-form label {
    font-size: 1.5rem;
}

section.cloudbg.cpad.bgblue.bkg-overlay:before {
    background-image: none;
    background-color: #F1EFED;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
}

section.cloudbg.cpad.bgblue.bkg-overlay {
    padding: unset;
    min-height: unset;
    padding-block: 200px;
    position: relative;
    z-index: 1;
}

/**OPENING LANDING PAGE STYLES*/
.cready h2,
.carousel-item h2 {
    text-wrap: balance;
    font-size: 30px;
    margin-block-end: 20px;
    font-weight: 700 !important;
    color: #1D3A4B;
}

ul {
    /* list-style-position: inside; */
    padding-inline-start: 24px;
}

ul li,
p {
    font-size: 15px;
    font-weight: 400;
}

.padLR20 {
    padding-inline: 20px;
}

.cready p {
    font-size: 15px;
}

.cready p:last-of-type {
    margin-block-end: 3rem;
}

.cloudbg .ty_btn a {
    margin-top: unset;
    font-size: 12px;
    background-color: #1D3A4B;
    padding-inline: 4em;
    padding-block: 1.25em;
    width: 100%;
    text-align: center;
}

/*End: Opening 1st Page Content Styles */

/*1st Page Start button*/
.cloudbg .obttns a {
    padding-inline: 4.7rem;
    margin-top: unset;
}

/*Header Logo*/
#u30brand #u30logo {
    width: unset;
    height: unset;
    min-width: unset;
}

/*Header Logo Container*/
.u30w1 {
    padding-block: 20px;
    padding-inline-start: 20px;
}

/*Absolute Position Bloom Img Graphics*/
.graphic__wrappers {
    position: absolute;
}

.top_bloom_container {
    top: 0;
    left: 0;
    /* max-width: 400px; */
}

.top_bloom_container img {
    object-fit: cover;
    width: 100%;
    height: 300px;
}

.bottom_bloom_container img {
    object-fit: contain;
    width: 270px;
    max-width: 100%;
}

.bottom_bloom_container {
    bottom: 0;
    right: 0;
    max-width: 200px;
}

.demog1 button.btn.btn-primary.px-4.float-right.con-btn,
.demog2 button.btn.btn-primary.px-4.float-right.con-btn,
button.btn.btn-primary.px-4.float-right.con-btn.subBtn,
button,
.intro_btn_container div a {
    font-size: 12px !important;
    background-color: #1D3A4B !important;
    padding-inline: 4em !important;
    padding-block: 1.25em !important;
    width: 100%;
    text-align: center;
    border-radius: 5px !important;
}

#forsec p.field-p {
    font-size: 1.2rem;
    font-weight: 500;
}

/*Footer Social Media Icon Container*/
.u10w1 {
    padding-block-start: 0px;
    padding-block-end: 0px;
    padding-block: 24px !important;
}

ul.u10-links {
    transform: translateY(-2.5px);
    margin: 0;
}

.u10-links,
.scl-icons {
    margin-top: unset !important;
}

.scl-icons {
    transform: translateY(5px);
}

#forsec h4 {
    font-size: 3.4rem;
    margin-block-end: 20px;
}

#forsec p {
    font-size: 15px;
    margin-block-end: 30px;
}

select {
    appearance: none;
    -moz-appearance: none;
    background: url('https://www.oracle.com/webfolder/dms/prod/images2/select-down-arrow.png') no-repeat right 4px center / contain;
}

/*Styles for Multi Select Check box option*/

/* Style the combobox button */
/* Style the button */
button[role="combobox"] {
    width: 100%;
    position: relative;
    text-align: left;
    background: white !important;
    padding: 9.5px 10px !important;
    /* Space for the dropdown arrow */
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.5rem !important;
    border: none;
    border: 1px solid #ced4da;
    overflow: hidden;
}


select.form-control.form-control-lg,
input[type=text] {
    height: 50px !important;
    max-height: 50px !important;
}

.form-control:focus,
button[role="combobox"]:focus {
    border: 2px solid #1D3A4B;
    box-shadow: none;
    /* box-shadow:  0 0 0 .2rem rgba(29, 58, 75, .25); */
}

/* Add a wrapper to position the dropdown */
.combobox-wrapper {
    position: relative;
    width: 100%;
}

/* Style the dropdown */
ul[role="listbox"] {
    width: 100%;
    /* Ensure it matches the button width */
    position: absolute;
    left: 0;
    top: 100%;
    border: 1px solid #ccc;
    background: white !important;
    list-style: none;
    padding: 0 !important;
    margin: 0;
    box-sizing: border-box;
    z-index: 1000;
    max-height: 250px;
    /* Limit height and enable scrolling */
    overflow-y: auto;
    display: none;
    /* Hide by default */
    border-radius: 5px;
}

ul[role="listbox"] li label {
    margin-block-end: unset;
    margin-inline-start: 4px;
    font-size: 1.5rem !important;
    font-weight: 400;
    color: #32405a;
}

/* Show dropdown when button is active */
button[aria-expanded="true"]+ul {
    display: block;
}

button[role="combobox"]:hover {
    background-color: #ffffff !important;
}

#select svg {
    width: 20px;
    /* Ensure the width stays consistent */
    height: 20px;
    /* Ensure the height stays consistent */
    margin-left: auto;
    /* Keep the positioning of the SVG to the right */
}

input[type="checkbox"] {
    accent-color: #1D3A4B;
}

/* Style listbox options */
ul[role="listbox"] li {
    padding: 5px 10px;
    display: flex;
    align-items: center;
}

/* Highlight option on hover */
ul[role="listbox"] li:hover {
    background-color: #f1f1f1;
}

/* Hide the listbox by default */
ul[role="listbox"][aria-expanded="false"] {
    display: none;
}


#tyPage section.cloudbg.cpad.bgblue.bkg-overlay:before {
    background-image: none;
    background-color: #F1EFED;
}

.cloudbg .ty_btn a {
    padding-inline: 4rem;
}

#homwel:has(.readythank) {
    padding-block: 45px;
}

.flex__center {
    justify-content: center;
    align-items: center;
}

/**RESULTS PAGE STYLING*/

section.thank-welcome:before {
    background-image: none;
    background-color: #F1EFED;
    content: unset;
}

.icn-success {
    background-image: none;
}

.rw-pattern4:before {
    background-color: #F1EFED;
    background-image: none !important;
}

.intro__container {
    padding-inline: 15px;
    text-align: center;
    text-wrap: pretty;
    max-width: 870px;
    margin-inline: auto;
}

.intro__container h1 {
    margin-block-start: 16rem;
    margin-block-end: 2.48rem;
    font-size: 3rem;
    font-weight: 700;
}

.intro__container p {
    margin-block-end: 2.48rem;
    margin-inline: 2rem;
    font-weight: 400;
}

.intro__container p:last-child {
    margin-block-end: 3rem;
}

.u10v0 .u10w5:only-child {
    margin-block-start: unset;
}

.f11v6 .f11w1 {
    max-width: 1400px;
}

.results__container {
    position: relative;
    z-index: 0;
}

.results__area {
    background-color: #ffffff;
    max-width: 870px;
    margin-inline: auto;
    padding-inline: 20px;
    padding-block: 20px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    margin-block-end: 3rem;
    font-weight: 400;
}

.results__area h2 {
    margin-block-start: 0rem;
    font-weight: 700 !important;
    font-size: 3rem !important;
    text-wrap: pretty;
}

.results__area h3 {
    font-size: 1.5rem;
    margin-block-end: .25rem;
    font-weight: 700;
}

.results__area ul li {
    font-size: 1.5rem;
}

.results__area p {
    font-weight: 400;
}

.obttns>div {
    display: flex;
}

.results__area .obttns a {
    font-size: 12px;
    background-color: #1D3A4B;
    padding-inline: 4em;
    padding-block: 1.25em;
    width: 100%;
    text-align: center;
    font-weight: 600;
}

.dontShowOnMobile {
    display: none;
}

.showOnMobile {
    display: block;
}

/**FOOTER STYLES */
.form-section {
    background-image: none;
    background-color: #053241;
    color: #fff;
}

.cpad.form-section,
.cwidth.flex__container {
    padding: unset;
}

.flex__container {
    display: flex;
    flex-direction: column-reverse;
}

.bloom3__img--container {
    flex: .5;
}

.bloom3Img {
    padding-top: 30px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
}

.footer__banner--content {
    padding-inline: 40px;
    padding-block: 50px 20px;
    flex: 1;
}

.footer__banner--content p {
    color: #ffffff;
    line-height: 1.4;
}

.cb103 .cb103w2 h2 {
    margin-block-end: unset;
}

.cmps-bttns {
    font-size: 12px;
    background-color: #ffffff;
    color: #053241;
    padding-inline: 4em;
    padding-block: 1.25em;
    width: 100%;
    text-align: center;
    border-radius: 5px;
}

.email-cta {
    color: #1D3A4B;
}

.color__primary {
    color: #1D3A4B !important;
}

.softGreenBG {
    color: #89B2B0 !important;
}

.coolPurpleBG {
    color: #796087 !important;
}

.sereneGold {
    color: #DEB068 !important;
}



@media only screen and (min-width: 768px) {
    section.cloudbg.cpad.bgblue.bkg-overlay:before {
        background-size: cover;
    }

    .welcome__container {
        max-width: 620px;
        margin-inline: auto;
    }


    .bloom3Img {
        max-width: 70%;
    }


    .col-md-6 {
        max-width: 100%;
    }

    .top_bloom_container img {
        width: 400px;
    }

    .bottom_bloom_container {
        width: unset;
        max-width: 250px;
    }

    .results__area {
        padding-inline: 40px;
        padding-block: 40px;
    }

    .bottom_bloom_container img {
        right: 0;
    }

    .u30w1 {
        padding-inline-start: 30px;
    }

    .results__area .obttns a,
    .cmps-bttns,
    .cloudbg .ty_btn a,
    .demog1 button.btn.btn-primary.px-4.float-right.con-btn,
    .demog2 button.btn.btn-primary.px-4.float-right.con-btn,
    button.btn.btn-primary.px-4.float-right.con-btn.subBtn,
    button,
    .intro_btn_container div a {
        width: unset;
    }

    /* .demog1 button.btn.btn-primary.px-4.float-right.con-btn {
 font-size: 12px;
 background-color: #1D3A4B;
 padding-inline: 4em;
 padding-block: 1.25em;
 width: 100%;
 text-align: center;
} */

    div#emailSect {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .cmps-bttns {
        width: 180px;
        max-width: 180px;
        padding-inline: unset;
    }

}

@media only screen and (min-width: 1024px) {

    .dontShowOnMobile {
        display: block !important;
        position: absolute;
        bottom: 0;
        object-fit: cover;
        width: 320px;
    }

    .showOnMobile {
        display: none;
    }

    .intro__container h1 {
        margin-block-start: 7rem;
    }

    .flex__container {
        flex-direction: row;
    }

    .bottom_bloom_container {
        width: unset;
        max-width: 320px;
    }

    .results__area {
        padding-inline: 80px;
        padding-block: 50px;
    }

    .bloom3Img {
        display: block;
        padding-top: 80px;
        object-fit: cover;
        width: 320px;
    }

    .footer__banner--content {
        padding-inline: 30px 60px;
        padding-block: 60px;
    }

    ul.u10-links {
        transform: translateY(-7px);
        margin: 0;
    }

    section.cloudbg.cpad.bgblue.bkg-overlay {
        padding-block: unset;
    }

    /* Style the dropdown */
    ul[role="listbox"] {
        width: calc(100% - 15px);
        /* Ensure it matches the button width */
        left: 0;
    }

    #priReasonListbox li {
        align-items: baseline;
    }

    .demoGraphicsH2 {
        margin-top: 74px;
    }

}

/*State Rubric classes*/
.scoreLevel {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    text-align: center;
}

.rubric-heading {
    font-size: clamp(1.2rem, 6vw, 1.5rem) !important;
    font-weight: 600 !important;
    margin-block: 10px 5px !important;
    color: #1D3A4B !important;
}

.rubric-description {
    font-size: 1rem !important;
    font-weight: 400 !important;
    color: #1D3A4B !important;
    padding-inline: 10px !important;
}

.disBtn {
    pointer-events: none;
    opacity: 0.8;
}

#emailSubmit {
    cursor: pointer;
}

.label-checkbox input[type=checkbox] {
    margin: 0;
    width: 18px;
    height: 18px;
    visibility: visible;
    vertical-align: initial;
    top: 2px;
}

.field-p b {
    top: 2px;
}

.LV_invalid {
    font-size: 10px;
    color: #E55844 !important;
}

.label-checkbox-checked input[type="checkbox"] {
    margin: 0;
    width: 18px;
    height: 18px;
    visibility: visible;
    vertical-align: middle;
}

.ready-title {
    font-family: "Oracle Sans", -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', sans-serif;
    color: #1D3A4B !important;
    font-weight: 700;
    font-size: 2rem;
    margin-bottom: 2.48rem;
}

.ready-h5 {
    color: #1D3A4B
}
.ready-p {
    color: #3a3632;
}
.ready-buttom {
    background: #1D3A4B !important;
}

.cb79 .col-item-w1 {
    justify-content: space-between;
    height: 100%;
}

.intro_btn_container {
    padding-bottom: 100px;
}

.cb79 h5 {
    margin-top: 10px;
}

#homwel .culmain .ty_btn {
    padding-bottom: 80px;
}

#priReason {
    padding-right: 42px;
}

.fade-in.show {
    opacity: 1;
}

@media (min-width: 320px) and (max-width: 600px) {
    .cb79 .col-item-w1 h5 {
        margin-left: 0px ;
        width: 100%;
    }
}

@media (min-width: 320px) and (max-width: 600px) {
    .cb79 .col-item-w1 h5 {
        margin-top: 0.8em;
        margin-bottom: 0.8em;
    }
}

@media only screen and (max-width: 767px) {
    .carousel-control-next-icon, .carousel-control-prev-icon {
        display: none;
    }
}

@media only screen and (max-width: 450px) {
    #slider .col-md-8, .col-md-10 {
        padding-left: 0;
        padding-right: 0;
    }
}