html * {
    font-family: 'Oracle Sans', sans-serif;
}

html body {
    background-color: #D1E5EE;
}

.main-container {
    width: 960px;
    box-shadow: 0px 0px 50px 5px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0px 50px 5px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 0px 50px 5px rgba(0, 0, 0, 0.25);
    background: #ffffff;
}

.frm-v2-col {
    padding: 40px 40px 40px 50px;
}

.frm-area {
    background-color: #264759;
    padding: 30px 30px;
    position: relative;
}

/* .frm-area::before, */
.frm-area::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-image: url('https://6262239.app.netsuite.com/c.6262239/portal/common/form/eloqua/img/misc/artboard-top-bg.png');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
    z-index: 1;
}

.frm-area::after {
    background-image: url('https://6262239.app.netsuite.com/c.6262239/portal/common/form/eloqua/img/misc/artboard-btm-bg.png');
    background-position: center bottom;
}

.main-logo {
    margin-bottom: 70px;
    position: relative;
    z-index: 2;
}

.main-logo img {
    margin: 0;
    width: 325px;
    max-width: 100%;
    display: block;
}

.hiddenFields {
    display: none;
}

.frm-wrapper {
    position: relative;
    z-index: 2;
}

.frm-wrapper form {
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
}

.frm-wrapper label {
    display: inline;
    color: #ffffff;
    font-size: 17px;
    line-height: 1.15em;
    max-width: 100%;
}

.frm-wrapper label.form-note {
  font-size: 14px;
  display: block;
  margin: 10px 0 15px;
}

.frm-wrapper input[type="text"],
.frm-wrapper input[type="submit"],
.frm-wrapper select {
    display: block;
    width: 100%;
    max-width: 100%;
    border: 0;
    padding: 5px 10px;
    height: 36px;
    background-color: #ffffff;
    border-radius: 10px;
    text-align: left;
    color: #000000;
    line-height: 1.15em;
    font-size: 15px;
    margin: 0 0 15px 0;
}

.frm-wrapper input[type="submit"] {
    background-color: #E35D5D;
    border-radius: 7px;
    height: auto;
    text-align: center;
    padding: 12px 15px;
    line-height: 1em;
    font-size: 16px;
    font-family: 'Oracle Sans Bold', sans-serif;
    color: #ffffff;
    cursor: pointer;
    margin: 40px 0 0 0;
}

.frm-wrapper input[type="text"],
.frm-wrapper select {
    margin-top: 10px;
}

.header-area {
    min-height: 440px;
    text-align: center;
    padding-top: 160px;
    padding-bottom: 25px;
    padding-left: 75px;
    padding-right: 75px;
    color: #ffffff;
    background-image: url('https://6262239.app.netsuite.com/c.6262239/portal/common/form/eloqua/img/misc/header-img-7habitscfo-nooverlay.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
}

.header-area::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    background: rgba(38, 71, 90, 0.5);
    mix-blend-mode: multiply;   
}

.header-area * {
    position: relative;
    z-index: 2;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

h2.hdr-category {
    margin: 0 0 20px 0;
    line-height: 1.15em;
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'Oracle Sans Semi Bold', sans-serif;
    letter-spacing: 0.015em;
}

.header-area h1 {
    margin: 0 0 20px 0;
    line-height: 1.4em;
    font-size: 30px;
    font-family: 'Oracle Sans Semi Bold', sans-serif;
    letter-spacing: 0.015em;
}

h2.hdr-subtitle {
    font-size: 20px;
    line-height: 1.4em;
    margin: 0;
    font-weight: 400;
    letter-spacing: 0.025em;
}

.feat-section {
    padding-top: 40px;
    padding-bottom: 40px;
}

.feat-section h2 {
    margin: 0 0 20px 0;
    line-height: 1.25em;
    font-weight: 400;
    font-size: 18px;
}

.feat-cont {
    display: block;
    margin: 0 auto;
    padding: 10px 15px 25px 15px;
    text-align: center;
}

.feat-icon {
    margin-bottom: 15px;
}

.feat-icon img {
    margin: 0 auto;
}

.feat-cont p {
    margin: 0;
    font-size: 17px;
    line-height: 1.25em;
}

.right-side-btn a {
    text-decoration: none;
    color: #000000;
    width: 100%;
    max-width: 100%;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 10px;
    height: auto;
    text-align: center;
    padding: 9px 15px;
    line-height: 1em;
    font-size: 16px;
    font-family: 'Oracle Sans Bold', sans-serif;
    cursor: pointer;
    border: 3px solid #E35D5D;
    margin-top: 15px;
    display: none;
}

.frm-wrapper .privacy-text * {
    color: #ffffff;
    font-size: 15px;
}

.footer-lp {
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #706964;
    color: #ffffff;
}

.lpty-footer.footer-lp {
    padding-left: 50px;
    padding-right: 50px;
}

.footer-lp * {
    color: #ffffff;
    font-size: 11px;
    line-height: 1.25em;
}

.footer-logo img {
    margin: 0;
    max-width: 100%;
    display: block;
    width: 130px;
}

.footer-links {
    text-align: right;
}

.footer-links p {
    margin: 0;
}

.top-strip-bg-blue {
    background-image: url('https://6262239.app.netsuite.com/c.6262239/portal/common/form/eloqua/img/misc/Artboard-full-strip.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 12px;
}

.lpty-hdr-desc {
    background-color: #264759;
    color: #ffffff;
    padding-top: 40px;
    padding-bottom: 60px;
    padding-left: 50px;
    padding-right: 50px;
    width: 60%;
}
.lpty-logo,.lpty-logo2 {
    margin: 0 0 40px 0;
}
.lpty-logo img {
    margin: 0;
    width: 325px;
    max-width: 100%;
    display: block;
}
.lpty-logo,.lpty-logo2 img {
    height: 35px
}
h3.top-lpty-title {
    margin: 0 0 20px 0;
    line-height: 1.15em;
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'Oracle Sans Semi Bold', sans-serif;
    letter-spacing: 0.015em;
}
h1.main-lpty-title {
    margin: 0 0 5px 0;
    line-height: 1.4em;
    font-size: 30px;
    font-family: 'Oracle Sans Semi Bold', sans-serif;
    letter-spacing: 0.015em;
}
h2.sub-lpty-title {
    font-size: 19px;
    line-height: 1.4em;
    margin: 0;
    font-weight: 400;
    letter-spacing: 0.025em;
    display: block;
    max-width: 100%;
    width: 400px;
}
.lpty-cta-btn a {
    background-color: #E35D5D;
    border-radius: 7px;
    height: auto;
    text-align: center;
    padding: 12px 15px;
    line-height: 1em;
    font-size: 16px;
    font-family: 'Oracle Sans Bold', sans-serif;
    color: #ffffff;
    cursor: pointer;
    margin: 40px 0 0 0;
    display: block;
    max-width: 100%;
    width: 290px;
    text-decoration: none;
}
.lpty-hdr-thumb {
    background-color: #D9D9D9;
    /* position: relative; */
    width: 40%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.lpty-details {
    background-color: #ffffff;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 50px;
    padding-right: 50px;
}
.lpty-details p {
    margin: 0 0 25px 0;
    font-size: 18px;
    line-height: 1.25em;
}
.lpty-details p:last-child {
    margin-bottom: 0;
}
.lpty-details a {
    text-decoration: underline;
    font-weight: bold;
    color: #000000;
}

.lpty-thumb {
    /* position: absolute; */
    /* display: block; */
    /* max-width: 100%; */
    /* top: 50%; */
    /* left: 50%; */
    /* transform: translate(-50%, -50%); */
    /* width: 193px; */
}

.srvc-habits-v2-ty .lpty-thumb {
    width: 229px;
}

.mob-lpty-thumb {
    display: none;
}

.cont-v2-col {
    padding: 40px 50px 40px 0;
}

.cont-v2 h2,
.cont-v2 p,
.cont-v2 ul {
    margin: 0 0 1em 0;
}

.cont-v2 ul li {
    margin-bottom: 1em;
}

.cont-v2 h2 {
    font-size: 28px;
    line-height: 1.4em;
    font-weight: normal;
}

.cont-v2 p,
.cont-v2 ul li {
    font-size: 18px;
    line-height: 1.25em;
}

.boxed-cont-v2 {
    background-color: #F0F0F0;
    padding: 25px 25px;
    margin-top: 2em;
}

.cont-v2 .boxed-cont-v2 p:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width : 767px) {
    .footer-logo {
        margin-top: 15px;
    }
    .footer-logo img {
        margin: 0 auto;
    }
    .footer-links {
        text-align: center;
    }
    .footer-links p {
        margin: 15px 0;
    }
    .right-side-btn a {
        display: block;
    }
    .lpty-hdr-thumb {
        display: none;
    }
    .mob-lpty-thumb {
        display: block;
        margin-top: 20px;
    }
    .lpty-logo img {
        width: 200px;
    }
    h3.top-lpty-title,
    h2.sub-lpty-title {
        font-size: 14px;
    }
    h1.main-lpty-title {
        font-size: 23px;
    }
    .lpty-footer.footer-lp,
    .lpty-hdr-desc,
    .lpty-details {
        padding-left: 15px;
        padding-right: 15px;
    }
    .lpty-hdr-desc {
        width: 100%;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .cont-v2-col {
        order: 1;
        padding: 30px 15px 0 15px;
    }
    .frm-v2-col {
        order: 2;
        padding: 30px 15px 30px 15px;
    }
}
.form-field-wrap{
    justify-content: space-between;
    align-items: flex-end;
}
.field-wrap{
    width: 47%;
}