/********************** Fonts start *************************/
@font-face {
    font-family: 'PlayfairDisplay-Bold';
    src: url('fonts/PlayfairDisplay-Bold.ttf')  format('truetype');
}
@font-face {
    font-family: 'CerebriSans-Regular';
    src: url('fonts/CerebriSans-Regular.woff') format('woff'),
    url('fonts/CerebriSans-Regular.ttf')  format('truetype');
}
@font-face {
    font-family: 'CerebriSans-Medium';
    src: url('fonts/CerebriSans-Medium.woff') format('woff'),
    url('fonts/CerebriSans-Medium.ttf')  format('truetype');
}
@font-face {
    font-family: 'Inter-Regular';
    src: url('fonts/Inter-Regular.woff') format('woff'),
    url('fonts/Inter-Regular.ttf')  format('truetype');
}
@font-face {
    font-family: 'Inter-Medium';
    src: url('fonts/Inter-Medium.woff') format('woff'),
    url('fonts/Inter-Medium.ttf')  format('truetype');
}
@font-face {
    font-family: 'Inter-Bold';
    src: url('fonts/Inter-Bold.woff') format('woff'),
    url('fonts/Inter-Bold.ttf')  format('truetype');
}
/********************** Fonts end *************************/
/********************** Default styling start *************************/
html, body {
    margin:0;
    padding:0;
    height:100%;
}
body {
    font-family: Inter-Regular, sans-serif;
    color: #000;
    font-size: 1.25rem;
    line-height: 1.875rem;
    max-width: 100%;

}
a {
    color: #343d54;
    text-decoration: none;
    font-weight: 600;
}
a:hover, a.selected {
    color: #343d54;
    text-decoration: underline;
    text-decoration-color: red;
    text-underline-offset: 7px;
    text-decoration-thickness: 3px;
}
/********************** Default styling end *************************/
/********************** Background styling start *************************/
div.index, .desktop[class*="camp-"], .mobile[class*="camp-"]{
    background: url(../images/background.svg) #fff no-repeat;
    background-size: cover;
    background-position: bottom;
}
.desktop[class*="camp-"], .mobile[class*="camp-"] {
    position: relative;
    min-height: 100vh;
    padding-bottom: 562px;
    max-width: 100%;
}
.container[class*="camp-"] {
    padding-left: 0 ;
    padding-right: 0 ;
}
.offer[class*="m-"] {
    margin: 0!important;
}
div.index {
    min-height: 932px;
    height: 100%;
}
/********************** Background styling end *************************/
/********************** Header styling end *************************/
.header {
    padding-top: 28px;
}
.index .header {
    margin-bottom: 128px;
    height: 90px;
    text-align: center;
    background: unset;
    box-shadow: none;
}
.index  .logo, .container[class*="camp-"] .header .logo {
    text-indent: -1000px;
}
.index .header .nav a {
    font-family: Inter-Bold, sans-serif;
    font-size: 1rem;
}
.header .logo {
    background: url('../images/logo.svg') no-repeat center;
    background-size: 115px;
    height: 36px;
    color: #fff;
}
.header .button button {
    width: 100%;
}
.index .header .logo {
    background-position: left center;
}
.index .header button {
    background-color: #E54646;
    flex-wrap: nowrap;
}

/********************** Header styling end *************************/
/********************** Index page styling start *************************/
.home-form div.headline {
    font-family: Inter-Bold, sans-serif;
    font-size: 1.125rem;
    letter-spacing: 2.7px;
    font-weight: bold;
    text-transform: uppercase;
    color: #e54646;
    margin-bottom: 15px;
}
.home-form div.title {
    font-family: PlayfairDisplay-Bold, serif;
    font-size: 4rem;
    font-weight: bold;
    line-height: 75px;
    color: #343d54;
    margin-bottom: 20px;
}
.home-form .title span.highlight, h1 span.highlight {
    color: #e54646;
}
.home-form div.text {
    font-size: 1.25rem;
    line-height: 1.875rem;
    margin-bottom: 50px;
    width: 95%;
}
.home-form .text span.highlight {
    font-weight: bold;
}
.couple-img {
    width: 400px;
    height: 512px;
    max-width: 100%;
    position: absolute;
    right: 0;
    top: -89px;
}
.middle-content {
    margin-top: -27vh;
}
.section h1 {
    font-family: PlayfairDisplay-Bold, serif;
    font-size: 4rem;
    font-weight: bold;
    line-height: 4.688rem;
    color: #343d54;
    margin: 0 auto 62px;
    text-align: center;
}
.how.section .item {
    width: 100%;
    height: 290px;
    gap: 10px;
    padding: 45px 50px;
    border-radius: 25px;
    box-shadow: 0 35px 75px -15px rgba(52, 61, 84, 0.15), 0 25px 25px -25px rgba(52, 61, 84, 0.05);
    background-color: #fff;
}
.why.section .item {
    width: 100%;
    height: 290px;
    gap: 10px;
    padding: 0 50px;
    border-radius: 25px;
    box-shadow: 0 35px 75px -15px rgba(52, 61, 84, 0.15), 0 25px 25px -25px rgba(52, 61, 84, 0.05);
    background-color: #fff;
}
.item .title {
    font-size: 1.125rem;
    font-family: Inter-Bold, sans-serif;
    font-weight: bold;
    color: #343d54;
    margin-bottom: 25px;
}
.item .text {
    font-size: 1rem;
    font-family: Inter-Medium, sans-serif;
    line-height: 22px;
    color: #6f7687;
}
.how.section .home-button, .why.section .home-button {
    width: 100%;
}
.how.section .home-button {
    margin-top: 4.5rem!important;
}
.why.section .home-button {
    margin-top: 49px!important;
}
.how.section button{
    margin: 0 auto;
}
.why.section button {
    margin: 0 auto 0;
}
.middle-content .why .item {
    box-shadow: none;
}
.why-text {
    color: #343d54;
}
.section.why h1 {
    margin-top: 114px;
}
.why-items {
    margin-top: 4.5rem!important;
}
.why-items .img-wrapper {
    width: 100px;
    height: 100px;
    margin-bottom: 25px;
    background-size: contain;
    padding: 30px;
}
.why-items .img-wrapper.img1 {
    background-image: url(../images/why-icon1.svg);
    background-repeat: no-repeat;
}
.why-items .img-wrapper.img2 {
    background-image: url(../images/why-icon2.svg);
    background-repeat: no-repeat;
}
.why-items .img-wrapper.img3 {
    background-image: url(../images/why-icon3.svg);
    background-repeat: no-repeat;
}
.why-items .img-wrapper img {
    height: 41px;
}
.why-items .dashed-link {
    position: absolute;
    top: 57px;
    left: 180px;
    background: url('../images/dashed-link.svg') no-repeat;
    background-size: auto 1px;
    background-position-x: -7px;
    width: 230px;
    height: 12px;
}
.text-center {
    text-align: center;
}
button:hover, a.buttonized:hover , input[type="submit"]:hover{
    opacity: 0.6;
}
/********************** Index page styling end *************************/
/********************** Footer styling start *************************/
.footer {
    margin-top: 54px;
    width: 100%;
    background: url('../images/background-footer.svg') #303748 left top no-repeat;
    color: #f4f5f7;
    max-width: 100%;
    /* Required with Bootstrap */
    box-sizing: unset;
}
.footer:not(.index .footer){
    position: absolute;
    bottom:  0;
    left: 0;
}
.index .footer {
    margin-top: 150px;
}
.footer-container {
    max-width: 1190px;
    margin: auto;
}
.footer .links {
    height: 390px;
    padding-top: 100px  ;
}
.footer .links .logo img {
    width: 115px;
    display: block;
}
.footer .links ul {
    text-align: left;
    font-size: 1.25rem;
    line-height: 1.875rem;
    padding: 0;
    list-style-type: none;
}
.footer .links ul li.header {
    color: #f4f5f7;
    background: unset;
    text-align: left;
    font-weight: 600;
    height: unset;
    margin: 0 0 32px;
}
.footer .copyright {
    padding: 21px 0;
}
.footer .copyright, .footer .no-background-check {
    color: #fff;
    font-size: 0.874rem;
    background-color: #262d3e;
}
.no-background-check {
    text-align: right;
}
.footer .copyright .copy {
    color: #d9dbe1;
}
.footer .links a{
    font-weight: unset;
    color: #eeeff4;
    font-size: 1rem;
    line-height: 1.625rem;
}
.footer .links a:hover, .footer .links a:active {
    text-decoration: underline;
    text-decoration-thickness: unset;
    text-decoration-color: unset;
    text-underline-offset: unset;
}
/********************** Footer styling end *************************/
/********************** Inputs styling start *************************/
select {
    outline: none;
    margin: 0 auto;
    width: 375px;
    height: 60px;
    text-align: left;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url(../images/select-arrow.svg) no-repeat 91% 59% #ffffff;
    background-size: 15px auto;
    font-size: 1rem;
    font-weight: 600;
    color: #343d54;
    border-radius: 10px;
    border: solid 2px rgba(52, 61, 84, 0.25);
    text-indent: 8px;
}
::-webkit-input-placeholder { /* Edge */
    color: rgba(52, 61, 84, 0.5);
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: rgba(52, 61, 84, 0.5);
}

::placeholder {
    color: rgba(52, 61, 84, 0.5);
}
select::-ms-expand {
    display: none;
}
button {
    height: 60px;
    flex-grow: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 18px 32px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: none;
    border-radius: 10px;
    background-color: #6e5abf;
    color: #fff;
    font-weight: 600;
    font-size: 1rem;
}
select#bday, select#bmonth, select#byear {
    width: 100%;
}
input[type="text"],
input[type="email"],
input[type="password"] {
    width: 375px;
    max-width: 100%;
    height: 60px;
    background-color: #ffffff;
    outline: 0;
    text-indent: 10px;
    text-align: left;
    border: solid 2px rgba(52, 61, 84, 0.25);
    border-radius: 10px;
    font-size: 1rem;
    padding: 0;
    color: rgba(52, 61, 84, 0.5);
}
#form-email input[type="text"] {
    background: url(../images/email-input-icon.svg) no-repeat scroll 15px;
    background-size: 18px;
    text-indent: 40px;
}
#form-zip input[type="text"] {
    background: url(../images/location-input-icon.svg) no-repeat scroll 15px;
    background-size: 18px 23px;
    text-indent: 40px;
}
.offer.form input[name="name"], .offer.form input[name="username"] {
    background: url(../images/name-input-icon.svg) no-repeat scroll 15px;
    background-size: 18px;
    text-indent: 40px;
}
.offer.form input[type="password"] {
    background: url(../images/password-input-icon.svg) no-repeat scroll 15px;
    background-size: 18px;
    text-indent: 40px;
}
#phone-input input[type="text"] {
    margin-bottom: 20px;
}


select.invalid, input.invalid {

    box-shadow: none;
    border: 1px solid  #e54646;
}
#form-gender button, #form-seekingGender button {
    flex-grow: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 18px 32px;
    height: 60px;
    border: none;
    border-radius: 10px;
    background-color: #6e5abf;
    color: #fff;
    font-weight: 600;
    font-size: 1rem;
    cursor: pointer;
    white-space: nowrap;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.form .field#bmonth-input, .form .field#bday-input, .form .field#byear-input {
    text-align: left;
    display: inline-block;
}
.form .field#bmonth-input {
    width:145px;
}
.form .field#bday-input {
    width:102px;
    margin: 0 10px;
}
.form .field#byear-input {
    width:121px;
}
.form input[type='checkbox'] {
    margin-left: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    vertical-align: bottom;
    padding: 7px 6px;
    border-radius: 7px;
    border: solid 2px rgba(52, 61, 84, 0.25);
    width: 25px;
    height: 25px;
}

.form input[type='checkbox']:checked {
    background: url(../images/checkmark.svg) center center no-repeat #fff;
    background-size: 13px auto;
}
/********************** Inputs styling end *************************/
/********************** Steps form styling start *************************/
.content {
    /*clear: both;*/
    width: 100%;
    position: relative;
    max-width: 1150px;
    margin: auto;
    min-height: 100vh;
    padding: 32px 0;
    height: auto;
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center
}
.form {
    width: 487px;
    min-width: 280px;
    padding: 75px 89px 74px 84px;
    border-radius: 25px;
    background-color: #fff;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    /*  margin: 17vh auto auto;*/
    box-shadow: 0 35px 75px -15px rgba(52, 61, 84, 0.15), 0 25px 25px -25px rgba(52, 61, 84, 0.05);
    -webkit-box-shadow: 0 35px 75px -15px rgba(52, 61, 84, 0.15), 0 25px 25px -25px rgba(52, 61, 84, 0.05);
    -moz-box-shadow: 0 35px 75px -15px rgba(52, 61, 84, 0.15), 0 25px 25px -25px rgba(52, 61, 84, 0.05);
}
#form-email .form.step{
    min-height: 300px;
}
.step.form {
    padding: 4px 0 11px;
}
.form a {
    font-weight: bold;
    text-decoration: underline;
    color: #111f59;
}
.login.form a {
    text-decoration: none;
}

.form a:hover {
    color: #111f59;
}

/********************** Steps form styling start *************************/


.step.form ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.step.form li {
	margin: 0 0 14px;
	display: inline-block;
}

.step.form li:last-child {
	padding-bottom: 16px;
}

.step.form li button {
	margin: 0;
}

.step.form  .form-top {
    width: 100%;
}
.form-top .sub {

    padding: 0 0 6px;
    font-size: 0.6em;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #111f59;
    width: 80%;
    margin: 0 auto;

}
.index.form .form-top .sub {
    text-align: left;
}
.index.form .form-top .sub ul li {
    padding-left: 15px;
    line-height: 23px;
}
.form-top .sub:first-letter {
    text-transform: uppercase;
}
#form-gender .form-top, #form-seekingGender .form-top, #form-zip .form-top,
#form-age .form-top, #form-email .form-top, #form-ethnicity .form-top,
#form-haveChildren .form-top, #form-education .form-top, #form-income .form-top,
#form-religion .form-top, #form-churchInvolvement .form-top,
#form-relationshipIntent .form-top, #form-christianValues .form-top,
#stepverify .form-top, #pin-verify .form-top {
    height: 200px;
}
#form-gender .form-top ,#form-age .form-top, #form-ethnicity .form-top{
    margin: 32px auto 0;
}
#form-seekingGender .form-top , #form-email .form-top, #form-zip .form-top,
#form-haveChildren .form-top, #form-education .form-top,
#form-income .form-top, #form-religion .form-top, #form-churchInvolvement .form-top,
#form-relationshipIntent .form-top, #form-christianValues .form-top,
#stepverify .form-top, #pin-verify .form-top{
    margin: 37px auto 0;
}

.offer.form .form-top {
    display: none;
}
.offer.form .form-body .label {
    display: none;
}
.offer.form .field {
    padding-top: 12px;
}

.form-body .logo {
    border-radius:5px;
    text-align:center;
    padding: 0;
    width: 100%;
}

.offer .form-body .logo img, .login .form-body .logo img {
    max-height: 70px
}

.offer .form-body .field-row {
    width: 375px;
    margin: auto;
}

.offer .form-body .field-left {
    display: inline-block;
    margin-left: 0;
    margin-right: 1%;
    width: 48%;
}
.offer .form-body .field-right {
    display: inline-block;
    margin-left: 1%;
    margin-right: 0;
    width: 48%;
}

.login.form .form-top {
    background: none;
    padding: 10px 10px 20px 10px;
}
.login.form .form-body .results {
    display: none;
}
.login.form .form-top .sub {
    font-size: 1.125rem;
    font-weight: 600;
    padding-top: 25px;
    color: #343d54;
    text-align: center;
}
body.index .form-bottom {
    display: block;
    text-align: center;
    font-size: 1.25rem;
    font-weight: 900;
    font-stretch: normal;
    font-style: oblique;
    line-height: 1.5rem;
    letter-spacing: normal;
    color: #343434;
    padding-top: 10px;
}
.form-body {
    position: relative;
}
.form-body .question {
    font-family: Inter-Bold, sans-serif;
    font-size: 1.5rem;
    text-align: center;
    color: #343d54;
    margin: 50px auto 25px;
    width: 95%;
}
#pin-verify .question {
    font-size: 1rem;
}
.optout.form .form-top {
    padding-top: 15px;
}
.optout .form-body .question {
    font-size: 1.5em;
}
button[type="submit"] {
    width: 375px;
    height: 60px;
    flex-grow: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 15px;
    padding: 18px 32px;
    border-radius: 10px;
    background-color: #e54646;
    font-size: 1rem;
    font-weight: 600;
    text-align: center;
    color: #fff;
    margin: 30px auto;
    border: 0;
    outline: 0;
    cursor: pointer;
}

#gender-input, #seekingGender-input {
    height: 95px;
    display: flex;
    flex-flow: row;
    justify-content: center;
}
#form-gender button, #form-seekingGender button {
    padding: unset;
    width: unset;
    padding: 0 32px;
    height:60px;
    margin: 0 7px;
}
#form-gender .msg, #form-seekingGender .msg {
    display: none;
}

.form-body .question .sub, .form-body .sub {
    font-size: 1rem;
    line-height: 1.1rem;
    text-align: left;
    color: #343d54;
    position: absolute;
    left: 44%;
    margin: 20px auto 23px -160px;
    width: 375px;
}
.form-body .sub {
    margin-top: 0;
}
.offer.form, .login.form {
    width: 506px;
    padding: 21px 0 34px 0;
    margin:  auto;
    background-color: #fff;
    border-radius: 10px;
}
.login.form {
    padding: 21px 40px 34px 40px;
}
.offer.form .form-body{
    padding-top: 0;
    width: 80%;
    margin: 0 auto;
}

.offer.form .msg {
    margin: 20px auto 0 auto;
    text-align: left;
}
.form-body .results {
    color: #000;
    width: 100%;
    padding: 5px 0 20px 0;
}

.form-body .results .info, .login.form  .form-top {
    font-family: Inter-Bold, sans-serif;
    font-size: 1.5rem;
    color: #343d54;
    width: 100%;
    margin: 0 auto;
}
.login.form .form-body .results .info {
    font-size: 1.25rem;
    font-family: RobotoMedium, sans-serif;
}
.form-body .results .message {
    font-size: 1.125rem;
    font-weight: 600;
    padding-top: 25px;
    color: #343d54;
    text-align: center;
}

.form-body .label {
    margin: 10px auto 5px;
    width: 100%;
    text-align: center;
    font-size: 1em;
    color: #111f59;
}

#elitesingles.offer.form .form-body .label {
    height: 30px;
    display: block!important;
    font-size: 1.5rem;
    font-family: Inter-Bold, sans-serif;
}
#elitesingles.offer.form  .form-body .label .password-requirements {
    font-size: 12px;
    font-style: italic;
    line-height: 18px;
}

.form-body .label#zip-msg {
    margin-bottom: 8px;
}
.shadow {
    background: url('/images/shadow.svg') center center no-repeat;
    background-size: contain;
    width: 555px;
    height: 33px;
    margin: 40px auto auto;
}

.field {
    width: 100%;
    border: none;
    border-radius: 6px;
    text-align: center;
    position: relative;
}
#email-input.field {
    padding-top: 50px;
}

.hint-box ul, .hint-box li {
    line-height: 18px;
    font-size: 12px;
    text-align: center;
    position: relative;
}

.hint-box {
    display: none;
    position: absolute;
    bottom: 85px;
    right: 50%;
    margin-right: -160px;
    width: 312px;
    padding: 4px;
    background: rgba(0, 0, 0, 0.90);
    color: #fff;
    z-index: 99;
    border: 1px solid #ccc;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-weight: bold;
    white-space: nowrap;
}

.hint-box ul, .hint-box li {
    line-height: 18px;
    font-size: 12px;
    text-align: center;
    width: auto;
    margin: 0;
    padding: 0;
    list-style: none;
}
.form-body .terms
{
    margin-top: 10px!important;
    max-width: 100%!important;
}
.form-body .terms,
.form-body .disclaimer {
    font-family: CerebriSans-Medium, sans-serif;
    font-size: 1.125rem;
    line-height: 1.563rem;
    text-align: left;
    color: #343d54;
    padding: 0;
    width: 375px;
    margin: 0 auto;
}
.form-body .terms a {
    font-family: CerebriSans-Regular, sans-serif;
    font-weight: bold;
    text-decoration: none;
}
#eharmony .field {
    position: relative;
}
.form-fields{
    padding-top: 10px;
    padding-right: 35px;
    padding-left: 35px;
}
.msg {
    font-size: 1rem;
    width: 375px;
    height: 24px;
    font-family: Inter-Medium, sans-serif;
    font-weight: 500;
    color: #e54646;
    margin: 10px auto;
    padding-left: 29px;
    text-align: left;
}
.msg.invalid {
    background: url(../images/error-icon.svg) no-repeat;
    background-position-y: 4px;
}
.navigation-text {
    height: 20px;
    margin-top: 5px;
    margin-bottom: -20px;
    color: #555;
    font-weight: bold;
    font-size: 0.875rem;
}

.private-safe {
    display: none;
}

.model-tablet, .model-mobile {
    display: none;
    text-align: center;
}
.offer.form .form-bottom {
    font-size: 0.9em;
    line-height: 1.25rem;
    width: 100%;
    color: #111f59;
}

@media only screen and (min-width: 3840px) {
    div.index {
        height: 110%;
        min-height: 1200px;
    }

    .container, .container.index, .footer-container {
        max-width: 50% !important;
    }
    .desktop[class*="camp-"] {
        max-width: 100% !important;
        background-position: unset;
    }
    .content, .index .header {
        max-width: 100% !important;
    }
    .middle-content {
        margin-top: -13vh;
    }
}
@media (min-width: 1200px) {
    .container {
        max-width: 1190px;
    }
    .container.index-sections {
        max-width: 1150px;
    }
}
@media (max-width: 1200px) {
    .item .title {
        font-size: 0.9rem;
        margin-bottom: 12px;
    }
    .middle-content .item {
        padding: 45px 32px;
    }

}
@media (max-width: 1024px) {
    .footer .no-background-check {
        text-align: left;
    }
    #form-age select {
        font-size: 0.8rem;
    }
    body {
        font-size: 0.875rem;
    }
    .header .logo {
        padding-top: 70px;
        width: 115px;

    }
    .index .header .nav a{
        font-size: 0.75rem;
    }
    div.index, .desktop[class*="camp-"], .mobile[class*="camp-"]{
        background: url(../images/background-tablet.svg) #fff no-repeat;
        background-size: cover;
    }
    .container[class*="camp-"] .header .logo{
        margin: 0 auto;
        text-indent: -1000px;
    }
    .desktop[class*="camp-"], .mobile[class*="camp-"] {
        background-position-y: -200px;
        background-position-x: -200px;
    }
    .container[class*="camp-"] {
        padding-left: 0 ;
        padding-right: 0 ;
    }
    .middle-content {
        margin-top: -248px;
    }
    .content {
        min-height: calc(100vh - 120px);
        height: calc(100vh - 120px);
        justify-content: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .desktop[class*="camp-"], .mobile[class*="camp-"] {
        padding-bottom: 562px;
    }
    form {
        width: 100%;
    }
    button {
        font-size: 0.875rem;
        padding: 18px 30px;
        height: 53px;
    }
    .index .header .nav ul li {
        margin-right: 37px;
        font-size: 0.9rem;
    }
    .home-form div.headline {
        font-size: 0.938rem;
        letter-spacing: 2.25px;
    }

    .home-form div.title {
        font-size: 3rem;
        line-height: 3.75rem;
    }

    .home-form div.text {
        font-size: 1.125rem;
        line-height: 1.875rem;
    }
    .couple-img {
        width: 225px;
        height: 240px;
        top: -25px;
    }
    .section h1 {
        font-size: 3rem;
        line-height: 3.75rem;
    }
    .section.why h1 {
        margin-top: 100px;
    }

    .how.section .item, .why.section .item {
        justify-content: flex-start;
        margin: 0;
        padding: 30px 27px;
        height: 231px;
    }
    .middle-content .item .title {
        font-size: 0.7rem;
        margin-bottom: 0;
    }
    .middle-content .item .text {
        font-size: 0.75rem;
        line-height: 20px;
    }
    .middle-content .item.img {
        margin-bottom: 20px;
    }
    .how.section .home-button {
        margin-top: 50px!important;
    }
    .why.section .home-button {
        margin-top: 45px!important;
    }
    .section.why {
        font-size: 1.125rem;
    }
    .why.section h1 {
        margin-bottom: 35px;
    }
    .why-items .img-wrapper {
        height: 80px;
        width: 80px;
        padding: 25px;
    }
    .why-items .img-wrapper img {
        height: 32px;
    }
    .why-items .dashed-link {
        top: 60px;
        left: 132px;
        width: 180px;
        background-size: auto 1px;
        background-position-x: -10px;
    }
    .form {
        width: 70%;
        margin: 0 auto;
    }
    .form .field#bmonth-input {
        width: 34%;
    }
    .form .field#bday-input {
        width: 27%;
    }
    .form .field#byear-input {
        width: 30%;
    }
    .footer ul li.header {
        font-size: 1rem;
    }
    .footer .links a {
        font-size: 0.875rem;
    }

    .form-top, .step.form .form-top {
        font-size: 2rem;
    }
    .login.form .form-body{
        width: 70%;
        margin-bottom: 20px;
    }

    .form-top .top-title {
        width: 70%;
    }
    .index.form .form-top .sub {
        text-align: center;
    }
    .index.form .form-top .sub ul {
        list-style-type: none;
        padding-inline-start: 0;
    }
    .index.form .form-top .sub ul li {
        padding-left: 0;

    }
    .offer .form-body .field-row {
        width: 100%;
    }
    .form-body {
        margin: 0 auto;
        padding: 0;
    }
    .step.form .form-body{
        width: 80%;
    }
    #form-age .form-body {
        width: 85%;
    }
    input[type="submit"], button[type="submit"] {
        width: 100%;
    }
    #form-age button[type="submit"] {
        width: 95%;
    }
    .form-body .label  ,.field,
    .form-body .question {
        width: 100%;
    }
    .field {
        padding-bottom: 0;
    }
    input[type="text"], input[type="email"], input[type="password"] , input[type="email"] {
        text-indent: 10px;
        width: 100%;
        padding: 0;
    }
    select {
        width: 100% !important;
    }
    .offer.form, .login.form {
        width: 60%;
        margin: 0 auto;
    }
    .offer.form .form-body .logo {
        margin-bottom: 14px;
    }
    .form-body .results {
        width: 100%;
        max-width: 100%;
    }
    body.index .form-bottom {
        font-size: 1.375rem;
    }
    .form-body .results .message {
        font-size : 1rem;
        width: 93%;
        margin: 0 auto;
    }
    .step.form#step5 {
        padding-bottom: 18px ;
    }
    .offer.form .logo {
        margin: 0 auto 0;
        width: 100%;
    }
    .offer .form-body .logo img, .login .form-body .logo img {
        max-width: 70%;
    }
    .form-body .terms, .form-body .disclaimer {
        max-width: 100%!important;
        padding: 0;
    }
    .login.form .form-body .results .info {
        font-size: 1.5rem;
        text-transform: lowercase;
    }
    .login.form .form-body .results .info:first-letter{
        text-transform: uppercase;
    }
    .msg{
        font-size: 1rem;
        line-height: 1rem;
        width: 100%;
        margin: 15px 0 0;
    }
    .msg.invalid {
        background-position-y: 0;
    }
    .form-body .terms, .form-body .disclaimer {
        width: 100%;
        padding: 0;
    }
    .profile {
        margin:  0 auto;
    }

    @media (orientation: landscape) {
        .content {
            min-height: 950px;
        }
        .desktop[class*="camp-"], .mobile[class*="camp-"] {
            background-position-x: -183px;
        }
    }

}
@media (max-width: 834px) {

    .why-items .dashed-link {
        width: 115px;
    }
}
@media (max-width: 768px) and (orientation: landscape) {
    #form-age select {
        font-size: 0.8rem;
    }
    .middle-content .item, .middle-content .item.middle, .middle-content .item.last {
        margin: 35px auto 0;
    }
}
@media (max-width: 480px) {

    .header {
        padding-top: unset;
    }
    .middle-content .item, .middle-content .item.middle, .middle-content .item.last {
        margin: 35px auto 0;
    }
    .couple-img {
        position: inherit;
        width: 100%;
        top: -20px;
    }
    .header {
        background: none;
        box-shadow: none;
        height: 24px;
    }
    .header .logo {
        height: 24px;
        background-size: auto 24px;
    }
    .header .button, button, input[type="submit"], button[type="submit"],
    button, #form-gender input[type="submit"], #form-seekingGender input[type="submit"] {
        height: 48px;
        padding-left: 24px;
        padding-right: 24px;
        border-radius: 8px;
    }
    .index .header {
        margin: 0 auto 70px;
        padding-top: 14px;
        border-bottom: 0;
        height: 48px;

    }
    .middle-content {
        margin-top: -854px;
    }
    .middle-content .container, #introduction {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
    #introduction {
        margin-top: 35px;
    }
    body {
        background-size: 200%;
        background-position-y: 180%;
    }
    div.index {
        min-height: 1660px
    }
    div.index, .desktop[class*="camp-"], .mobile[class*="camp-"]{
        background: url(../images/background-mobile.svg) #fff no-repeat;
        background-size: cover;
    }
    .desktop[class*="camp-"], .mobile[class*="camp-"] {
        background-position-y: -350px;
        background-position-x: -300px;
    }
    .content {
        min-height: 100vh;
        height: auto;
        padding: 32px 0;
    }
    .index .header .nav {
        display: none;
    }
    form {
        width: 100%;
    }
    .form, .step.form .form-body, .offer.form, .login.form {
        width: 90%;
        padding-left: 0!important;
        padding-right: 0!important;

    }
    .home-form div.headline {
        font-size: 0.875rem;
        letter-spacing: 2.1px;
        margin-bottom: 10px;
    }
    .home-form div.title {
        font-size: 2rem;
        line-height: 2.5rem;
        margin-bottom: 25px;
    }
    .home-form div.text {
        font-size: 1rem;
        line-height: 1.563rem;
        margin-bottom: 35px;
    }
    .form-body .question .sub, .form-body .sub {
        width: 90%;
        left: 180px;
        font-size: 0.8rem;
        line-height: 1rem;
    }
    .section h1 {
        font-size: 2rem;
        line-height: 2.5rem;
    }

    .middle-content .item .title {
        font-size: 1rem;
    }
    .middle-content .item .text {
        font-size: 0.813rem;
        line-height: 1.375rem;
        text-align: unset;
    }
    .why-items .item .title, .why-items .item .text {
        text-align: center;
        margin: auto ;
    }
    .why.section button {
        margin-top: 30px;
    }
    .middle-content .item, .middle-content .item.middle, .middle-content .item.last {
        height: 260px;
        padding: 30px 27px;

    }
    .middle-content .why-items .item {
        border-radius: 25px;
        border: solid 1px rgba(52, 61, 84, 0.15);
        padding: 25px 17px;
        height: 280px;
    }

    .how-items, .why-items {
        margin: 0 auto;
    }
    .how-items .img-wrapper {
        margin-bottom: 23px;
    }

    .why-items {
        margin-top: 15px;
    }
    .why-items .item.middle, .why-items .item.last {
        margin-top: 25px;
    }
    .why-items .img-wrapper {
        margin: 0 auto 25px;
    }
    .why-items .dashed-link {
        display: none;
    }
    .why.section .home-button {
        margin: 0 auto!important;
    }
    .how.section .home-button {
        margin-left: auto;
        margin-right: auto;
    }
    .section.why.text {
        margin-top: 25px;
    }
    .section.why div.text-center {
        width: 90%;
        font-size: 0.875rem;
        line-height: 25px;
    }
    .form, .offer.form, .login.form {
        margin-top: 0;
    }
    .step.form {
        padding-bottom: 5px;
    }
    select {
        background-position: 91% 59%;
        background-size: 12px auto;
    }
    input[type="text"], input[type="email"], input[type="password"], select {
        height: 48px;
    }
    .form-body .question {
        font-size: 1.7em;
        margin: 35px auto 25px;
    }
    .form-body .terms, .form-body .disclaimer {
        font-size: 0.813rem;
        line-height: 20px;
    }
    .form-body .results .info, .login.form .form-top {
        margin: 0 auto ;
        width: 90%;
        font-size: 1.25rem;
    }
    .form-body .results .message, .login.form .form-top .sub {
        width: 100%;
        font-size: 1rem;
    }
    #form-gender .form-top, #form-seekingGender .form-top, #form-age .form-top, #form-zip .form-top,
    #form-email .form-top, #form-education .form-top, #form-haveChildren .form-top,
    #form-ethnicity .form-top, #form-income .form-top, .form-top, #form-churchInvolvement .form-top,
    #form-christianValues .form-top, #form-religion .form-top, #form-relationshipIntent .form-top,
    #form-christianValues .form-top, #stepverify .form-top, #pin-verify .form-top {
        margin-top: 35px;
    }

    .desktop[class*="camp-"], .mobile[class*="camp-"] {
        padding-bottom: 562px;
    }

    #elitesingles.offer.form .form-body .label {
        font-size: 1.3rem;
    }
    #elitesingles.offer.form  .form-body .label .password-requirements {
        font-size: 0.7rem;

    }
}

@media (max-width: 390px) {

    .form-body .question {
        font-size: 1.3rem;
    }
    #form-education .form-body .question, #form-christianValues .form-body .question, #form-relationshipIntent .form-body .question {
        font-size: 1.2rem;
    }
    #form-churchInvolvement .form-body .question {
        font-size: 1.1rem;
    }

    .form .field#bmonth-input {
        width: 33%;
    }

    #form-email input[type="text"], .offer.form input[name="name"], .offer.form input[name="username"], .offer.form input[type="password"] {
        background-position-x: 10px;
    }
}
@media only screen and (max-width: 576px) and (orientation : landscape)  {
    .index .index-sections, .middle-content .index-sections {
        width: 90%;
        margin: 0 auto;
    }
    .home-form div.title {
        font-size: 1rem;
    }
    .home-form div.text {
        font-size: 1rem;
        width: 57%;
    }
}

@media (max-width: 320px) {
    .form-body .question {
        font-size: 1.2rem;
    }
    .middle-content .item .text {
        font-size: 0.75rem;
        line-height: 1.15rem;
    }
    .middle-content .item .title {
        font-size: 0.8rem;
    }
    #form-age .form-body {
        width: 97%;
    }
    .header button {
        padding-left: 20px;
        padding-right: 20px;
    }

}
