@font-face {
    font-family: 'ArialRoundedBold';
    src: url('fonts/ArialRoundedBold.woff') format('woff'),
    url('fonts/ArialRoundedBold.ttf')  format('truetype');
}
@font-face {
        font-family: 'OpenSans';
    src: url('fonts/OpenSans.woff') format('woff'),
    url('fonts/OpenSans.ttf')  format('truetype');
}

@font-face {
    font-family: 'OpenSansCondensedBold';
    src: url('fonts/OpenSansCondensedBold.woff') format('woff'),
    url('fonts/OpenSansCondensedBold.ttf')  format('truetype');
}


html, body {
    margin:0;
    padding:0;
    height:100%;
}
body {
    font-family: sans-serif;
    color: #232323;
}

a {
    color: #232323;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

select {
    border: 1px solid #212121;
    outline: none;
    margin: 3px auto;
    width: 312px;
    height: 43px;
    line-height: 43px;
    padding-left: 10px;
    border-radius: 3px;
    text-overflow: '';
    font-family: 'OpenSans', sans-serif;
    font-size: 16px;
    text-align: left;
    color: rgba(28, 28, 28, 0.7);
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url(/images/arrows.png) no-repeat 97% #f9f9f9;
    background-size: 8px auto;
}

select::-ms-expand {
    display: none;
}

select#bday, select#bmonth, select#byear {
    width: 101px;
}

input[type="text"],
input[type="email"],
input[type="password"] {
    width: 301px;
    height: 43px;
    border-radius: 3px;
    background-color: #ffffff;
    font-family: 'OpenSans', sans-serif;
    font-size: 16px;
    line-height: 43px;
    border: 1px solid #212121;
    outline: 0;
    padding: 0 0 0 12px;
}

select.invalid, input.invalid {

    box-shadow: none;
    border: 1px solid #d91e64;
}
#form-msg ul, .msg ul {
    padding-inline-start: 18px;
    margin-block-start: 0;
    color: #d91e64;
    font-size: 16px;
    line-height: 24px;
    font-family: "OpenSans", sans-serif;
}
div.button {
    text-align: center;
    padding-top: 35px;
    margin: 0 0 25px 0;
    clear: both;
}
.step.form .button {
    padding-top: 29px;
    margin: 0;
}
button {
    width: 312px;
    height: 53px;
    border-radius: 6px;
    background-color: #34be9f;
    background-image: linear-gradient(to right, #d65770 0%, #b0468d 51%, #973ca0 100%);
    line-height: 53px;
    text-align: center;
    border: 0;
    cursor: pointer;
    font-family: "OpenSansCondensedBold", sans-serif;
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    padding: 0;
    outline: 0;

}

button:hover, a.buttonized:hover {
    opacity: 0.6;
}

.container {
    position: relative;
    min-height: 100%;
    overflow: auto;
    width: 100%;
    margin: 0 auto;
    background: #fff;
}

.header {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    background-color: #212121;
}

.header .logo {
    width: 260px;
    height: 64px;
    background: transparent url(/images/logo.png) no-repeat;
    background-position: left 16px;
    text-indent: -99999px;
    background-size: contain;
    margin: 0 0 0 91px;
}
/* @2x Images (Pixel Ratio of 1.25+) */
@media only screen and (-o-min-device-pixel-ratio: 5/4),
only screen and (-webkit-min-device-pixel-ratio: 1.25),
only screen and (min-device-pixel-ratio: 1.25),
only screen and (min-resolution: 1.25dppx) {
    .header .logo {
        background: transparent url(/images/logo@2x.png) no-repeat;
        background-position: left 10px;
        background-size: contain;
    }
    body {
        background: none;
        background-size: cover;
        height: 100%;
    }
    select {
        background: url(/images/arrows@2x.png) no-repeat 95% #f9f9f9;
        background-size: 8px auto;
    }
    .form input[type='checkbox']:checked {
        background: url(/images/checkmark@2x.png) center center no-repeat #31d3cd !important;
        background-size: 10px auto!important;
    }

}

/* @3x Images (Pixel Ratio of 2.25+) */
@media only screen and (-o-min-device-pixel-ratio: 9/4),
only screen and (-webkit-min-device-pixel-ratio: 2.25),
only screen and (min-device-pixel-ratio: 2.25),
only screen and (min-resolution: 2.25dppx)  {
    .header .logo {
        background: transparent url(/images/logo@3x.png) no-repeat left 10px;
        background-size: contain;
    }
    body {
        background: url(/images/couple@3x.jpg) no-repeat center bottom fixed;
        background-size: cover;
        height: 100%;
    }
    select {
        background: url(/images/arrows@3x.png) no-repeat 95% #f9f9f9;
        background-size: 8px auto;
    }
    .form input[type='checkbox']:checked {
        background: url(/images/checkmark@3x.png) center center no-repeat #31d3cd !important;
        background-size: 10px auto !important;
    }

}

.content {
    background: url(/images/couple.jpg) no-repeat #fff;
    background-position: top right;
    background-size: cover;
    clear: both;
    width: 100%;
    min-height: 515px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 0 50px;
}

.footer {
    color: #232323;
    text-align: center;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    height: 110px;
    background-color: #ddd;
    padding-top: 5px;
}
.footer .copy, .footer .no-background-check {
    color: #606060;
    font-family: OpenSans, sans-serif;
}
.footer .footer-link{
    display: inline-block;
}
.footer a {
    text-decoration: none;
    font-size: 15px;
    font-family: OpenSans, sans-serif;
    font-weight: 300;
}

.footer a:hover, .footer a:active {
    text-decoration: underline;
}

.footer .bottom {
    padding-top: 10px;
    line-height: 20px;
}

.form {
    margin: 30px 0 0 50px;
    padding: 59px 0 59px 0;
    border-radius: 5px;
    border: solid 4px #232323;
    background: #fff;
    width: 393px;
    text-align: center;
}

.form .field#bmonth-input, .form .field#bday-input, .form .field#byear-input {
    text-align: left;
    display: inline-block;
    width: 102px;
}

.form a {
    color: #d5586f;
}

.form a:hover {
    color: #d5586f;
}


.form input[type='checkbox'] {
    margin-left: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 16px;
    height: 16px;
    border-radius: 2px;
    background-color: #31d3cd;
    vertical-align: middle;
    outline: 0;
}

.form input[type='checkbox']:checked {
    background: url(/images/checkmark.png) center center no-repeat #31d3cd;
    background-size: 10px auto;

}

.form-top {
    color: #232323;
    position: relative;
    text-align: center;
    font-family: ArialRoundedBold, sans-serif;
    font-size: 26px;
    font-weight: bold;
    line-height: 1.2;
}
.step.form  .form-top {
    width: 100%;
}
.form-top .top-title {
    width:312px;
    margin: 0 auto 0 auto;
    text-transform: uppercase;
}
.form-top .sub {

    font-family: OpenSans, serif;
    font-weight: 400;
    padding: 0px 0 6px;
    font-size: 20px;
    line-height: 30px;
    text-align: center;

}
.form-top .sub:first-letter {
    text-transform: uppercase;
}

.offer.form .form-top {
    display: none;
}
.form-body .logo {
    margin-top: 20px;
    background: #fff;
    border-radius: 5px;
    text-align: center;
    padding: 10px 0;
}

.offer.form .logo {
    background:#fff;
    border-radius:5px;
    text-align:center;
    padding:10px 0;
    width: 100%;
}

.login.form .form-top {
    background: none;
    padding: 10px 10px 80px 10px;
}
.login.form .form-body .results {
    display: none;
}
#mate1.login.form  .form-top {
    padding: 0 20px 0 20px;
}

body.index .form-bottom {
    display: block;
    font-size: 18px;
    font-family: "OpenSans", sans-serif;
    text-align: center;
}
.form-body {
    padding-top: 24px;
}
.form-body .question {
    font-family: OpenSans, sans-serif;
    font-size: 16px;
    color: #212121;
    padding: 0 10px;
}

.form-body .question .sub {
    font-size: 18px;
    font-weight: normal;
    color: #555;
    padding: 15px 15% 0;
}
#pin-verify .question {
	white-space: nowrap;
}
#phone-type-input {
	margin-top: 10px;	
}
.offer.form {
    width: 393px;
    padding: 0 0 20px 0;
    margin: 30px 0 0 90px;
    background: #fff;
}
.offer.form .form-body{
    padding-top: 0;
}

.offer.form .msg {
    width: 301px;
    margin: 5px auto 0 auto;
    text-align: center;
}
.form-body .results {
    color: #fff;
    background: #212121;
    width: 100%;
    padding: 25px 0 21px 0;
    outline: 1px solid #212121;
}
.offer.form .button {
    padding: 29px;
    margin-bottom: 0;
}

.form-body .results .info {
    font-family:  'ArialRoundedBold', sans-serif;
    font-size: 32px;
    line-height: 1.1;
}
.login.form .form-body .results .info {
    font-size: 20px;
    font-family: OpenSans, sans-serif;
    text-transform: lowercase;
}
.form-body .results .message {
    font-family: OpenSans, sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    padding-top: 10px;
}

.form-body .label {
    margin: 10px auto 5px;
    width: 100%;
    text-align: center;
    font-size: 16px;
    font-family: 'OpenSans', sans-serif;
    color: #2e2e2e;
    font-weight: bolder;
}

#elitesingles .profile .label {
    height: 40px;
}
#elitesingles .profile .label .password-requirements {
    font-size: 12px;
    font-style: italic;
    line-height: 18px;
}

.form-body .label#zip-msg {
    margin-bottom: 8px;
}
.field {
    width: 100%;
    height: 49px;
    border: none;
    border-radius: 6px;
    padding-top: 6px;
    text-align: center;
    position: relative;	
}

.hint-box {
	display: none;
	position: absolute;
	bottom: 90px;
	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: OpenSans, sans-serif;
    font-size: 11px;
    line-height: 20px;
    color: #212121;
}
.offer.form .msg {
    padding: 0;
    width: 353px;
    margin: 0 auto;
}

.form-fields{
    padding-top: 10px;
    padding-right: 35px;
    padding-left: 35px;
}

.msg {
    font-family: 'OpenSans', sans-serif;
    color: #d91e64;
    font-size: 16px;
    line-height: 24px;
    width: 100%;
    height: 24px;
    margin: 5px 0 0 40px;
    text-align: left;
    font-weight: bolder;
}
.navigation-text {
    height: 20px;
    margin-top: 5px;
    margin-bottom: -20px;
    color: #555;
    font-weight: bold;
    font-size: 14px;
}

.private-safe {
    display: none;
}

.model-tablet, .model-mobile {
    display: none;
    text-align: center;
}

@media (max-width: 1024px) {

    .header {
        float: none;
        width: 100%;
        margin: 0;
        position: relative;
        height: 64px;
    }

    .header .logo {
        height: 63px;
        background-position: 0 16px;
        text-indent: -99999px;
        margin: 0 auto 0 auto;
    }
    .footer {
        position: absolute;
        bottom: 0;
    }
    body {
        background: none;
    }

    .container {
        background: url(/images/couple-tablet.jpg) no-repeat #fff;
        background-position: bottom;
    }

    @media only screen and (-o-min-device-pixel-ratio: 5/4),
    only screen and (-webkit-min-device-pixel-ratio: 1.25),
    only screen and (min-device-pixel-ratio: 1.25),
    only screen and (min-resolution: 1.25dppx){
        .container {
            background: url(/images/couple-tablet@2x.jpg) no-repeat #fff;
            background-position: bottom;
        }
    }

    /* @3x Images (Pixel Ratio of 2.25+) */
    @media only screen and (-o-min-device-pixel-ratio: 9/4),
    only screen and (-webkit-min-device-pixel-ratio: 2.25),
    only screen and (min-device-pixel-ratio: 2.25),
    only screen and (min-resolution: 2.25dppx) {
        .container {
            background: url(/images/couple-tablet@3x.jpg) no-repeat #fff;
            background-position: bottom;
        }
    }
    select {
        background-position: 98%;
    }

    .content {
        background: none;
        border:none;
        width: 82%;
        margin: 0 auto;
        padding-bottom: 140px;
    }
    .christianmingle .content {
        height: 1104px;
    }

    .form {
        width: 90%;
        max-width: 90%;
        margin: 20px auto;
        padding-bottom: 41px;
    }
    .form-top, .step.form .form-top {
        font-size: 36px;
    }
    #mate1.login.form .form-top {
        margin: 0 auto;
        padding: 0;
        width: 90%;
    }

    .form-top .top-title {
        width: 100%;
    }
    .form-top .sub {
        font-size: 25px;
        line-height: 1.6;
        font-family: OpenSans, sans-serif;
    }
    .form-body {
        width: 90%;
        margin: 0 auto;
        padding: 0;
    }
    .form-body .label , select ,.field,
    .form-body .question {
        font-size: 24px;
        width: 100%;
    }
    .form-body .question {
        margin-top: 20px;
    }
    .field {
        padding-bottom: 13px;
    }
    .form-body .label {
        padding-bottom: 4px;
    }
    input[type="text"], input[type="email"], input[type="password"] {
        width: 97.5%;
    }
    select , input[type="text"], input[type="email"], input[type="password"], .field , input[type="email"]{
        height: 57px;
        font-size: 18px;
        line-height: 57px;
    }
    select , input[type="text"], input[type="email"], input[type="password"] , input[type="email"] {
        padding: 0 0 0 2.5%;
    }
    .step.form button, .offer.form button, .login.form button {
        width: 100%;
        max-width: 100%;
    }
    .offer.form {
        width: 100%;
        margin: 23px auto;
    }
    .offer.form .form-body {
        width: 100%;
        margin: 0px auto;
    }
    .form-body .results {
        width: 100%;
        max-width: 100%;
    }
    .form-body .results .info {
        font-size: 47px;
        margin: 0 auto ;
        width:90%;
    }

    .login.form {
        padding-bottom: 0;
    }

    body.index .form-bottom {
        font-size: 22px;
    }
    div.button {
        padding-top: 25px;
        margin-bottom: 30px!important;
    }
    button {
        min-width: 70%;
        max-width  :70%;
        font-size: 30px;
        height: 59px;
        line-height: 59px;
        margin: 0;
    }
    .form .field#bmonth-input, .form .field#bday-input, .form .field#byear-input {
        text-align: left;
        float: left;
        width: 32%;
        display: block;
        margin-right: 2%;
    }
    .form .field#byear-input {
        margin-right: 0;
    }
    select#bday, select#bmonth, select#byear {
        width: 100%;
        background-position: 95%;
        padding-left: 4%;
    }
    .form-body .results .message {
        padding-top: 35px;
        font-size : 24px;
        width: 90%;
        margin: 0 auto;
    }
    .offer.form .logo {
        margin: 11px auto 21px;
        width: 90%;
    }
    .form-body .terms, .form-body .disclaimer {
        font-size: 14px;
        line-height: 27px;
        max-width: 100%!important;
        padding: 0;
    }
    .login.form .form-body .results .info {
        font-size: 24px;
        font-family: OpenSans, sans-serif;
        text-transform: lowercase;
    }
    .login.form .form-body .results .info:first-letter{
        text-transform: uppercase;
    }
    .login.form .form-body .logo {
        margin: 20px auto;
        background: #fff;
        border-radius: 5px;
        text-align: center;
        padding: 10px 0;
        width: 100%;
    }
    .model-tablet {
        display: block;
        margin: 10px auto -80px;
    }
    .msg{
        font-size: 14px;
        line-height: 17px;
        width: 100%;
        margin: 5px auto;
        text-align: center;
    }
    .form-body .terms, .form-body .disclaimer {
        width: 100%;
        padding: 0;
    }
    .profile {
        width: 90%;
        margin:  0 auto;
    }
    .offer.form .msg {
        width: 90%;
        margin:  0 auto;;
    }
	.hint-box {
		bottom: 70px;
		right: unset;
		margin-right: unset;
		width: 100%;
		padding: 8px 1px;
	}
	.hint-box ul, .hint-box li {
		line-height: 22px;
		font-size: 14px;
	}
}
@media (max-width: 736px) {
    .content {
        width: 86%;
    }
    .form-top .top-title, .form-top, .step.form .form-top , .form-body .results .info{
        font-size: 35px;
    }
    .form-body .terms, .form-body .disclaimer {
        font-size: 9px;
        line-height: 20px;
    }
    .offer.form .profile {
        width: 90%;
        margin: 0 auto;
    }
    .offer.form .form-body {
        margin: 0px auto;
    }
    #pin-verify .question {
        font-size: 16px;
    }
}
@media (max-width: 650px) {
    .form-top .top-title {
        font-size: 24px;
    }
    .form-top .sub {
        font-size: 20px;
        line-height: 30px;
        width: 71%;
    }
    .form-top, .step.form .form-top {
        font-size: 25px;
    }
    .form-body .label ,  .form-body .question {
        font-size: 18px;
    }
    select, input[type="text"], input[type="email"], input[type="password"],
    .field, input[type="email"] {
        font-size: 18px;
        height: 45px;
        line-height: 45px;
    }

    select {
        background-position: 98%;
    }
    input[type="text"], input[type="email"], input[type="password"] {
        width: 96.5%;
    }
    button {
        font-size: 24px;
        height: 51px;
        line-height: 51px
    }
    .form-body .results .info {
        font-size: 24px;
    }
    .form-body .results .message {
        font-size: 18px;
        width: 100%;
    }
    .login.form .form-body .results .info {
        font-size: 20px;
    }

    .form-body .terms, .form-body .disclaimer {
        font-size: 9px;
        line-height: 17px;
    }
    .form-body .disclaimer {
        padding-top: 5px;
    }
    #pin-verify .question {
        font-size: 14px;
    }
	.hint-box {
		width: 99%;
	}
	.hint-box ul, .hint-box li {
		font-size: 12px;
	}
}

@media (max-width: 480px) {
    .header .logo {
        width: 191px;
        height: 46px;
        background-position: 0;
        margin: 0 auto 0 auto;
        top: 11px ;
    }
    .header {
        height: 47px;
    }
    .content {
        background: none;
        border:none;
        padding-top: 0;
        width: 90%;
        margin: 0 auto;

    }
    .christianmingle .content {
        height: 968px;
    }

    body {
        background: none;
    }

    .container {
        background: url(/images/couple-mobile.jpg) no-repeat #fff;
        background-position: bottom;
    }

    .form {
        width: 100%;
        padding: 23px 0 15px 0;
        width: 100%;
    }

    .offer.form {
        padding: 0;
        margin: 23px auto;
        width: 100%;

    }

    .form-top {
        font-size: 21px;
        padding-bottom: 0;
        width: 90%;
        margin: 0 auto;
    }
    .form-top .top-title {
        font-size: 30px;
        width: 100%;

    }
    /*.step.form .form-top {
        width: 73%;
    }*/
    .form-top .sub {
        font-size: 15px;
        width: 100%;
        padding: 26px 0 0 0;
        margin: 0 auto;

    }
    .form-body .question {
        margin-top: 10px;
        padding: unset;
    }
     .index.form div.button {
         width: 90%;
         margin: 0 auto;
     }
    div.button {
        padding-top: 0;
        margin: 0 auto;
        width: 100%;
    }
    .step.form .button {
        padding-top: 17px;
    }
    select {
        background-position: 97%;
    }
    button {
        width: 100%;
        min-width: 100%;
        margin: 0 auto;
    }
    .content {
        padding: 0 0 163px;
    }
    .footer {
        height: 140px;
        padding-top: 5px;
        position: absolute;
        bottom: 0;
    }
    .footer-link.separator {
        display: none;
    }
    .form-body {
        margin: 0 auto;
        width: 90%;
    }
    #mate1 .form-body {
        padding: 7px 0!important;
    }
    .form-body .label {
        margin: 10px auto 3px;
    }
    .form-body .label#email-msg {
        margin-bottom: 7px;
    }
    .form-body .results {
        width: 100%;
    }
    .form-body .results .info {
        max-width: 100%;
    }
    .form-body .logo{
        display: block;
        text-align: center;
        margin: 20px auto;
    }
    .offer.form .button {
        padding: 26px 0 0 0;
        width: 90%;
        margin: 0 auto;
    }
    .offer.form .form-body .logo img{
        max-width: 100%;
        height: auto;
    }
    #mate1.login.form .form-top {
        padding: 0 ;
    }
    #mate1 .form-body .results {
        padding-top: 20px;
        margin-top: -6px;
    }
    .field {
        width: 100%;
    }
    select {
        width: 100%;
        max-width: 100%;
    }
    input[type="text"],input[type="email"], input[type="password"] {
        width: 97.5%;
        max-width: 97.5%;
        line-height: 45px;
        height: 45px;
        padding: 0 0  0 2.5%;
    }

    select#bday, select#bmonth, select#byear {
        width: 100%;
        padding-left: 9%;
    }

    .form .field#bmonth-input, .form .field#bday-input, .form .field#byear-input {
        width: 32%;
        float: left;
        display: block;
        margin-right: 2%;
    }
    .form .field#byear-input {
        margin-right: 0;
    }
    body.index button {
        margin: 21px auto 0;
    }

    body.index .form-bottom {
        font-size: 18px;
        width: 90%;
        margin: 0 auto;
    }

    #mate1.login.form .form-top {
        padding: 10px 0 0 0;
    }

    .model-tablet {
        display: none;
    }

    .model-mobile {
        display: block;
        margin: 10px auto -80px;
    }
    .form-bottom {
        margin-bottom: 10px;
    }
    #pin-verify .question {
        font-size: 12px;
    }
}

@media  (max-width: 420px) {
    #pin-verify .question {
        font-size: 10px;
    }
}

@media (max-width: 320px) {
    .footer a {
        font-size: 13px;
    }
}