/** 
 *  
 * Author: Erico 
 * File Name: form-jq-toggle-wld-beta-vb
 */

body {
	margin: 0;
	padding: 0;
}

.join-form form {
    max-width: 450px !important;
    width: 100% !important;
}

.join-form .form-intro {
    margin-bottom: 11px !important;
}

label[for=signup-gender],
label[for=signup-firstname],
label[for=signup-dob],
label[for=signup-email],
label[for=signup-password] {
    text-align: center;
    width: 100%;
    font-size: 18px;
    font-weight: 700;
    color: #000;
    margin-bottom: 5px;
    margin-top: 5px;
    display: block;
}

.join-form form input,
.join-form form select {
    font-size: 16px !important;
}

.signup {
    background: none;
    display: flex;
    max-width: 403px;
    height: auto;
    margin: 0 auto 0 auto;
    padding: 4px 10px 10px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    position: relative;
}

.signup__form {
    flex: 1;
}

.signup .wld-component {
    height: 100%;
}
.signup .wld-form {
    display: flex;
    height: 100%;
    flex-direction: column;
}

.signup .wld-form__fields {
    flex: 1;
    display: flex;
    margin: 0 0 6px 0;
}
.signup .wld-form__actions {
    display: flex;
    justify-content: space-between;
    /*margin-top: 25px;*/
}
.signup .wld-fieldgroup {
    flex: 1;
    align-self: center;
    display: none;
    position: relative;
}

.signup .wld-fieldgroup--active {
    display: block;
}

.signup .wld-field__input {
    display: flex;
}

/* add space between date pickers */
.signup .wld-input + .wld-input {
}

#signup-dobday {
    -webkit-border-radius: 2px 0 0 2px;
    border-radius: 2px 0 0 2px;
    border-right: 1px solid #888;
}
#signup-dobmonth {
    background-color: #ddd;
    border-radius: 0;
    border-right: 1px solid #888;
}
#signup-dobyear {
    -webkit-border-radius: 0 2px 2px 0;
    border-radius: 0 2px 2px 0;
}

.signup .wld-input--select,
.signup .wld-input--text {
    width: 100%;
    margin-bottom: 0 !important;
}

.signup .wld-input--text {
    margin: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
}


/* confirmation fields */
.signup .wld-field--confirm {
    display: flex;
    flex-wrap: wrap;
/* 		align-items: center; */
		padding: 8px 0;
}

.signup .wld-field--confirm .wld-field__input {
    flex: 0;
    order: 0;
}

.signup .wld-field--confirm .wld-field__caption {
    order: 1;
    flex: 1;
}



.wld-field:not(.wld-field--confirm) .wld-field__caption {
    position: static;
    visibility: visible;
    color: #fff;
}

/*--Tooltip--*/
/* .signup .wld-field__help {
    background: #fff;
    color: #777;
    font-size: 11px;
    font-weight: 400;
    line-height: 13px;
    margin: 0;
    padding: 10px;
    width: 100%;
    height: auto;
    box-shadow: 0 0 4px rgba(0,0,0,.2);
    -webkit-border-radius: 15px;
    border-radius: 15px;
    position: absolute;
    bottom: 51px;
    display: flex;
    align-items: center;
    width: 318px;
} */
/* .signup .wld-field__help::before {
    content: '';
    background: #fff;
    width: 1em;
    height: 1em;
    transform: rotate(45deg);
    position: absolute;
    bottom: -4px;
    left: 20px;
} */

.signup .wld-field__help {
	line-height: normal;
	font-size: 13px;
	font-weight: normal;
	color: #000;
	text-align: left;
	padding: 8px 5px 5px;
}

.signup .wld-field__help strong {
    font-weight: bold;
}

/* GENERAL INPUT STYING
------------------------------------------------ */
.wld-input {
    font: inherit;
}
.wld-input--text, .wld-input--select {
    display: block;
    color: #999;
    background: #fff;
    width: 100%;
    height: 60px;
    font-size: 16px;
    font-family: calibriregular,arial,sans-serif;
    font-weight: 400;
    padding: 0;
    margin: 0;
    text-indent: 12px;
    border: 0;
    box-shadow: none;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    appearance:none;
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
}

.wld-input--select {
    background: url(/images/assets/select-arrow1.png) no-repeat right #fff !important;
    background-size: 40px auto !important;
}

/*--Mozilla Text-indent Fix--*/
@-moz-document url-prefix() {
    .wld-input--text, .wld-input--select {
      text-indent: 10px!important;
    }
}

.wld-button {
    background: #cd0000;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    text-transform: capitalize;
    font-size: 34px;

    padding-top: 0 !important;
    padding-bottom: 0 !important;
    cursor: pointer;
    height: 62px;
    font-size: 34px;
    font-weight: 700;


    border: none;
    margin: 0 auto;
    color: #fff;
    width: 100%;
}



/* ERRORS
------------------------------------------------ */
.wld-error-overlay {
    position: absolute;
    background: #c00;
    font-size: 14px;
    font-weight: 400;
    padding:.5em;
    margin-top: .75em;
    z-index: 9999;
    max-width: 15em;
    box-shadow: 0 3px 5px rgba(0,0,0,.2);
    border-radius: 4px;
    color: #fff;
    z-index: 9999;
}
.wld-error-overlay::before {
    content: '';
    width: 1em;
    height: 1em;
    transform: rotate(45deg);
    background: inherit;
    position: absolute;
    top: -.5em;
}

.steps {
    position: static !important;
    text-align: center !important;
    margin: 20px 0 0 !important;
    width: 100% !important;
}

.step_bar {
    background: #cd0000;
    width: 41px;
    height: 39px;
    display: inline-block;
    margin: 0 5px;
    color: #fff;
    cursor: pointer;
    text-align: center;
    line-height: 41px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.step_bar:last-child {
    margin-right: 0;
}

.step_bar:first-child {
    margin-left: 0;
}

#site-terms-container {
    padding: 0 15px;
}

.join-form {
    padding-bottom: 8px !important;
}

.site-terms {
    text-align: center;
}

.signup .wld-input--select, .signup .wld-input--text {
    border: 1px solid #000;
    border-radius: 3px;
    color: #000;
}

.step_highlight {
    background: #aaa;
    color: #000;
}


.signup .wld-field--confirm .wld-field__caption label {
	margin-left: 0;
	margin-bottom: 0;
	line-height: normal;
	font-size: 13px;
	font-weight: normal;
	color: #000;
	text-align: left;
}

input[type=checkbox] {
	transform: scale(1.5);
        margin: 0 10px 5px 5px;
        height: 20px;
}

.signup p { /* terms */
	font-size: 13px;
	color: #000;
	margin-bottom: 10px;
	margin-top: 10px;
	text-align: center;
	line-height: normal;
}

.signup a {
	display: inline-block;
	color: #000;
	text-decoration: underline;
}


/*------------Media Queries------------*/
@media screen and (max-width: 589px){
    .join-form {
        width: 98%;
    }
}


@media screen and (max-width: 443px) {
    .signup {
        background: none;
        border-radius: 0;
    }
    .signup .wld-field__help {
        /** bottom: 193px; **/
    }
}
@media screen and (max-width: 360px) {
    #signup-dobday, #signup-dobmonth, #signup-dobyear {
        text-indent: 5px!important;
    }
}
@media screen and (max-width: 340px) {
    #signup-dobmonth {
        letter-spacing: -1px;
    }
}